package
Version:
v0.0.0-...-74afdde
Opens a new window with list of versions in this module.
Published: Mar 15, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GSAccount struct {
Address string `json:"address"`
Coins cmtypes.Coins `json:"coins"`
AccountNumber string `json:"account_number"`
SequenceNumber string `json:"sequence_number"`
}
type GenTxs struct {
Type string `json:"type"`
Value MsgObj `json:"value"`
}
type GenUtil struct {
Gentxs []GenTxs `json:"gentxs"`
}
type MsgObj struct {
Message []Msg `json:"msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.