Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlockResult ¶
type BlockResult struct { Block struct { Header struct { Height int64 `json:"height"` Time string `json:"time"` } `json:"header"` Data struct { Txs tmTypes.Txs `json:"txs"` } `json:"data"` } `json:"block"` }
func GetBlock ¶
func GetBlock(ctx *CosmosCallContext, height int64) (*BlockResult, error)
Click to show internal directories.
Click to hide internal directories.