pbcosmos

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: Apache-2.0 Imports: 9 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SignedMsgType_name = map[int32]string{
		0:  "SIGNED_MSG_TYPE_UNKNOWN",
		1:  "SIGNED_MSG_TYPE_PREVOTE",
		2:  "SIGNED_MSG_TYPE_PRECOMMIT",
		32: "SIGNED_MSG_TYPE_PROPOSAL",
	}
	SignedMsgType_value = map[string]int32{
		"SIGNED_MSG_TYPE_UNKNOWN":   0,
		"SIGNED_MSG_TYPE_PREVOTE":   1,
		"SIGNED_MSG_TYPE_PRECOMMIT": 2,
		"SIGNED_MSG_TYPE_PROPOSAL":  32,
	}
)

Enum value maps for SignedMsgType.

View Source
var (
	BlockIDFlag_name = map[int32]string{
		0: "BLOCK_ID_FLAG_UNKNOWN",
		1: "BLOCK_ID_FLAG_ABSENT",
		2: "BLOCK_ID_FLAG_COMMIT",
		3: "BLOCK_ID_FLAG_NIL",
	}
	BlockIDFlag_value = map[string]int32{
		"BLOCK_ID_FLAG_UNKNOWN": 0,
		"BLOCK_ID_FLAG_ABSENT":  1,
		"BLOCK_ID_FLAG_COMMIT":  2,
		"BLOCK_ID_FLAG_NIL":     3,
	}
)

Enum value maps for BlockIDFlag.

View Source
var (
	SignMode_name = map[int32]string{
		0:   "SIGN_MODE_UNSPECIFIED",
		1:   "SIGN_MODE_DIRECT",
		2:   "SIGN_MODE_TEXTUAL",
		127: "SIGN_MODE_LEGACY_AMINO_JSON",
	}
	SignMode_value = map[string]int32{
		"SIGN_MODE_UNSPECIFIED":       0,
		"SIGN_MODE_DIRECT":            1,
		"SIGN_MODE_TEXTUAL":           2,
		"SIGN_MODE_LEGACY_AMINO_JSON": 127,
	}
)

Enum value maps for SignMode.

View Source
var File_sf_cosmos_type_v1_type_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Any

type Any struct {
	TypeUrl string `protobuf:"bytes,1,opt,name=type_url,json=typeUrl,proto3" json:"type_url,omitempty"`
	Value   []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Any) Descriptor deprecated

func (*Any) Descriptor() ([]byte, []int)

Deprecated: Use Any.ProtoReflect.Descriptor instead.

func (*Any) GetTypeUrl

func (x *Any) GetTypeUrl() string

func (*Any) GetValue

func (x *Any) GetValue() []byte

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) ProtoReflect

func (x *Any) ProtoReflect() protoreflect.Message

func (*Any) Reset

func (x *Any) Reset()

func (*Any) String

func (x *Any) String() string

type AuthInfo

type AuthInfo struct {
	SignerInfos []*SignerInfo `protobuf:"bytes,1,rep,name=signer_infos,json=signerInfos,proto3" json:"signer_infos,omitempty"`
	Fee         *Fee          `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"`
	Tip         *Tip          `protobuf:"bytes,3,opt,name=tip,proto3" json:"tip,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthInfo) Descriptor deprecated

func (*AuthInfo) Descriptor() ([]byte, []int)

Deprecated: Use AuthInfo.ProtoReflect.Descriptor instead.

func (*AuthInfo) GetFee

func (x *AuthInfo) GetFee() *Fee

func (*AuthInfo) GetSignerInfos

func (x *AuthInfo) GetSignerInfos() []*SignerInfo

func (*AuthInfo) GetTip

func (x *AuthInfo) GetTip() *Tip

func (*AuthInfo) ProtoMessage

func (*AuthInfo) ProtoMessage()

func (*AuthInfo) ProtoReflect

func (x *AuthInfo) ProtoReflect() protoreflect.Message

func (*AuthInfo) Reset

func (x *AuthInfo) Reset()

func (*AuthInfo) String

func (x *AuthInfo) String() string

type Block

type Block struct {
	Header           *Header             `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Evidence         *EvidenceList       `protobuf:"bytes,2,opt,name=evidence,proto3" json:"evidence,omitempty"`
	LastCommit       *Commit             `protobuf:"bytes,3,opt,name=last_commit,json=lastCommit,proto3" json:"last_commit,omitempty"`
	ResultBeginBlock *ResponseBeginBlock `protobuf:"bytes,4,opt,name=result_begin_block,json=resultBeginBlock,proto3" json:"result_begin_block,omitempty"`
	ResultEndBlock   *ResponseEndBlock   `protobuf:"bytes,5,opt,name=result_end_block,json=resultEndBlock,proto3" json:"result_end_block,omitempty"`
	Transactions     []*TxResult         `protobuf:"bytes,7,rep,name=transactions,proto3" json:"transactions,omitempty"`
	ValidatorUpdates []*Validator        `protobuf:"bytes,8,rep,name=validator_updates,json=validatorUpdates,proto3" json:"validator_updates,omitempty"`
	// contains filtered or unexported fields
}

func (*Block) Descriptor deprecated

func (*Block) Descriptor() ([]byte, []int)

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetEvidence

func (x *Block) GetEvidence() *EvidenceList

func (*Block) GetHeader

func (x *Block) GetHeader() *Header

func (*Block) GetLastCommit

func (x *Block) GetLastCommit() *Commit

func (*Block) GetResultBeginBlock

func (x *Block) GetResultBeginBlock() *ResponseBeginBlock

func (*Block) GetResultEndBlock

func (x *Block) GetResultEndBlock() *ResponseEndBlock

func (*Block) GetTransactions

func (x *Block) GetTransactions() []*TxResult

func (*Block) GetValidatorUpdates

func (x *Block) GetValidatorUpdates() []*Validator

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

func (x *Block) ProtoReflect() protoreflect.Message

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

type BlockID

