Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Bech32MainPrefix defines the main SDK Bech32 prefix of an account's address Bech32MainPrefix = "rizon" // PrefixValidator is the prefix for validator keys PrefixValidator = "val" // PrefixConsensus is the prefix for consensus keys PrefixConsensus = "cons" // PrefixPublic is the prefix for public keys PrefixPublic = "pub" // PrefixOperator is the prefix for operator keys PrefixOperator = "oper" // Bech32PrefixAccAddr defines the Bech32 prefix of an account's address Bech32PrefixAccAddr = Bech32MainPrefix // Bech32PrefixAccPub defines the Bech32 prefix of an account's public key Bech32PrefixAccPub = Bech32MainPrefix + PrefixPublic // Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address Bech32PrefixValAddr = Bech32MainPrefix + PrefixValidator + PrefixOperator // Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key Bech32PrefixValPub = Bech32MainPrefix + PrefixValidator + PrefixOperator + PrefixPublic // Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address Bech32PrefixConsAddr = Bech32MainPrefix + PrefixValidator + PrefixConsensus // Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key Bech32PrefixConsPub = Bech32MainPrefix + PrefixValidator + PrefixConsensus + PrefixPublic )
View Source
const ( // Maximum supply amount of RIZON Blockchain RizonMaxSupply = 2_851_982_500_000_000 // Estimation of maximum swappable amount SwapLimitation = 1_500_000_000_000_000 )
View Source
const ( // CoinType is the ATOLO coin type as defined in SLIP44 (https://github.com/satoshilabs/slips/blob/master/slip-0044.md) // Currently we follow atom cointype for supporting third party CoinType = 118 // FullFundraiserPath is the parts of the BIP44 HD path that are fixed by // what we used during the ATOLO fundraiser. FullFundraiserPath = "m/44'/118'/0'/0/0" // DefaultDenom is base cointype of ATOLO coin DefaultDenom = "uatolo" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.