types

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BroadcastTxResult

type BroadcastTxResult struct {
	BroadcastResult ResultBroadcastTx       `json:"broadcast_result"`
	CommitResult    ResultBroadcastTxCommit `json:"commit_result"`
}

type Coin

type Coin struct {
	Denom  string `json:"denom"`
	Amount string `json:"amount"`
}

type ResultBroadcastTx

type ResultBroadcastTx struct {
	Code uint32          `json:"code"`
	Data common.HexBytes `json:"data"`
	Log  string          `json:"log"`
	Hash common.HexBytes `json:"hash"`
}

type ResultBroadcastTxCommit

type ResultBroadcastTxCommit struct {
	CheckTx   types.ResponseCheckTx   `json:"check_tx"`
	DeliverTx types.ResponseDeliverTx `json:"deliver_tx"`
	Hash      common.HexBytes         `json:"hash"`
	Height    int64                   `json:"height"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL