types

package
v0.0.1 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: 6 Imported by: 0

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 Header = sdk.Header

type HexBytes

type HexBytes = tmbytes.HexBytes

type MsgBlock

type MsgBlock struct {
	FullBlock
}

type MsgMsg

type MsgMsg struct {
	types.KuMsg
}

type MsgTx

type MsgTx struct {
	sdk.TxResponse
}

type ResultBlockResults

type ResultBlockResults = ctypes.ResultBlockResults

type TxData

type TxData sdk.TxResponse

Jump to

Keyboard shortcuts

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