pub fn stake_key(network_flag: bool) -> &'static str
Expand description
Returns the [LOGIC] stake used during address generation
/// # Arguments
network_flag
- A boolean flag indicating the expected network:true
checks for Testnet.false
checks for Mainnet.
/// # Returns
str
- The stake key in hex.