Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockResult ¶
type QueryResult ¶
type QueryResult struct { Result struct { Response struct { Value string `json:"value"` } `json:"response"` } `json:"result"` }
type RPCTxSearch ¶
type SocketTxfr ¶
type SocketTxfr struct { Stream string `json:"stream"` Data struct { EventType string `json:"e"` EventHeight int `json:"E"` Hash string `json:"H"` Memo string `json:"M"` FromAddr string `json:"f"` T []struct { ToAddr string `json:"o"` Coins []struct { Asset string `json:"a"` Amount string `json:"A"` } `json:"c"` } `json:"t"` } `json:"data"` }
type Validators ¶
type Validators struct {
BlockHeight int64 `json:"block_height"`
}
Click to show internal directories.
Click to hide internal directories.