Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name defines the application name of the Juno network. Name = "ujuno" // BondDenom defines the native staking token denomination. BondDenom = "ujuno" // DisplayDenom defines the name, symbol, and display value of the Juno token. DisplayDenom = "JUNO" // DefaultGasLimit - set to the same value as cosmos-sdk flags.DefaultGasLimit // this value is currently only used in tests. DefaultGasLimit = 200000 )
View Source
const ( StakePerAccount = "stake_per_account" InitiallyBondedValidators = "initially_bonded_validators" DefaultWeightMsgCreateDenom int = 100 DefaultWeightMsgMint int = 100 DefaultWeightMsgBurn int = 100 DefaultWeightMsgChangeAdmin int = 100 DefaultWeightMsgSetDenomMetadata int = 100 DefaultWeightMsgForceTransfer int = 100 )
Simulation parameter constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncodingConfig ¶
type EncodingConfig struct { InterfaceRegistry types.InterfaceRegistry Marshaler codec.Codec TxConfig client.TxConfig Amino *codec.LegacyAmino }
EncodingConfig specifies the concrete encoding types to use for a given app. This is provided for compatibility between protobuf and amino implementations.
func MakeEncodingConfig ¶
func MakeEncodingConfig() EncodingConfig
MakeEncodingConfig creates an EncodingConfig for an amino based test configuration.
Click to show internal directories.
Click to hide internal directories.