type BlockID struct {
	Hash          []byte         `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	PartSetHeader *PartSetHeader `protobuf:"bytes,2,opt,name=part_set_header,json=partSetHeader,proto3" json:"part_set_header,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockID) Descriptor deprecated

func (*BlockID) Descriptor() ([]byte, []int)

Deprecated: Use BlockID.ProtoReflect.Descriptor instead.

func (*BlockID) GetHash

func (x *BlockID) GetHash() []byte

func (*BlockID) GetPartSetHeader

func (x *BlockID) GetPartSetHeader() *PartSetHeader

func (*BlockID) ProtoMessage

func (*BlockID) ProtoMessage()

func (*BlockID) ProtoReflect

func (x *BlockID) ProtoReflect() protoreflect.Message

func (*BlockID) Reset

func (x *BlockID) Reset()

func (*BlockID) String

func (x *BlockID) String() string

type BlockIDFlag

type BlockIDFlag int32
const (
	BlockIDFlag_BLOCK_ID_FLAG_UNKNOWN BlockIDFlag = 0
	BlockIDFlag_BLOCK_ID_FLAG_ABSENT  BlockIDFlag = 1
	BlockIDFlag_BLOCK_ID_FLAG_COMMIT  BlockIDFlag = 2
	BlockIDFlag_BLOCK_ID_FLAG_NIL     BlockIDFlag = 3
)

func (BlockIDFlag) Descriptor

func (BlockIDFlag) Enum

func (x BlockIDFlag) Enum() *BlockIDFlag

func (BlockIDFlag) EnumDescriptor deprecated

func (BlockIDFlag) EnumDescriptor() ([]byte, []int)

Deprecated: Use BlockIDFlag.Descriptor instead.

func (BlockIDFlag) Number

func (x BlockIDFlag) Number() protoreflect.EnumNumber

func (BlockIDFlag) String

func (x BlockIDFlag) String() string

func (BlockIDFlag) Type

type BlockParams

type BlockParams struct {
	MaxBytes int64 `protobuf:"varint,1,opt,name=max_bytes,json=maxBytes,proto3" json:"max_bytes,omitempty"`
	MaxGas   int64 `protobuf:"varint,2,opt,name=max_gas,json=maxGas,proto3" json:"max_gas,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockParams) Descriptor deprecated

func (*BlockParams) Descriptor() ([]byte, []int)

Deprecated: Use BlockParams.ProtoReflect.Descriptor instead.

func (*BlockParams) GetMaxBytes

func (x *BlockParams) GetMaxBytes() int64

func (*BlockParams) GetMaxGas

func (x *BlockParams) GetMaxGas() int64

func (*BlockParams) ProtoMessage

func (*BlockParams) ProtoMessage()

func (*BlockParams) ProtoReflect

func (x *BlockParams) ProtoReflect() protoreflect.Message

func (*BlockParams) Reset

func (x *BlockParams) Reset()

func (*BlockParams) String

func (x *BlockParams) String() string

type Coin

type Coin struct {
	Denom  string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
	Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*Coin) Descriptor deprecated

func (*Coin) Descriptor() ([]byte, []int)

Deprecated: Use Coin.ProtoReflect.Descriptor instead.

func (*Coin) GetAmount

func (x *Coin) GetAmount() string

func (*Coin) GetDenom

func (x *Coin) GetDenom() string

func (*Coin) ProtoMessage

func (*Coin) ProtoMessage()

func (*Coin) ProtoReflect

func (x *Coin) ProtoReflect() protoreflect.Message

func (*Coin) Reset

func (x *Coin) Reset()

func (*Coin) String

func (x *Coin) String() string

type Commit

type Commit struct {
	Height     int64        `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Round      int32        `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
	BlockId    *BlockID     `protobuf:"bytes,3,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	Signatures []*CommitSig `protobuf:"bytes,4,rep,name=signatures,proto3" json:"signatures,omitempty"`
	// contains filtered or unexported fields
}

func (*Commit) Descriptor deprecated

func (*Commit) Descriptor() ([]byte, []int)

Deprecated: Use Commit.ProtoReflect.Descriptor instead.

func (*Commit) GetBlockId

func (x *Commit) GetBlockId() *BlockID

func (*Commit) GetHeight

func (x *Commit) GetHeight() int64

func (*Commit) GetRound

func (x *Commit) GetRound() int32

func (*Commit) GetSignatures

func (x *Commit) GetSignatures() []*CommitSig

func (*Commit) ProtoMessage

func (*Commit) ProtoMessage()

func (*Commit) ProtoReflect

func (x *Commit) ProtoReflect() protoreflect.Message

func (*Commit) Reset

func (x *Commit) Reset()

func (*Commit) String

func (x *Commit) String() string

type CommitSig

type CommitSig struct {
	BlockIdFlag      BlockIDFlag `` /* 132-byte string literal not displayed */
	ValidatorAddress []byte      `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	Timestamp        *Timestamp  `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Signature        []byte      `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitSig) Descriptor deprecated

func (*CommitSig) Descriptor() ([]byte, []int)

Deprecated: Use CommitSig.ProtoReflect.Descriptor instead.

func (*CommitSig) GetBlockIdFlag

func (x *CommitSig) GetBlockIdFlag() BlockIDFlag

func (*CommitSig) GetSignature

func (x *CommitSig) GetSignature() []byte

func (*CommitSig) GetTimestamp

func (x *CommitSig) GetTimestamp() *Timestamp

func (*CommitSig) GetValidatorAddress

func (x *CommitSig) GetValidatorAddress() []byte

func (*CommitSig) ProtoMessage

func (*CommitSig) ProtoMessage()

func (*CommitSig) ProtoReflect

func (x *CommitSig) ProtoReflect() protoreflect.Message

func (*CommitSig) Reset

func (x *CommitSig) Reset()

func (*CommitSig) String

func (x *CommitSig) String() string

type CompactBitArray

type CompactBitArray struct {
	ExtraBitsStored uint32 `protobuf:"varint,1,opt,name=extra_bits_stored,json=extraBitsStored,proto3" json:"extra_bits_stored,omitempty"`
	Elems           []byte `protobuf:"bytes,2,opt,name=elems,proto3" json:"elems,omitempty"`
	// contains filtered or unexported fields
}

func (*CompactBitArray) Descriptor deprecated

func (*CompactBitArray) Descriptor() ([]byte, []int)

Deprecated: Use CompactBitArray.ProtoReflect.Descriptor instead.

func (*CompactBitArray) GetElems

func (x *CompactBitArray) GetElems() []byte

func (*CompactBitArray) GetExtraBitsStored

func (x *CompactBitArray) GetExtraBitsStored() uint32

func (*CompactBitArray) ProtoMessage

func (*CompactBitArray) ProtoMessage()

func (*CompactBitArray) ProtoReflect

func (x *CompactBitArray) ProtoReflect() protoreflect.Message

func (*CompactBitArray) Reset

func (x *CompactBitArray) Reset()

func (*CompactBitArray) String

func (x *CompactBitArray) String() string

type Consensus

type Consensus struct {
	Block uint64 `protobuf:"varint,1,opt,name=block,proto3" json:"block,omitempty"`
	App   uint64 `protobuf:"varint,2,opt,name=app,proto3" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*Consensus) Descriptor deprecated

func (*Consensus) Descriptor() ([]byte, []int)

Deprecated: Use Consensus.ProtoReflect.Descriptor instead.

func (*Consensus) GetApp

func (x *Consensus) GetApp() uint64

func (*Consensus) GetBlock

func (x *Consensus) GetBlock() uint64

func (*Consensus) ProtoMessage

func (*Consensus) ProtoMessage()

func (*Consensus) ProtoReflect

func (x *Consensus) ProtoReflect() protoreflect.Message

func (*Consensus) Reset

func (x *Consensus) Reset()

func (*Consensus) String

func (x *Consensus) String() string

type ConsensusParams

type ConsensusParams struct {
	Block     *BlockParams     `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Evidence  *EvidenceParams  `protobuf:"bytes,2,opt,name=evidence,proto3" json:"evidence,omitempty"`
	Validator *ValidatorParams `protobuf:"bytes,3,opt,name=validator,proto3" json:"validator,omitempty"`
	Version   *VersionParams   `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsensusParams) Descriptor deprecated

func (*ConsensusParams) Descriptor() ([]byte, []int)

Deprecated: Use ConsensusParams.ProtoReflect.Descriptor instead.

func (*ConsensusParams) GetBlock

func (x *ConsensusParams) GetBlock() *BlockParams

func (*ConsensusParams) GetEvidence

func (x *ConsensusParams) GetEvidence() *EvidenceParams

func (*ConsensusParams) GetValidator

func (x *ConsensusParams) GetValidator() *ValidatorParams

func (*ConsensusParams) GetVersion

func (x *ConsensusParams) GetVersion() *VersionParams

func (*ConsensusParams) ProtoMessage

func (*ConsensusParams) ProtoMessage()

func (*ConsensusParams) ProtoReflect

func (x *ConsensusParams) ProtoReflect() protoreflect.Message

func (*ConsensusParams) Reset

func (x *ConsensusParams) Reset()

func (*ConsensusParams) String

func (x *ConsensusParams) String() string

type DuplicateVoteEvidence

type DuplicateVoteEvidence struct {
	VoteA            *EventVote `protobuf:"bytes,1,opt,name=vote_a,json=voteA,proto3" json:"vote_a,omitempty"`
	VoteB            *EventVote `protobuf:"bytes,2,opt,name=vote_b,json=voteB,proto3" json:"vote_b,omitempty"`
	TotalVotingPower int64      `protobuf:"varint,3,opt,name=total_voting_power,json=totalVotingPower,proto3" json:"total_voting_power,omitempty"`
	ValidatorPower   int64      `protobuf:"varint,4,opt,name=validator_power,json=validatorPower,proto3" json:"validator_power,omitempty"`
	Timestamp        *Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DuplicateVoteEvidence) Descriptor deprecated

func (*DuplicateVoteEvidence) Descriptor() ([]byte, []int)

Deprecated: Use DuplicateVoteEvidence.ProtoReflect.Descriptor instead.

func (*DuplicateVoteEvidence) GetTimestamp

func (x *DuplicateVoteEvidence) GetTimestamp() *Timestamp

func (*DuplicateVoteEvidence) GetTotalVotingPower

func (x *DuplicateVoteEvidence) GetTotalVotingPower() int64

func (*DuplicateVoteEvidence) GetValidatorPower

func (x *DuplicateVoteEvidence) GetValidatorPower() int64

func (*DuplicateVoteEvidence) GetVoteA

func (x *DuplicateVoteEvidence) GetVoteA() *EventVote

func (*DuplicateVoteEvidence) GetVoteB

func (x *DuplicateVoteEvidence) GetVoteB() *EventVote

func (*DuplicateVoteEvidence) ProtoMessage

func (*DuplicateVoteEvidence) ProtoMessage()

func (*DuplicateVoteEvidence) ProtoReflect

func (x *DuplicateVoteEvidence) ProtoReflect() protoreflect.Message

func (*DuplicateVoteEvidence) Reset

func (x *DuplicateVoteEvidence) Reset()

func (*DuplicateVoteEvidence) String

func (x *DuplicateVoteEvidence) String() string

type Duration

type Duration struct {
	Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanos   int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
	// contains filtered or unexported fields
}

func (*Duration) Descriptor deprecated

func (*Duration) Descriptor() ([]byte, []int)

Deprecated: Use Duration.ProtoReflect.Descriptor instead.

func (*Duration) GetNanos

func (x *Duration) GetNanos() int32

func (*Duration) GetSeconds

func (x *Duration) GetSeconds() int64

func (*Duration) ProtoMessage

func (*Duration) ProtoMessage()

func (*Duration) ProtoReflect

func (x *Duration) ProtoReflect() protoreflect.Message

func (*Duration) Reset

func (x *Duration) Reset()

func (*Duration) String

func (x *Duration) String() string

type Event

type Event struct {
	EventType  string            `protobuf:"bytes,1,opt,name=event_type,json=type,proto3" json:"event_type,omitempty"`
	Attributes []*EventAttribute `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetAttributes

func (x *Event) GetAttributes() []*EventAttribute

func (*Event) GetEventType

func (x *Event) GetEventType() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type EventAttribute

type EventAttribute struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Index bool   `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*EventAttribute) Descriptor deprecated

func (*EventAttribute) Descriptor() ([]byte, []int)

Deprecated: Use EventAttribute.ProtoReflect.Descriptor instead.

func (*EventAttribute) GetIndex

func (x *EventAttribute) GetIndex() bool

func (*EventAttribute) GetKey

func (x *EventAttribute) GetKey() string

func (*EventAttribute) GetValue

func (x *EventAttribute) GetValue() string

func (*EventAttribute) ProtoMessage

func (*EventAttribute) ProtoMessage()

func (*EventAttribute) ProtoReflect

func (x *EventAttribute) ProtoReflect() protoreflect.Message

func (*EventAttribute) Reset

func (x *EventAttribute) Reset()

func (*EventAttribute) String

func (x *EventAttribute) String() string

type EventData

type EventData struct {
	Event *Event              `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	Block *HeaderOnlyBlock    `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
	Tx    *TransactionContext `protobuf:"bytes,3,opt,name=tx,proto3" json:"tx,omitempty"`
	// contains filtered or unexported fields
}

func (*EventData) Descriptor deprecated

func (*EventData) Descriptor() ([]byte, []int)

Deprecated: Use EventData.ProtoReflect.Descriptor instead.

func (*EventData) GetBlock

func (x *EventData) GetBlock() *HeaderOnlyBlock

func (*EventData) GetEvent

func (x *EventData) GetEvent() *Event

func (*EventData) GetTx

func (x *EventData) GetTx() *TransactionContext

func (*EventData) ProtoMessage

func (*EventData) ProtoMessage()

func (*EventData) ProtoReflect

func (x *EventData) ProtoReflect() protoreflect.Message

func (*EventData) Reset

func (x *EventData) Reset()

func (*EventData) String

func (x *EventData) String() string

type EventVote

type EventVote struct {
	EventVoteType    SignedMsgType `` /* 131-byte string literal not displayed */
	Height           uint64        `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Round            int32         `protobuf:"varint,3,opt,name=round,proto3" json:"round,omitempty"`
	BlockId          *BlockID      `protobuf:"bytes,4,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	Timestamp        *Timestamp    `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	ValidatorAddress []byte        `protobuf:"bytes,6,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	ValidatorIndex   int32         `protobuf:"varint,7,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"`
	Signature        []byte        `protobuf:"bytes,8,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*EventVote) Descriptor deprecated

func (*EventVote) Descriptor() ([]byte, []int)

Deprecated: Use EventVote.ProtoReflect.Descriptor instead.

func (*EventVote) GetBlockId

func (x *EventVote) GetBlockId() *BlockID

func (*EventVote) GetEventVoteType

func (x *EventVote) GetEventVoteType() SignedMsgType

func (*EventVote) GetHeight

func (x *EventVote) GetHeight() uint64

func (*EventVote) GetRound

func (x *EventVote) GetRound() int32

func (*EventVote) GetSignature

func (x *EventVote) GetSignature() []byte

func (*EventVote) GetTimestamp

func (x *EventVote) GetTimestamp() *Timestamp

func (*EventVote) GetValidatorAddress

func (x *EventVote) GetValidatorAddress() []byte

func (*EventVote) GetValidatorIndex

func (x *EventVote) GetValidatorIndex() int32

func (*EventVote) ProtoMessage

func (*EventVote) ProtoMessage()

func (*EventVote) ProtoReflect

func (x *EventVote) ProtoReflect() protoreflect.Message

func (*EventVote) Reset

func (x *EventVote) Reset()

func (*EventVote) String

func (x *EventVote) String() string

type Evidence

type Evidence struct {

	// Types that are assignable to Sum:
	//
	//	*Evidence_DuplicateVoteEvidence
	//	*Evidence_LightClientAttackEvidence
	Sum isEvidence_Sum `protobuf_oneof:"sum"`
	// contains filtered or unexported fields
}

func (*Evidence) Descriptor deprecated

func (*Evidence) Descriptor() ([]byte, []int)

Deprecated: Use Evidence.ProtoReflect.Descriptor instead.

func (*Evidence) GetDuplicateVoteEvidence

func (x *Evidence) GetDuplicateVoteEvidence() *DuplicateVoteEvidence

func (*Evidence) GetLightClientAttackEvidence

func (x *Evidence) GetLightClientAttackEvidence() *LightClientAttackEvidence

func (*Evidence) GetSum

func (m *Evidence) GetSum() isEvidence_Sum

func (*Evidence) ProtoMessage

func (*Evidence) ProtoMessage()

func (*Evidence) ProtoReflect

func (x *Evidence) ProtoReflect() protoreflect.Message

func (*Evidence) Reset

func (x *Evidence) Reset()

func (*Evidence) String

func (x *Evidence) String() string

type EvidenceList

type EvidenceList struct {
	Evidence []*Evidence `protobuf:"bytes,1,rep,name=evidence,proto3" json:"evidence,omitempty"`
	// contains filtered or unexported fields
}

func (*EvidenceList) Descriptor deprecated

func (*EvidenceList) Descriptor() ([]byte, []int)

Deprecated: Use EvidenceList.ProtoReflect.Descriptor instead.

func (*EvidenceList) GetEvidence

func (x *EvidenceList) GetEvidence() []*Evidence

func (*EvidenceList) ProtoMessage

func (*EvidenceList) ProtoMessage()

func (*EvidenceList) ProtoReflect

func (x *EvidenceList) ProtoReflect() protoreflect.Message

func (*EvidenceList) Reset

func (x *EvidenceList) Reset()

func (*EvidenceList) String

func (x *EvidenceList) String() string

type EvidenceParams

type EvidenceParams struct {
	MaxAgeNumBlocks int64     `protobuf:"varint,1,opt,name=max_age_num_blocks,json=maxAgeNumBlocks,proto3" json:"max_age_num_blocks,omitempty"`
	MaxAgeDuration  *Duration `protobuf:"bytes,2,opt,name=max_age_duration,json=maxAgeDuration,proto3" json:"max_age_duration,omitempty"`
	MaxBytes        int64     `protobuf:"varint,3,opt,name=max_bytes,json=maxBytes,proto3" json:"max_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*EvidenceParams) Descriptor deprecated

func (*EvidenceParams) Descriptor() ([]byte, []int)

Deprecated: Use EvidenceParams.ProtoReflect.Descriptor instead.

func (*EvidenceParams) GetMaxAgeDuration

func (x *EvidenceParams) GetMaxAgeDuration() *Duration

func (*EvidenceParams) GetMaxAgeNumBlocks

func (x *EvidenceParams) GetMaxAgeNumBlocks() int64

func (*EvidenceParams) GetMaxBytes

func (x *EvidenceParams) GetMaxBytes() int64

func (*EvidenceParams) ProtoMessage

func (*EvidenceParams) ProtoMessage()

func (*EvidenceParams) ProtoReflect

func (x *EvidenceParams) ProtoReflect() protoreflect.Message

func (*EvidenceParams) Reset

func (x *EvidenceParams) Reset()

func (*EvidenceParams) String

func (x *EvidenceParams) String() string

type Evidence_DuplicateVoteEvidence

type Evidence_DuplicateVoteEvidence struct {
	DuplicateVoteEvidence *DuplicateVoteEvidence `protobuf:"bytes,1,opt,name=duplicate_vote_evidence,json=duplicateVoteEvidence,proto3,oneof"`
}

type Evidence_LightClientAttackEvidence

type Evidence_LightClientAttackEvidence struct {
	LightClientAttackEvidence *LightClientAttackEvidence `protobuf:"bytes,2,opt,name=light_client_attack_evidence,json=lightClientAttackEvidence,proto3,oneof"`
}

type Fee

type Fee struct {
	Amount   []*Coin `protobuf:"bytes,1,rep,name=amount,proto3" json:"amount,omitempty"`
	GasLimit uint64  `protobuf:"varint,2,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"`
	Payer    string  `protobuf:"bytes,3,opt,name=payer,proto3" json:"payer,omitempty"`
	Granter  string  `protobuf:"bytes,4,opt,name=granter,proto3" json:"granter,omitempty"`
	// contains filtered or unexported fields
}

func (*Fee) Descriptor deprecated

func (*Fee) Descriptor() ([]byte, []int)

Deprecated: Use Fee.ProtoReflect.Descriptor instead.

func (*Fee) GetAmount

func (x *Fee) GetAmount() []*Coin

func (*Fee) GetGasLimit

func (x *Fee) GetGasLimit() uint64

func (*Fee) GetGranter

func (x *Fee) GetGranter() string

func (*Fee) GetPayer

func (x *Fee) GetPayer() string

func (*Fee) ProtoMessage

func (*Fee) ProtoMessage()

func (*Fee) ProtoReflect

func (x *Fee) ProtoReflect() protoreflect.Message

func (*Fee) Reset

func (x *Fee) Reset()

func (*Fee) String

func (x *Fee) String() string
type Header struct {
	Version            *Consensus `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	ChainId            string     `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	Height             uint64     `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
	Time               *Timestamp `protobuf:"bytes,4,opt,name=time,proto3" json:"time,omitempty"`
	LastBlockId        *BlockID   `protobuf:"bytes,5,opt,name=last_block_id,json=lastBlockId,proto3" json:"last_block_id,omitempty"`
	LastCommitHash     []byte     `protobuf:"bytes,6,opt,name=last_commit_hash,json=lastCommitHash,proto3" json:"last_commit_hash,omitempty"`
	DataHash           []byte     `protobuf:"bytes,7,opt,name=data_hash,json=dataHash,proto3" json:"data_hash,omitempty"`
	ValidatorsHash     []byte     `protobuf:"bytes,8,opt,name=validators_hash,json=validatorsHash,proto3" json:"validators_hash,omitempty"`
	NextValidatorsHash []byte     `protobuf:"bytes,9,opt,name=next_validators_hash,json=nextValidatorsHash,proto3" json:"next_validators_hash,omitempty"`
	ConsensusHash      []byte     `protobuf:"bytes,10,opt,name=consensus_hash,json=consensusHash,proto3" json:"consensus_hash,omitempty"`
	AppHash            []byte     `protobuf:"bytes,11,opt,name=app_hash,json=appHash,proto3" json:"app_hash,omitempty"`
	LastResultsHash    []byte     `protobuf:"bytes,12,opt,name=last_results_hash,json=lastResultsHash,proto3" json:"last_results_hash,omitempty"`
	EvidenceHash       []byte     `protobuf:"bytes,13,opt,name=evidence_hash,json=evidenceHash,proto3" json:"evidence_hash,omitempty"`
	ProposerAddress    []byte     `protobuf:"bytes,14,opt,name=proposer_address,json=proposerAddress,proto3" json:"proposer_address,omitempty"`
	Hash               []byte     `protobuf:"bytes,15,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*Header) Descriptor deprecated

func (*Header) Descriptor() ([]byte, []int)

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetAppHash

func (x *Header) GetAppHash() []byte

func (*Header) GetChainId

func (x *Header) GetChainId() string

func (*Header) GetConsensusHash

func (x *Header) GetConsensusHash() []byte

func (*Header) GetDataHash

func (x *Header) GetDataHash() []byte

func (*Header) GetEvidenceHash

func (x *Header) GetEvidenceHash() []byte

func (*Header) GetHash

func (x *Header) GetHash() []byte

func (*Header) GetHeight

func (x *Header) GetHeight() uint64

func (*Header) GetLastBlockId

func (x *Header) GetLastBlockId() *BlockID

func (*Header) GetLastCommitHash

func (x *Header) GetLastCommitHash() []byte

func (*Header) GetLastResultsHash

func (x *Header) GetLastResultsHash() []byte

func (*Header) GetNextValidatorsHash

func (x *Header) GetNextValidatorsHash() []byte

func (*Header) GetProposerAddress

func (x *Header) GetProposerAddress() []byte

func (*Header) GetTime

func (x *Header) GetTime() *Timestamp

func (*Header) GetValidatorsHash

func (x *Header) GetValidatorsHash() []byte

func (*Header) GetVersion

func (x *Header) GetVersion() *Consensus

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) ProtoReflect

func (x *Header) ProtoReflect() protoreflect.Message

func (*Header) Reset

func (x *Header) Reset()

func (*Header) String

func (x *Header) String() string

type HeaderOnlyBlock

type HeaderOnlyBlock struct {
	Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// contains filtered or unexported fields
}

HeaderOnlyBlock is a standard Block structure where all other fields are removed so that hydrating that object from a Block bytes payload will drastically reduce allocated memory required to hold the full block.

This can be used to unpack a Block when only the Header information is required and greatly reduce required memory.

func (*HeaderOnlyBlock) Descriptor deprecated

func (*HeaderOnlyBlock) Descriptor() ([]byte, []int)

Deprecated: Use HeaderOnlyBlock.ProtoReflect.Descriptor instead.

func (*HeaderOnlyBlock) GetHeader

func (x *HeaderOnlyBlock) GetHeader() *Header

func (*HeaderOnlyBlock) ProtoMessage

func (*HeaderOnlyBlock) ProtoMessage()

func (*HeaderOnlyBlock) ProtoReflect

func (x *HeaderOnlyBlock) ProtoReflect() protoreflect.Message

func (*HeaderOnlyBlock) Reset

func (x *HeaderOnlyBlock) Reset()

func (*HeaderOnlyBlock) String

func (x *HeaderOnlyBlock) String() string

type LightBlock

type LightBlock struct {
	SignedHeader *SignedHeader `protobuf:"bytes,1,opt,name=signed_header,json=signedHeader,proto3" json:"signed_header,omitempty"`
	ValidatorSet *ValidatorSet `protobuf:"bytes,2,opt,name=validator_set,json=validatorSet,proto3" json:"validator_set,omitempty"`
	// contains filtered or unexported fields
}

func (*LightBlock) Descriptor deprecated

func (*LightBlock) Descriptor() ([]byte, []int)

Deprecated: Use LightBlock.ProtoReflect.Descriptor instead.

func (*LightBlock) GetSignedHeader

func (x *LightBlock) GetSignedHeader() *SignedHeader

func (*LightBlock) GetValidatorSet

func (x *LightBlock) GetValidatorSet() *ValidatorSet

func (*LightBlock) ProtoMessage

func (*LightBlock) ProtoMessage()

func (*LightBlock) ProtoReflect

func (x *LightBlock) ProtoReflect() protoreflect.Message

func (*LightBlock) Reset

func (x *LightBlock) Reset()

func (*LightBlock) String

func (x *LightBlock) String() string

type LightClientAttackEvidence

type LightClientAttackEvidence struct {
	ConflictingBlock    *LightBlock  `protobuf:"bytes,1,opt,name=conflicting_block,json=conflictingBlock,proto3" json:"conflicting_block,omitempty"`
	CommonHeight        int64        `protobuf:"varint,2,opt,name=common_height,json=commonHeight,proto3" json:"common_height,omitempty"`
	ByzantineValidators []*Validator `protobuf:"bytes,3,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators,omitempty"`
	TotalVotingPower    int64        `protobuf:"varint,4,opt,name=total_voting_power,json=totalVotingPower,proto3" json:"total_voting_power,omitempty"`
	Timestamp           *Timestamp   `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*LightClientAttackEvidence) Descriptor deprecated

func (*LightClientAttackEvidence) Descriptor() ([]byte, []int)

Deprecated: Use LightClientAttackEvidence.ProtoReflect.Descriptor instead.

func (*LightClientAttackEvidence) GetByzantineValidators

func (x *LightClientAttackEvidence) GetByzantineValidators() []*Validator

func (*LightClientAttackEvidence) GetCommonHeight

func (x *LightClientAttackEvidence) GetCommonHeight() int64

func (*LightClientAttackEvidence) GetConflictingBlock

func (x *LightClientAttackEvidence) GetConflictingBlock() *LightBlock

func (*LightClientAttackEvidence) GetTimestamp

func (x *LightClientAttackEvidence) GetTimestamp() *Timestamp

func (*LightClientAttackEvidence) GetTotalVotingPower

func (x *LightClientAttackEvidence) GetTotalVotingPower() int64

func (*LightClientAttackEvidence) ProtoMessage

func (*LightClientAttackEvidence) ProtoMessage()

func (*LightClientAttackEvidence) ProtoReflect

func (*LightClientAttackEvidence) Reset

func (x *LightClientAttackEvidence) Reset()

func (*LightClientAttackEvidence) String

func (x *LightClientAttackEvidence) String() string

type MessageData

type MessageData struct {
	Message *anypb.Any          `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Block   *HeaderOnlyBlock    `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
	Tx      *TransactionContext `protobuf:"bytes,3,opt,name=tx,proto3" json:"tx,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageData) Descriptor deprecated

func (*MessageData) Descriptor() ([]byte, []int)

Deprecated: Use MessageData.ProtoReflect.Descriptor instead.

func (*MessageData) GetBlock

func (x *MessageData) GetBlock() *HeaderOnlyBlock

func (*MessageData) GetMessage

func (x *MessageData) GetMessage() *anypb.Any

func (*MessageData) GetTx

func (x *MessageData) GetTx() *TransactionContext

func (*MessageData) ProtoMessage

func (*MessageData) ProtoMessage()

func (*MessageData) ProtoReflect

func (x *MessageData) ProtoReflect() protoreflect.Message

func (*MessageData) Reset

func (x *MessageData) Reset()

func (*MessageData) String

func (x *MessageData) String() string

type ModeInfo

type ModeInfo struct {

	// Types that are assignable to Sum:
	//
	//	*ModeInfo_Single
	//	*ModeInfo_Multi
	Sum isModeInfo_Sum `protobuf_oneof:"sum"`
	// contains filtered or unexported fields
}

func (*ModeInfo) Descriptor deprecated

func (*ModeInfo) Descriptor() ([]byte, []int)

Deprecated: Use ModeInfo.ProtoReflect.Descriptor instead.

func (*ModeInfo) GetMulti

func (x *ModeInfo) GetMulti() *ModeInfoMulti

func (*ModeInfo) GetSingle

func (x *ModeInfo) GetSingle() *ModeInfoSingle

func (*ModeInfo) GetSum

func (m *ModeInfo) GetSum() isModeInfo_Sum

func (*ModeInfo) ProtoMessage

func (*ModeInfo) ProtoMessage()

func (*ModeInfo) ProtoReflect

func (x *ModeInfo) ProtoReflect() protoreflect.Message

func (*ModeInfo) Reset

func (x *ModeInfo) Reset()

func (*ModeInfo) String

func (x *ModeInfo) String() string

type ModeInfoMulti

type ModeInfoMulti struct {
	Bitarray  *CompactBitArray `protobuf:"bytes,1,opt,name=bitarray,proto3" json:"bitarray,omitempty"`
	ModeInfos []*ModeInfo      `protobuf:"bytes,2,rep,name=mode_infos,json=modeInfos,proto3" json:"mode_infos,omitempty"`
	// contains filtered or unexported fields
}

func (*ModeInfoMulti) Descriptor deprecated

func (*ModeInfoMulti) Descriptor() ([]byte, []int)

Deprecated: Use ModeInfoMulti.ProtoReflect.Descriptor instead.

func (*ModeInfoMulti) GetBitarray

func (x *ModeInfoMulti) GetBitarray() *CompactBitArray

func (*ModeInfoMulti) GetModeInfos

func (x *ModeInfoMulti) GetModeInfos() []*ModeInfo

func (*ModeInfoMulti) ProtoMessage

func (*ModeInfoMulti) ProtoMessage()

func (*ModeInfoMulti) ProtoReflect

func (x *ModeInfoMulti) ProtoReflect() protoreflect.Message

func (*ModeInfoMulti) Reset

func (x *ModeInfoMulti) Reset()

func (*ModeInfoMulti) String

func (x *ModeInfoMulti) String() string

type ModeInfoSingle

type ModeInfoSingle struct {
	Mode SignMode `protobuf:"varint,1,opt,name=mode,proto3,enum=sf.cosmos.type.v1.SignMode" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ModeInfoSingle) Descriptor deprecated

func (*ModeInfoSingle) Descriptor() ([]byte, []int)

Deprecated: Use ModeInfoSingle.ProtoReflect.Descriptor instead.

func (*ModeInfoSingle) GetMode

func (x *ModeInfoSingle) GetMode() SignMode

func (*ModeInfoSingle) ProtoMessage

func (*ModeInfoSingle) ProtoMessage()

func (*ModeInfoSingle) ProtoReflect

func (x *ModeInfoSingle) ProtoReflect() protoreflect.Message

func (*ModeInfoSingle) Reset

func (x *ModeInfoSingle) Reset()

func (*ModeInfoSingle) String

func (x *ModeInfoSingle) String() string

type ModeInfo_Multi

type ModeInfo_Multi struct {
	Multi *ModeInfoMulti `protobuf:"bytes,2,opt,name=multi,proto3,oneof"`
}

type ModeInfo_Single

type ModeInfo_Single struct {
	Single *ModeInfoSingle `protobuf:"bytes,1,opt,name=single,proto3,oneof"`
}

type PartSetHeader

type PartSetHeader struct {
	Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Hash  []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*PartSetHeader) Descriptor deprecated

func (*PartSetHeader) Descriptor() ([]byte, []int)

Deprecated: Use PartSetHeader.ProtoReflect.Descriptor instead.

func (*PartSetHeader) GetHash

func (x *PartSetHeader) GetHash() []byte

func (*PartSetHeader) GetTotal

func (x *PartSetHeader) GetTotal() uint32

func (*PartSetHeader) ProtoMessage

func (*PartSetHeader) ProtoMessage()

func (*PartSetHeader) ProtoReflect

func (x *PartSetHeader) ProtoReflect() protoreflect.Message

func (*PartSetHeader) Reset

func (x *PartSetHeader) Reset()

func (*PartSetHeader) String

func (x *PartSetHeader) String() string

type PublicKey

type PublicKey struct {

	// Types that are assignable to Sum:
	//
	//	*PublicKey_Ed25519
	//	*PublicKey_Secp256K1
	Sum isPublicKey_Sum `protobuf_oneof:"sum"`
	// contains filtered or unexported fields
}

func (*PublicKey) Descriptor deprecated

func (*PublicKey) Descriptor() ([]byte, []int)

Deprecated: Use PublicKey.ProtoReflect.Descriptor instead.

func (*PublicKey) GetEd25519

func (x *PublicKey) GetEd25519() []byte

func (*PublicKey) GetSecp256K1

func (x *PublicKey) GetSecp256K1() []byte

func (*PublicKey) GetSum

func (m *PublicKey) GetSum() isPublicKey_Sum

func (*PublicKey) ProtoMessage

func (*PublicKey) ProtoMessage()

func (*PublicKey) ProtoReflect

func (x *PublicKey) ProtoReflect() protoreflect.Message

func (*PublicKey) Reset

func (x *PublicKey) Reset()

func (*PublicKey) String

func (x *PublicKey) String() string

type PublicKey_Ed25519

type PublicKey_Ed25519 struct {
	Ed25519 []byte `protobuf:"bytes,1,opt,name=ed25519,proto3,oneof"`
}

type PublicKey_Secp256K1

type PublicKey_Secp256K1 struct {
	Secp256K1 []byte `protobuf:"bytes,2,opt,name=secp256k1,proto3,oneof"`
}

type ResponseBeginBlock

type ResponseBeginBlock struct {
	Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseBeginBlock) Descriptor deprecated

func (*ResponseBeginBlock) Descriptor() ([]byte, []int)

Deprecated: Use ResponseBeginBlock.ProtoReflect.Descriptor instead.

func (*ResponseBeginBlock) GetEvents

func (x *ResponseBeginBlock) GetEvents() []*Event

func (*ResponseBeginBlock) ProtoMessage

func (*ResponseBeginBlock) ProtoMessage()

func (*ResponseBeginBlock) ProtoReflect

func (x *ResponseBeginBlock) ProtoReflect() protoreflect.Message

func (*ResponseBeginBlock) Reset

func (x *ResponseBeginBlock) Reset()

func (*ResponseBeginBlock) String

func (x *ResponseBeginBlock) String() string

type ResponseDeliverTx

type ResponseDeliverTx struct {
	Code      uint32   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data      []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Log       string   `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"`
	Info      string   `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
	GasWanted int64    `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"`
	GasUsed   int64    `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	Events    []*Event `protobuf:"bytes,7,rep,name=events,proto3" json:"events,omitempty"`
	Codespace string   `protobuf:"bytes,8,opt,name=codespace,proto3" json:"codespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseDeliverTx) Descriptor deprecated

func (*ResponseDeliverTx) Descriptor() ([]byte, []int)

Deprecated: Use ResponseDeliverTx.ProtoReflect.Descriptor instead.

func (*ResponseDeliverTx) GetCode

func (x *ResponseDeliverTx) GetCode() uint32

func (*ResponseDeliverTx) GetCodespace

func (x *ResponseDeliverTx) GetCodespace() string

func (*ResponseDeliverTx) GetData

func (x *ResponseDeliverTx) GetData() []byte

func (*ResponseDeliverTx) GetEvents

func (x *ResponseDeliverTx) GetEvents() []*Event

func (*ResponseDeliverTx) GetGasUsed

func (x *ResponseDeliverTx) GetGasUsed() int64

func (*ResponseDeliverTx) GetGasWanted

func (x *ResponseDeliverTx) GetGasWanted() int64

func (*ResponseDeliverTx) GetInfo

func (x *ResponseDeliverTx) GetInfo() string

func (*ResponseDeliverTx) GetLog

func (x *ResponseDeliverTx) GetLog() string

func (*ResponseDeliverTx) ProtoMessage

func (*ResponseDeliverTx) ProtoMessage()

func (*ResponseDeliverTx) ProtoReflect

func (x *ResponseDeliverTx) ProtoReflect() protoreflect.Message

func (*ResponseDeliverTx) Reset

func (x *ResponseDeliverTx) Reset()

func (*ResponseDeliverTx) String

func (x *ResponseDeliverTx) String() string

type ResponseEndBlock

type ResponseEndBlock struct {
	ValidatorUpdates      []*ValidatorUpdate `protobuf:"bytes,1,rep,name=validator_updates,json=validatorUpdates,proto3" json:"validator_updates,omitempty"`
	ConsensusParamUpdates *ConsensusParams   `` /* 126-byte string literal not displayed */
	Events                []*Event           `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseEndBlock) Descriptor deprecated

func (*ResponseEndBlock) Descriptor() ([]byte, []int)

Deprecated: Use ResponseEndBlock.ProtoReflect.Descriptor instead.

func (*ResponseEndBlock) GetConsensusParamUpdates

func (x *ResponseEndBlock) GetConsensusParamUpdates() *ConsensusParams

func (*ResponseEndBlock) GetEvents

func (x *ResponseEndBlock) GetEvents() []*Event

func (*ResponseEndBlock) GetValidatorUpdates

func (x *ResponseEndBlock) GetValidatorUpdates() []*ValidatorUpdate

func (*ResponseEndBlock) ProtoMessage

func (*ResponseEndBlock) ProtoMessage()

func (*ResponseEndBlock) ProtoReflect

func (x *ResponseEndBlock) ProtoReflect() protoreflect.Message

func (*ResponseEndBlock) Reset

func (x *ResponseEndBlock) Reset()

func (*ResponseEndBlock) String

func (x *ResponseEndBlock) String() string

type SignMode

type SignMode int32
const (
	SignMode_SIGN_MODE_UNSPECIFIED       SignMode = 0
	SignMode_SIGN_MODE_DIRECT            SignMode = 1
	SignMode_SIGN_MODE_TEXTUAL           SignMode = 2
	SignMode_SIGN_MODE_LEGACY_AMINO_JSON SignMode = 127
)

func (SignMode) Descriptor

func (SignMode) Descriptor() protoreflect.EnumDescriptor

func (SignMode) Enum

func (x SignMode) Enum() *SignMode

func (SignMode) EnumDescriptor deprecated

func (SignMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use SignMode.Descriptor instead.

func (SignMode) Number

func (x SignMode) Number() protoreflect.EnumNumber

func (SignMode) String

func (x SignMode) String() string

func (SignMode) Type

type SignedHeader

type SignedHeader struct {
	Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Commit *Commit `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedHeader) Descriptor deprecated

func (*SignedHeader) Descriptor() ([]byte, []int)

Deprecated: Use SignedHeader.ProtoReflect.Descriptor instead.

func (*SignedHeader) GetCommit

func (x *SignedHeader) GetCommit() *Commit

func (*SignedHeader) GetHeader

func (x *SignedHeader) GetHeader() *Header

func (*SignedHeader) ProtoMessage

func (*SignedHeader) ProtoMessage()

func (*SignedHeader) ProtoReflect

func (x *SignedHeader) ProtoReflect() protoreflect.Message

func (*SignedHeader) Reset

func (x *SignedHeader) Reset()

func (*SignedHeader) String

func (x *SignedHeader) String() string

type SignedMsgType

type SignedMsgType int32
const (
	SignedMsgType_SIGNED_MSG_TYPE_UNKNOWN   SignedMsgType = 0
	SignedMsgType_SIGNED_MSG_TYPE_PREVOTE   SignedMsgType = 1
	SignedMsgType_SIGNED_MSG_TYPE_PRECOMMIT SignedMsgType = 2
	SignedMsgType_SIGNED_MSG_TYPE_PROPOSAL  SignedMsgType = 32
)

func (SignedMsgType) Descriptor

func (SignedMsgType) Enum

func (x SignedMsgType) Enum() *SignedMsgType

func (SignedMsgType) EnumDescriptor deprecated

func (SignedMsgType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SignedMsgType.Descriptor instead.

func (SignedMsgType) Number

func (SignedMsgType) String

func (x SignedMsgType) String() string

func (SignedMsgType) Type

type SignerInfo

type SignerInfo struct {
	PublicKey *anypb.Any `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	ModeInfo  *ModeInfo  `protobuf:"bytes,2,opt,name=mode_info,json=modeInfo,proto3" json:"mode_info,omitempty"`
	Sequence  uint64     `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*SignerInfo) Descriptor deprecated

func (*SignerInfo) Descriptor() ([]byte, []int)

Deprecated: Use SignerInfo.ProtoReflect.Descriptor instead.

func (*SignerInfo) GetModeInfo

func (x *SignerInfo) GetModeInfo() *ModeInfo

func (*SignerInfo) GetPublicKey

func (x *SignerInfo) GetPublicKey() *anypb.Any

func (*SignerInfo) GetSequence

func (x *SignerInfo) GetSequence() uint64

func (*SignerInfo) ProtoMessage

func (*SignerInfo) ProtoMessage()

func (*SignerInfo) ProtoReflect

func (x *SignerInfo) ProtoReflect() protoreflect.Message

func (*SignerInfo) Reset

func (x *SignerInfo) Reset()

func (*SignerInfo) String

func (x *SignerInfo) String() string

type Timestamp

type Timestamp struct {
	Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanos   int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
	// contains filtered or unexported fields
}

func (*Timestamp) Descriptor deprecated

func (*Timestamp) Descriptor() ([]byte, []int)

Deprecated: Use Timestamp.ProtoReflect.Descriptor instead.

func (*Timestamp) GetNanos

func (x *Timestamp) GetNanos() int32

func (*Timestamp) GetSeconds

func (x *Timestamp) GetSeconds() int64

func (*Timestamp) ProtoMessage

func (*Timestamp) ProtoMessage()

func (*Timestamp) ProtoReflect

func (x *Timestamp) ProtoReflect() protoreflect.Message

func (*Timestamp) Reset

func (x *Timestamp) Reset()

func (*Timestamp) String

func (x *Timestamp) String() string

type Tip

type Tip struct {
	Amount []*Coin `protobuf:"bytes,1,rep,name=amount,proto3" json:"amount,omitempty"`
	Tipper string  `protobuf:"bytes,2,opt,name=tipper,proto3" json:"tipper,omitempty"`
	// contains filtered or unexported fields
}

func (*Tip) Descriptor deprecated

func (*Tip) Descriptor() ([]byte, []int)

Deprecated: Use Tip.ProtoReflect.Descriptor instead.

func (*Tip) GetAmount

func (x *Tip) GetAmount() []*Coin

func (*Tip) GetTipper

func (x *Tip) GetTipper() string

func (*Tip) ProtoMessage

func (*Tip) ProtoMessage()

func (*Tip) ProtoReflect

func (x *Tip) ProtoReflect() protoreflect.Message

func (*Tip) Reset

func (x *Tip) Reset()

func (*Tip) String

func (x *Tip) String() string

type TransactionContext

type TransactionContext struct {
	Hash      []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Index     uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Code      uint32 `protobuf:"varint,3,opt,name=code,proto3" json:"code,omitempty"`
	GasWanted int64  `protobuf:"varint,4,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"`
	GasUsed   int64  `protobuf:"varint,5,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionContext) Descriptor deprecated

func (*TransactionContext) Descriptor() ([]byte, []int)

Deprecated: Use TransactionContext.ProtoReflect.Descriptor instead.

func (*TransactionContext) GetCode

func (x *TransactionContext) GetCode() uint32

func (*TransactionContext) GetGasUsed

func (x *TransactionContext) GetGasUsed() int64

func (*TransactionContext) GetGasWanted

func (x *TransactionContext) GetGasWanted() int64

func (*TransactionContext) GetHash

func (x *TransactionContext) GetHash() []byte

func (*TransactionContext) GetIndex

func (x *TransactionContext) GetIndex() uint32

func (*TransactionContext) ProtoMessage

func (*TransactionContext) ProtoMessage()

func (*TransactionContext) ProtoReflect

func (x *TransactionContext) ProtoReflect() protoreflect.Message

func (*TransactionContext) Reset

func (x *TransactionContext) Reset()

func (*TransactionContext) String

func (x *TransactionContext) String() string

type TransactionData

type TransactionData struct {
	Tx    *TxResult        `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	Block *HeaderOnlyBlock `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionData) Descriptor deprecated

func (*TransactionData) Descriptor() ([]byte, []int)

Deprecated: Use TransactionData.ProtoReflect.Descriptor instead.

func (*TransactionData) GetBlock

func (x *TransactionData) GetBlock() *HeaderOnlyBlock

func (*TransactionData) GetTx

func (x *TransactionData) GetTx() *TxResult

func (*TransactionData) ProtoMessage

func (*TransactionData) ProtoMessage()

func (*TransactionData) ProtoReflect

func (x *TransactionData) ProtoReflect() protoreflect.Message

func (*TransactionData) Reset

func (x *TransactionData) Reset()

func (*TransactionData) String

func (x *TransactionData) String() string

type Tx

type Tx struct {
	Body       *TxBody   `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	AuthInfo   *AuthInfo `protobuf:"bytes,2,opt,name=auth_info,json=authInfo,proto3" json:"auth_info,omitempty"`
	Signatures [][]byte  `protobuf:"bytes,3,rep,name=signatures,proto3" json:"signatures,omitempty"`
	// contains filtered or unexported fields
}

func (*Tx) Descriptor deprecated

func (*Tx) Descriptor() ([]byte, []int)

Deprecated: Use Tx.ProtoReflect.Descriptor instead.

func (*Tx) GetAuthInfo

func (x *Tx) GetAuthInfo() *AuthInfo

func (*Tx) GetBody

func (x *Tx) GetBody() *TxBody

func (*Tx) GetSignatures

func (x *Tx) GetSignatures() [][]byte

func (*Tx) ProtoMessage

func (*Tx) ProtoMessage()

func (*Tx) ProtoReflect

func (x *Tx) ProtoReflect() protoreflect.Message

func (*Tx) Reset

func (x *Tx) Reset()

func (*Tx) String

func (x *Tx) String() string

type TxBody

type TxBody struct {
	Messages                    []*anypb.Any `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	Memo                        string       `protobuf:"bytes,2,opt,name=memo,proto3" json:"memo,omitempty"`
	TimeoutHeight               uint64       `protobuf:"varint,3,opt,name=timeout_height,json=timeoutHeight,proto3" json:"timeout_height,omitempty"`
	ExtensionOptions            []*anypb.Any `protobuf:"bytes,1023,rep,name=extension_options,json=extensionOptions,proto3" json:"extension_options,omitempty"`
	NonCriticalExtensionOptions []*anypb.Any `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TxBody) Descriptor deprecated

func (*TxBody) Descriptor() ([]byte, []int)

Deprecated: Use TxBody.ProtoReflect.Descriptor instead.

func (*TxBody) GetExtensionOptions

func (x *TxBody) GetExtensionOptions() []*anypb.Any

func (*TxBody) GetMemo

func (x *TxBody) GetMemo() string

func (*TxBody) GetMessages

func (x *TxBody) GetMessages() []*anypb.Any

func (*TxBody) GetNonCriticalExtensionOptions

func (x *TxBody) GetNonCriticalExtensionOptions() []*anypb.Any

func (*TxBody) GetTimeoutHeight

func (x *TxBody) GetTimeoutHeight() uint64

func (*TxBody) ProtoMessage

func (*TxBody) ProtoMessage()

func (*TxBody) ProtoReflect

func (x *TxBody) ProtoReflect() protoreflect.Message

func (*TxBody) Reset

func (x *TxBody) Reset()

func (*TxBody) String

func (x *TxBody) String() string

type TxResult

type TxResult struct {
	Height uint64             `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Index  uint32             `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Tx     *Tx                `protobuf:"bytes,3,opt,name=tx,proto3" json:"tx,omitempty"`
	Result *ResponseDeliverTx `protobuf:"bytes,4,opt,name=result,proto3" json:"result,omitempty"`
	Hash   []byte             `protobuf:"bytes,5,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*TxResult) Descriptor deprecated

func (*TxResult) Descriptor() ([]byte, []int)

Deprecated: Use TxResult.ProtoReflect.Descriptor instead.

func (*TxResult) GetHash

func (x *TxResult) GetHash() []byte

func (*TxResult) GetHeight

func (x *TxResult) GetHeight() uint64

func (*TxResult) GetIndex

func (x *TxResult) GetIndex() uint32

func (*TxResult) GetResult

func (x *TxResult) GetResult() *ResponseDeliverTx

func (*TxResult) GetTx

func (x *TxResult) GetTx() *Tx

func (*TxResult) ProtoMessage

func (*TxResult) ProtoMessage()

func (*TxResult) ProtoReflect

func (x *TxResult) ProtoReflect() protoreflect.Message

func (*TxResult) Reset

func (x *TxResult) Reset()

func (*TxResult) String

func (x *TxResult) String() string

type Validator

type Validator struct {
	Address          []byte     `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	PubKey           *PublicKey `protobuf:"bytes,2,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	VotingPower      int64      `protobuf:"varint,3,opt,name=voting_power,json=votingPower,proto3" json:"voting_power,omitempty"`
	ProposerPriority int64      `protobuf:"varint,4,opt,name=proposer_priority,json=proposerPriority,proto3" json:"proposer_priority,omitempty"`
	// contains filtered or unexported fields
}

func (*Validator) Descriptor deprecated

func (*Validator) Descriptor() ([]byte, []int)

Deprecated: Use Validator.ProtoReflect.Descriptor instead.

func (*Validator) GetAddress

func (x *Validator) GetAddress() []byte

func (*Validator) GetProposerPriority

func (x *Validator) GetProposerPriority() int64

func (*Validator) GetPubKey

func (x *Validator) GetPubKey() *PublicKey

func (*Validator) GetVotingPower

func (x *Validator) GetVotingPower() int64

func (*Validator) ProtoMessage

func (*Validator) ProtoMessage()

func (*Validator) ProtoReflect

func (x *Validator) ProtoReflect() protoreflect.Message

func (*Validator) Reset

func (x *Validator) Reset()

func (*Validator) String

func (x *Validator) String() string

type ValidatorParams

type ValidatorParams struct {
	PubKeyTypes []string `protobuf:"bytes,1,rep,name=pub_key_types,json=pubKeyTypes,proto3" json:"pub_key_types,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorParams) Descriptor deprecated

func (*ValidatorParams) Descriptor() ([]byte, []int)

Deprecated: Use ValidatorParams.ProtoReflect.Descriptor instead.

func (*ValidatorParams) GetPubKeyTypes

func (x *ValidatorParams) GetPubKeyTypes() []string

func (*ValidatorParams) ProtoMessage

func (*ValidatorParams) ProtoMessage()

func (*ValidatorParams) ProtoReflect

func (x *ValidatorParams) ProtoReflect() protoreflect.Message

func (*ValidatorParams) Reset

func (x *ValidatorParams) Reset()

func (*ValidatorParams) String

func (x *ValidatorParams) String() string

type ValidatorSet

type ValidatorSet struct {
	Validators       []*Validator `protobuf:"bytes,1,rep,name=validators,proto3" json:"validators,omitempty"`
	Proposer         *Validator   `protobuf:"bytes,2,opt,name=proposer,proto3" json:"proposer,omitempty"`
	TotalVotingPower int64        `protobuf:"varint,3,opt,name=total_voting_power,json=totalVotingPower,proto3" json:"total_voting_power,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorSet) Descriptor deprecated

func (*ValidatorSet) Descriptor() ([]byte, []int)

Deprecated: Use ValidatorSet.ProtoReflect.Descriptor instead.

func (*ValidatorSet) GetProposer

func (x *ValidatorSet) GetProposer() *Validator

func (*ValidatorSet) GetTotalVotingPower

func (x *ValidatorSet) GetTotalVotingPower() int64

func (*ValidatorSet) GetValidators

func (x *ValidatorSet) GetValidators() []*Validator

func (*ValidatorSet) ProtoMessage

func (*ValidatorSet) ProtoMessage()

func (*ValidatorSet) ProtoReflect

func (x *ValidatorSet) ProtoReflect() protoreflect.Message

func (*ValidatorSet) Reset

func (x *ValidatorSet) Reset()

func (*ValidatorSet) String

func (x *ValidatorSet) String() string

type ValidatorSetUpdates

type ValidatorSetUpdates struct {
	ValidatorUpdates []*Validator `protobuf:"bytes,1,rep,name=validator_updates,json=validatorUpdates,proto3" json:"validator_updates,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorSetUpdates) Descriptor deprecated

func (*ValidatorSetUpdates) Descriptor() ([]byte, []int)

Deprecated: Use ValidatorSetUpdates.ProtoReflect.Descriptor instead.

func (*ValidatorSetUpdates) GetValidatorUpdates

func (x *ValidatorSetUpdates) GetValidatorUpdates() []*Validator

func (*ValidatorSetUpdates) ProtoMessage

func (*ValidatorSetUpdates) ProtoMessage()

func (*ValidatorSetUpdates) ProtoReflect

func (x *ValidatorSetUpdates) ProtoReflect() protoreflect.Message

func (*ValidatorSetUpdates) Reset

func (x *ValidatorSetUpdates) Reset()

func (*ValidatorSetUpdates) String

func (x *ValidatorSetUpdates) String() string

type ValidatorUpdate

type ValidatorUpdate struct {
	Address []byte     `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	PubKey  *PublicKey `protobuf:"bytes,2,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	Power   int64      `protobuf:"varint,3,opt,name=power,proto3" json:"power,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorUpdate) Descriptor deprecated

func (*ValidatorUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ValidatorUpdate.ProtoReflect.Descriptor instead.

func (*ValidatorUpdate) GetAddress

func (x *ValidatorUpdate) GetAddress() []byte

func (*ValidatorUpdate) GetPower

func (x *ValidatorUpdate) GetPower() int64

func (*ValidatorUpdate) GetPubKey

func (x *ValidatorUpdate) GetPubKey() *PublicKey

func (*ValidatorUpdate) ProtoMessage

func (*ValidatorUpdate) ProtoMessage()

func (*ValidatorUpdate) ProtoReflect

func (x *ValidatorUpdate) ProtoReflect() protoreflect.Message

func (*ValidatorUpdate) Reset

func (x *ValidatorUpdate) Reset()

func (*ValidatorUpdate) String

func (x *ValidatorUpdate) String() string

type VersionParams

type VersionParams struct {
	AppVersion uint64 `protobuf:"varint,1,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionParams) Descriptor deprecated

func (*VersionParams) Descriptor() ([]byte, []int)

Deprecated: Use VersionParams.ProtoReflect.Descriptor instead.

func (*VersionParams) GetAppVersion

func (x *VersionParams) GetAppVersion() uint64

func (*VersionParams) ProtoMessage

func (*VersionParams) ProtoMessage()

func (*VersionParams) ProtoReflect

func (x *VersionParams) ProtoReflect() protoreflect.Message

func (*VersionParams) Reset

func (x *VersionParams) Reset()

func (*VersionParams) String

func (x *VersionParams) String() string

Jump to

Keyboard shortcuts

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