Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccAddrFromBech32 ¶
func AccAddrFromBech32(addr string) (types.AccAddress, error)
Types ¶
type BroadcastTxResult ¶
type BroadcastTxResult struct {
BroadcastResult ResultBroadcastTx `json:"broadcast_result"`
CommitResult ResultBroadcastTxCommit `json:"commit_result"`
}
type Coin ¶
func BuildCoins ¶
type ResultBroadcastTx ¶
type ResultBroadcastTxCommit ¶
type ResultBroadcastTxCommit struct {
CheckTx abci.ResponseCheckTx `json:"check_tx"`
DeliverTx abci.ResponseDeliverTx `json:"deliver_tx"`
Hash cmn.HexBytes `json:"hash"`
Height int64 `json:"height"`
}
Click to show internal directories.
Click to hide internal directories.