Discover Packages
github.com/mycodeku/transtionhelper
x
auth
migrations
v034
package
Version:
v0.0.0-...-a315113
Opens a new window with list of versions in this module.
Published: Jun 20, 2022
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.