Discover Packages
github.com/opzlabs/cosmos-sdk-v0.44.6-0.20220512154111-515df8b16c89
x
auth
legacy
v034
package
Version:
v1.0.1-0...-86249ee
Opens a new window with list of versions in this module.
Published: Dec 2, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package v034 is used for legacy migration scripts. Actual migration scripts
for v034 have been removed, but the v039->v042 migration script still
references types from this file, so we're keeping it for now.
DONTCOVER
type GenesisState struct {
CollectedFees sdk .Coins `json:"collected_fees"`
Params Params `json:"params"`
}
type Params struct {
MaxMemoCharacters uint64 `json:"max_memo_characters"`
TxSigLimit uint64 `json:"tx_sig_limit"`
TxSizeCostPerByte uint64 `json:"tx_size_cost_per_byte"`
SigVerifyCostED25519 uint64 `json:"sig_verify_cost_ed25519"`
SigVerifyCostSecp256k1 uint64 `json:"sig_verify_cost_secp256k1"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.