Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlockResponse ¶
type BlockResponse struct { Result struct { Block struct { LastCommit struct { Signatures []struct { ValidatorAddress string `json:"validator_address"` Signature string `json:"signature"` } `json:"signatures"` } `json:"last_commit"` } `json:"block"` } `json:"result"` }
BlockResponse represents the structure of a block in the cosmos
Click to show internal directories.
Click to hide internal directories.