package
Version:
v0.12.1
Opens a new window with list of versions in this module.
Published: Mar 28, 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
¶
type AppState struct {
Genutil Genutil `json:"genutil"`
}
type Genesis struct {
Result Result `json:"result"`
}
type GenesisAppState struct {
AppState AppState `json:"app_state"`
}
type Gentx struct {
Type string `json:"type"`
Value Value `json:"value"`
}
type Genutil struct {
Gentxs Gentxs `json:"gentxs"`
}
type Value struct {
Memo string `json:"memo"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.