Documentation ¶
Index ¶
Constants ¶
View Source
const (
EventNewBlockStr = "tendermint/event/NewBlock"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventNewBlock ¶
type EventNewBlock struct { Type string `json:"type"` Block tmTypes.EventDataNewBlock `json:"value"` }
type FullBlock ¶
type FullBlock struct { Header `json:"header"` BlockID string `json:"block_id"` TxDatas []TxData `json:"tx_datas"` Txs []json.RawMessage `json:"txs"` TxsHash []tmbytes.HexBytes `json:"txs_hash"` Evidence tmTypes.EvidenceData `json:"evidence"` LastCommit tmTypes.Commit `json:"last_commit"` // contains filtered or unexported fields }
type MsgTx ¶
type MsgTx struct {
sdk.TxResponse
}
type ResultBlockResults ¶
type ResultBlockResults = ctypes.ResultBlockResults
type TxData ¶
type TxData sdk.TxResponse
Click to show internal directories.
Click to hide internal directories.