types : { BlockIDFlag : any ; SignedMsgType : any ; Block : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Block ; encode ( message : Block ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : BlockAmino ) : Block ; fromAminoMsg ( object : BlockAminoMsg ) : Block ; fromPartial ( object : { data ?: { txs ?: Uint8Array [] ; } ; evidence ?: { evidence ?: { duplicateVoteEvidence ?: { timestamp ?: ( ...
) | ( ...
) ; totalVotingPower ?: ( ...
) | ( ...
) ; validatorPower ?: ( ...
) | ( ...
) ; voteA ?: ( ...
) | ( ...
) ; voteB ?: ( ...
) | ( ...
) ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: ( ...
) | ( ...
) ; commonHeight ?: ( ...
) | ( ...
) ; conflictingBlock ?: ( ...
) | ( ...
) ; timestamp ?: ( ...
) | ( ...
) ; totalVotingPower ?: ( ...
) | ( ...
) ; } ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; lastCommit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } ; } ) : Block ; fromProtoMsg ( message : BlockProtoMsg ) : Block ; toAmino ( message : Block ) : BlockAmino ; toProto ( message : Block ) : Uint8Array ; toProtoMsg ( message : Block ) : BlockProtoMsg ; } ; BlockID : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : BlockID ; encode ( message : BlockID ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : BlockIDAmino ) : BlockID ; fromAminoMsg ( object : BlockIDAminoMsg ) : BlockID ; fromPartial ( object : { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ) : BlockID ; fromProtoMsg ( message : BlockIDProtoMsg ) : BlockID ; toAmino ( message : BlockID ) : BlockIDAmino ; toProto ( message : BlockID ) : Uint8Array ; toProtoMsg ( message : BlockID ) : BlockIDProtoMsg ; } ; BlockIDFlagAmino : typeof BlockIDFlag ; BlockIDFlagSDKType : typeof BlockIDFlag ; BlockMeta : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : BlockMeta ; encode ( message : BlockMeta ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : BlockMetaAmino ) : BlockMeta ; fromAminoMsg ( object : BlockMetaAminoMsg ) : BlockMeta ; fromPartial ( object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; blockSize ?: bigint ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; numTxs ?: bigint ; } ) : BlockMeta ; fromProtoMsg ( message : BlockMetaProtoMsg ) : BlockMeta ; toAmino ( message : BlockMeta ) : BlockMetaAmino ; toProto ( message : BlockMeta ) : Uint8Array ; toProtoMsg ( message : BlockMeta ) : BlockMetaProtoMsg ; } ; BlockParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : BlockParams ; encode ( message : BlockParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : BlockParamsAmino ) : BlockParams ; fromAminoMsg ( object : BlockParamsAminoMsg ) : BlockParams ; fromPartial ( object : { maxBytes ?: bigint ; maxGas ?: bigint ; timeIotaMs ?: bigint ; } ) : BlockParams ; fromProtoMsg ( message : BlockParamsProtoMsg ) : BlockParams ; toAmino ( message : BlockParams ) : BlockParamsAmino ; toProto ( message : BlockParams ) : Uint8Array ; toProtoMsg ( message : BlockParams ) : BlockParamsProtoMsg ; } ; Commit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Commit ; encode ( message : Commit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CommitAmino ) : Commit ; fromAminoMsg ( object : CommitAminoMsg ) : Commit ; fromPartial ( object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } ) : Commit ; fromProtoMsg ( message : CommitProtoMsg ) : Commit ; toAmino ( message : Commit ) : CommitAmino ; toProto ( message : Commit ) : Uint8Array ; toProtoMsg ( message : Commit ) : CommitProtoMsg ; } ; CommitSig : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : CommitSig ; encode ( message : CommitSig ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CommitSigAmino ) : CommitSig ; fromAminoMsg ( object : CommitSigAminoMsg ) : CommitSig ; fromPartial ( object : { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } ) : CommitSig ; fromProtoMsg ( message : CommitSigProtoMsg ) : CommitSig ; toAmino ( message : CommitSig ) : CommitSigAmino ; toProto ( message : CommitSig ) : Uint8Array ; toProtoMsg ( message : CommitSig ) : CommitSigProtoMsg ; } ; ConsensusParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ConsensusParams ; encode ( message : ConsensusParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ConsensusParamsAmino ) : ConsensusParams ; fromAminoMsg ( object : ConsensusParamsAminoMsg ) : ConsensusParams ; fromPartial ( object : { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; timeIotaMs ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ) : ConsensusParams ; fromProtoMsg ( message : ConsensusParamsProtoMsg ) : ConsensusParams ; toAmino ( message : ConsensusParams ) : ConsensusParamsAmino ; toProto ( message : ConsensusParams ) : Uint8Array ; toProtoMsg ( message : ConsensusParams ) : ConsensusParamsProtoMsg ; } ; Data : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Data ; encode ( message : Data ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DataAmino ) : Data ; fromAminoMsg ( object : DataAminoMsg ) : Data ; fromPartial ( object : { txs ?: Uint8Array [] ; } ) : Data ; fromProtoMsg ( message : DataProtoMsg ) : Data ; toAmino ( message : Data ) : DataAmino ; toProto ( message : Data ) : Uint8Array ; toProtoMsg ( message : Data ) : DataProtoMsg ; } ; DuplicateVoteEvidence : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DuplicateVoteEvidence ; encode ( message : DuplicateVoteEvidence ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DuplicateVoteEvidenceAmino ) : DuplicateVoteEvidence ; fromAminoMsg ( object : DuplicateVoteEvidenceAminoMsg ) : DuplicateVoteEvidence ; fromPartial ( object : { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; } ) : DuplicateVoteEvidence ; fromProtoMsg ( message : DuplicateVoteEvidenceProtoMsg ) : DuplicateVoteEvidence ; toAmino ( message : DuplicateVoteEvidence ) : DuplicateVoteEvidenceAmino ; toProto ( message : DuplicateVoteEvidence ) : Uint8Array ; toProtoMsg ( message : DuplicateVoteEvidence ) : DuplicateVoteEvidenceProtoMsg ; } ; Evidence : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Evidence ; encode ( message : Evidence ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : EvidenceAmino ) : Evidence ; fromAminoMsg ( object : EvidenceAminoMsg ) : Evidence ; fromPartial ( object : { duplicateVoteEvidence ?: { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...
; total ?: ...
; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...
; total ?: ...
; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...
) | ( ...
) ; secp256k1 ?: ( ...
) | ( ...
) ; } ; votingPower ?: bigint ; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: { commit ?: { blockId ?: ...
; height ?: ...
; round ?: ...
; signatures ?: ...
; } ; header ?: { appHash ?: ...
; chainId ?: ...
; consensusHash ?: ...
; dataHash ?: ...
; evidenceHash ?: ...
; height ?: ...
; lastBlockId ?: ...
; lastCommitHash ?: ...
; lastResultsHash ?: ...
; nextValidatorsHash ?: ...
; proposerAddress ?: ...
; time ?: ...
; validatorsHash ?: ...
; version ?: ...
; } ; } ; validatorSet ?: { proposer ?: { address ?: ...
; proposerPriority ?: ...
; pubKey ?: ...
; votingPower ?: ...
; } ; totalVotingPower ?: bigint ; validators ?: ( ...
) [] ; } ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ; } ) : Evidence ; fromProtoMsg ( message : EvidenceProtoMsg ) : Evidence ; toAmino ( message : Evidence ) : EvidenceAmino ; toProto ( message : Evidence ) : Uint8Array ; toProtoMsg ( message : Evidence ) : EvidenceProtoMsg ; } ; EvidenceList : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : EvidenceList ; encode ( message : EvidenceList ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : EvidenceListAmino ) : EvidenceList ; fromAminoMsg ( object : EvidenceListAminoMsg ) : EvidenceList ; fromPartial ( object : { evidence ?: { duplicateVoteEvidence ?: { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: ( ...
) | ( ...
) ; height ?: ( ...
) | ( ...
) ; round ?: ( ...
) | ( ...
) ; signature ?: ( ...
) | ( ...
) ; timestamp ?: ( ...
) | ( ...
) ; type ?: ( ...
) | ( ...
) ; validatorAddress ?: ( ...
) | ( ...
) ; validatorIndex ?: ( ...
) | ( ...
) ; } ; voteB ?: { blockId ?: ( ...
) | ( ...
) ; height ?: ( ...
) | ( ...
) ; round ?: ( ...
) | ( ...
) ; signature ?: ( ...
) | ( ...
) ; timestamp ?: ( ...
) | ( ...
) ; type ?: ( ...
) | ( ...
) ; validatorAddress ?: ( ...
) | ( ...
) ; validatorIndex ?: ( ...
) | ( ...
) ; } ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: { address ?: ...
; proposerPriority ?: ...
; pubKey ?: ...
; votingPower ?: ...
; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: ( ...
) | ( ...
) ; validatorSet ?: ( ...
) | ( ...
) ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ; } [] ; } ) : EvidenceList ; fromProtoMsg ( message : EvidenceListProtoMsg ) : EvidenceList ; toAmino ( message : EvidenceList ) : EvidenceListAmino ; toProto ( message : EvidenceList ) : Uint8Array ; toProtoMsg ( message : EvidenceList ) : EvidenceListProtoMsg ; } ; EvidenceParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : EvidenceParams ; encode ( message : EvidenceParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : EvidenceParamsAmino ) : EvidenceParams ; fromAminoMsg ( object : EvidenceParamsAminoMsg ) : EvidenceParams ; fromPartial ( object : { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ) : EvidenceParams ; fromProtoMsg ( message : EvidenceParamsProtoMsg ) : EvidenceParams ; toAmino ( message : EvidenceParams ) : EvidenceParamsAmino ; toProto ( message : EvidenceParams ) : Uint8Array ; toProtoMsg ( message : EvidenceParams ) : EvidenceParamsProtoMsg ; } ; HashedParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : HashedParams ; encode ( message : HashedParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : HashedParamsAmino ) : HashedParams ; fromAminoMsg ( object : HashedParamsAminoMsg ) : HashedParams ; fromPartial ( object : { blockMaxBytes ?: bigint ; blockMaxGas ?: bigint ; } ) : HashedParams ; fromProtoMsg ( message : HashedParamsProtoMsg ) : HashedParams ; toAmino ( message : HashedParams ) : HashedParamsAmino ; toProto ( message : HashedParams ) : Uint8Array ; toProtoMsg ( message : HashedParams ) : HashedParamsProtoMsg ; } ; Header : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Header ; encode ( message : Header ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : HeaderAmino ) : Header ; fromAminoMsg ( object : HeaderAminoMsg ) : Header ; fromPartial ( object : { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ) : Header ; fromProtoMsg ( message : HeaderProtoMsg ) : Header ; toAmino ( message : Header ) : HeaderAmino ; toProto ( message : Header ) : Uint8Array ; toProtoMsg ( message : Header ) : HeaderProtoMsg ; } ; LightBlock : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : LightBlock ; encode ( message : LightBlock ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : LightBlockAmino ) : LightBlock ; fromAminoMsg ( object : LightBlockAminoMsg ) : LightBlock ; fromPartial ( object : { signedHeader ?: { commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...
; total ?: ...
; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: ( ...
) | ( ...
) ; signature ?: ( ...
) | ( ...
) ; timestamp ?: ( ...
) | ( ...
) ; validatorAddress ?: ( ...
) | ( ...
) ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...
; total ?: ...
; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; } ; validatorSet ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...
) | ( ...
) ; secp256k1 ?: ( ...
) | ( ...
) ; } ; votingPower ?: bigint ; } [] ; } ; } ) : LightBlock ; fromProtoMsg ( message : LightBlockProtoMsg ) : LightBlock ; toAmino ( message : LightBlock ) : LightBlockAmino ; toProto ( message : LightBlock ) : Uint8Array ; toProtoMsg ( message : LightBlock ) : LightBlockProtoMsg ; } ; LightClientAttackEvidence : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : LightClientAttackEvidence ; encode ( message : LightClientAttackEvidence ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : LightClientAttackEvidenceAmino ) : LightClientAttackEvidence ; fromAminoMsg ( object : LightClientAttackEvidenceAminoMsg ) : LightClientAttackEvidence ; fromPartial ( object : { byzantineValidators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: { commit ?: { blockId ?: { hash ?: ...
; partSetHeader ?: ...
; } ; height ?: bigint ; round ?: number ; signatures ?: ( ...
) [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: ...
; partSetHeader ?: ...
; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: ...
; block ?: ...
; } ; } ; } ; validatorSet ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ...
; secp256k1 ?: ...
; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: ( ...
) | ( ...
) ; proposerPriority ?: ( ...
) | ( ...
) ; pubKey ?: ( ...
) | ( ...
) ; votingPower ?: ( ...
) | ( ...
) ; } [] ; } ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ) : LightClientAttackEvidence ; fromProtoMsg ( message : LightClientAttackEvidenceProtoMsg ) : LightClientAttackEvidence ; toAmino ( message : LightClientAttackEvidence ) : LightClientAttackEvidenceAmino ; toProto ( message : LightClientAttackEvidence ) : Uint8Array ; toProtoMsg ( message : LightClientAttackEvidence ) : LightClientAttackEvidenceProtoMsg ; } ; Part : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Part ; encode ( message : Part ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PartAmino ) : Part ; fromAminoMsg ( object : PartAminoMsg ) : Part ; fromPartial ( object : { bytes ?: Uint8Array ; index ?: number ; proof ?: { aunts ?: Uint8Array [] ; index ?: bigint ; leafHash ?: Uint8Array ; total ?: bigint ; } ; } ) : Part ; fromProtoMsg ( message : PartProtoMsg ) : Part ; toAmino ( message : Part ) : PartAmino ; toProto ( message : Part ) : Uint8Array ; toProtoMsg ( message : Part ) : PartProtoMsg ; } ; PartSetHeader : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : PartSetHeader ; encode ( message : PartSetHeader ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PartSetHeaderAmino ) : PartSetHeader ; fromAminoMsg ( object : PartSetHeaderAminoMsg ) : PartSetHeader ; fromPartial ( object : { hash ?: Uint8Array ; total ?: number ; } ) : PartSetHeader ; fromProtoMsg ( message : PartSetHeaderProtoMsg ) : PartSetHeader ; toAmino ( message : PartSetHeader ) : PartSetHeaderAmino ; toProto ( message : PartSetHeader ) : Uint8Array ; toProtoMsg ( message : PartSetHeader ) : PartSetHeaderProtoMsg ; } ; Proposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Proposal ; encode ( message : Proposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ProposalAmino ) : Proposal ; fromAminoMsg ( object : ProposalAminoMsg ) : Proposal ; fromPartial ( object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; polRound ?: number ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; } ) : Proposal ; fromProtoMsg ( message : ProposalProtoMsg ) : Proposal ; toAmino ( message : Proposal ) : ProposalAmino ; toProto ( message : Proposal ) : Uint8Array ; toProtoMsg ( message : Proposal ) : ProposalProtoMsg ; } ; SignedHeader : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : SignedHeader ; encode ( message : SignedHeader ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : SignedHeaderAmino ) : SignedHeader ; fromAminoMsg ( object : SignedHeaderAminoMsg ) : SignedHeader ; fromPartial ( object : { commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; } ) : SignedHeader ; fromProtoMsg ( message : SignedHeaderProtoMsg ) : SignedHeader ; toAmino ( message : SignedHeader ) : SignedHeaderAmino ; toProto ( message : SignedHeader ) : Uint8Array ; toProtoMsg ( message : SignedHeader ) : SignedHeaderProtoMsg ; } ; SignedMsgTypeAmino : typeof SignedMsgType ; SignedMsgTypeSDKType : typeof SignedMsgType ; SimpleValidator : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : SimpleValidator ; encode ( message : SimpleValidator ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : SimpleValidatorAmino ) : SimpleValidator ; fromAminoMsg ( object : SimpleValidatorAminoMsg ) : SimpleValidator ; fromPartial ( object : { pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ) : SimpleValidator ; fromProtoMsg ( message : SimpleValidatorProtoMsg ) : SimpleValidator ; toAmino ( message : SimpleValidator ) : SimpleValidatorAmino ; toProto ( message : SimpleValidator ) : Uint8Array ; toProtoMsg ( message : SimpleValidator ) : SimpleValidatorProtoMsg ; } ; TxProof : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : TxProof ; encode ( message : TxProof ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : TxProofAmino ) : TxProof ; fromAminoMsg ( object : TxProofAminoMsg ) : TxProof ; fromPartial ( object : { data ?: Uint8Array ; proof ?: { aunts ?: Uint8Array [] ; index ?: bigint ; leafHash ?: Uint8Array ; total ?: bigint ; } ; rootHash ?: Uint8Array ; } ) : TxProof ; fromProtoMsg ( message : TxProofProtoMsg ) : TxProof ; toAmino ( message : TxProof ) : TxProofAmino ; toProto ( message : TxProof ) : Uint8Array ; toProtoMsg ( message : TxProof ) : TxProofProtoMsg ; } ; Validator : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Validator ; encode ( message : Validator ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorAmino ) : Validator ; fromAminoMsg ( object : ValidatorAminoMsg ) : Validator ; fromPartial ( object : { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ) : Validator ; fromProtoMsg ( message : ValidatorProtoMsg ) : Validator ; toAmino ( message : Validator ) : ValidatorAmino ; toProto ( message : Validator ) : Uint8Array ; toProtoMsg ( message : Validator ) : ValidatorProtoMsg ; } ; ValidatorParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorParams ; encode ( message : ValidatorParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorParamsAmino ) : ValidatorParams ; fromAminoMsg ( object : ValidatorParamsAminoMsg ) : ValidatorParams ; fromPartial ( object : { pubKeyTypes ?: string [] ; } ) : ValidatorParams ; fromProtoMsg ( message : ValidatorParamsProtoMsg ) : ValidatorParams ; toAmino ( message : ValidatorParams ) : ValidatorParamsAmino ; toProto ( message : ValidatorParams ) : Uint8Array ; toProtoMsg ( message : ValidatorParams ) : ValidatorParamsProtoMsg ; } ; ValidatorSet : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorSet ; encode ( message : ValidatorSet ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorSetAmino ) : ValidatorSet ; fromAminoMsg ( object : ValidatorSetAminoMsg ) : ValidatorSet ; fromPartial ( object : { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } [] ; } ) : ValidatorSet ; fromProtoMsg ( message : ValidatorSetProtoMsg ) : ValidatorSet ; toAmino ( message : ValidatorSet ) : ValidatorSetAmino ; toProto ( message : ValidatorSet ) : Uint8Array ; toProtoMsg ( message : ValidatorSet ) : ValidatorSetProtoMsg ; } ; VersionParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : VersionParams ; encode ( message : VersionParams ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VersionParamsAmino ) : VersionParams ; fromAminoMsg ( object : VersionParamsAminoMsg ) : VersionParams ; fromPartial ( object : { appVersion ?: bigint ; } ) : VersionParams ; fromProtoMsg ( message : VersionParamsProtoMsg ) : VersionParams ; toAmino ( message : VersionParams ) : VersionParamsAmino ; toProto ( message : VersionParams ) : Uint8Array ; toProtoMsg ( message : VersionParams ) : VersionParamsProtoMsg ; } ; Vote : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Vote ; encode ( message : Vote ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VoteAmino ) : Vote ; fromAminoMsg ( object : VoteAminoMsg ) : Vote ; fromPartial ( object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ) : Vote ; fromProtoMsg ( message : VoteProtoMsg ) : Vote ; toAmino ( message : Vote ) : VoteAmino ; toProto ( message : Vote ) : Uint8Array ; toProtoMsg ( message : Vote ) : VoteProtoMsg ; } ; blockIDFlagFromJSON ( object : any ) : BlockIDFlag ; blockIDFlagToJSON ( object : BlockIDFlag ) : string ; signedMsgTypeFromJSON ( object : any ) : SignedMsgType ; signedMsgTypeToJSON ( object : SignedMsgType ) : string ; } = ... Type declaration Block : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Block ; encode ( message : Block , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : BlockAmino ) : Block ; fromAminoMsg ( object : BlockAminoMsg ) : Block ; fromPartial ( object : { data ?: { txs ?: Uint8Array [] ; } ; evidence ?: { evidence ?: { duplicateVoteEvidence ?: { timestamp ?: ( ...) | ( ...) ; totalVotingPower ?: ( ...) | ( ...) ; validatorPower ?: ( ...) | ( ...) ; voteA ?: ( ...) | ( ...) ; voteB ?: ( ...) | ( ...) ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: ( ...) | ( ...) ; commonHeight ?: ( ...) | ( ...) ; conflictingBlock ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; totalVotingPower ?: ( ...) | ( ...) ; } ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; lastCommit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } ; } ) : Block ; fromProtoMsg ( message : BlockProtoMsg ) : Block ; toAmino ( message : Block ) : BlockAmino ; toProto ( message : Block ) : Uint8Array ; toProtoMsg ( message : Block ) : BlockProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Block Defined in packages/proto/src/codegen/tendermint/types/block.ts:57 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/block.ts:42 from Amino : functionfrom Amino ( object ) : Block Defined in packages/proto/src/codegen/tendermint/types/block.ts:91 from Amino Msg : functionfrom Amino Msg ( object ) : Block Defined in packages/proto/src/codegen/tendermint/types/block.ts:115 from Partial : functionfrom Partial ( object ) : Block Parameters object : { data ?: { txs ?: Uint8Array [] ; } ; evidence ?: { evidence ?: { duplicateVoteEvidence ?: { timestamp ?: ( ...) | ( ...) ; totalVotingPower ?: ( ...) | ( ...) ; validatorPower ?: ( ...) | ( ...) ; voteA ?: ( ...) | ( ...) ; voteB ?: ( ...) | ( ...) ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: ( ...) | ( ...) ; commonHeight ?: ( ...) | ( ...) ; conflictingBlock ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; totalVotingPower ?: ( ...) | ( ...) ; } ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; lastCommit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } ; } Optional
data ?: { txs ?: Uint8Array [] ; } Optional
txs ?: Uint8Array [] Optional
evidence ?: { evidence ?: { duplicateVoteEvidence ?: { timestamp ?: ( ...) | ( ...) ; totalVotingPower ?: ( ...) | ( ...) ; validatorPower ?: ( ...) | ( ...) ; voteA ?: ( ...) | ( ...) ; voteB ?: ( ...) | ( ...) ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: ( ...) | ( ...) ; commonHeight ?: ( ...) | ( ...) ; conflictingBlock ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; totalVotingPower ?: ( ...) | ( ...) ; } ; } [] ; } Optional
evidence ?: { duplicateVoteEvidence ?: { timestamp ?: ( ...) | ( ...) ; totalVotingPower ?: ( ...) | ( ...) ; validatorPower ?: ( ...) | ( ...) ; voteA ?: ( ...) | ( ...) ; voteB ?: ( ...) | ( ...) ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: ( ...) | ( ...) ; commonHeight ?: ( ...) | ( ...) ; conflictingBlock ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; totalVotingPower ?: ( ...) | ( ...) ; } ; } [] Optional
header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } Optional
app Hash ?: Uint8Array Optional
chain Id ?: string Optional
consensus Hash ?: Uint8Array Optional
data Hash ?: Uint8Array Optional
evidence Hash ?: Uint8Array Optional
height ?: bigint Optional
last Block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
last Commit Hash ?: Uint8Array Optional
last Results Hash ?: Uint8Array Optional
next Validators Hash ?: Uint8Array Optional
proposer Address ?: Uint8Array Optional
time ?: Date Optional
validators Hash ?: Uint8Array Optional
version ?: { app ?: bigint ; block ?: bigint ; } Optional
app ?: bigint Optional
block ?: bigint Optional
last Commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
height ?: bigint Optional
round ?: number Optional
signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] Defined in packages/proto/src/codegen/tendermint/types/block.ts:83 from Proto Msg : functionfrom Proto Msg ( message ) : Block Defined in packages/proto/src/codegen/tendermint/types/block.ts:118 to Amino : functionto Amino ( message ) : BlockAmino Defined in packages/proto/src/codegen/tendermint/types/block.ts:107 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/block.ts:121 to Proto Msg : functionto Proto Msg ( message ) : BlockProtoMsg Defined in packages/proto/src/codegen/tendermint/types/block.ts:124 BlockID : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : BlockID ; encode ( message : BlockID , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : BlockIDAmino ) : BlockID ; fromAminoMsg ( object : BlockIDAminoMsg ) : BlockID ; fromPartial ( object : { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ) : BlockID ; fromProtoMsg ( message : BlockIDProtoMsg ) : BlockID ; toAmino ( message : BlockID ) : BlockIDAmino ; toProto ( message : BlockID ) : Uint8Array ; toProtoMsg ( message : BlockID ) : BlockIDProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : BlockID Defined in packages/proto/src/codegen/tendermint/types/types.ts:692 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:683 from Amino : functionfrom Amino ( object ) : BlockID Defined in packages/proto/src/codegen/tendermint/types/types.ts:718 from Amino Msg : functionfrom Amino Msg ( object ) : BlockID Defined in packages/proto/src/codegen/tendermint/types/types.ts:734 from Partial : functionfrom Partial ( object ) : BlockID Parameters object : { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Defined in packages/proto/src/codegen/tendermint/types/types.ts:712 from Proto Msg : functionfrom Proto Msg ( message ) : BlockID Defined in packages/proto/src/codegen/tendermint/types/types.ts:737 to Amino : functionto Amino ( message ) : BlockIDAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:728 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:740 to Proto Msg : functionto Proto Msg ( message ) : BlockIDProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:743 BlockIDFlag Amino : typeof BlockIDFlag BlockIDFlagSDKType : typeof BlockIDFlag Block Meta : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : BlockMeta ; encode ( message : BlockMeta , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : BlockMetaAmino ) : BlockMeta ; fromAminoMsg ( object : BlockMetaAminoMsg ) : BlockMeta ; fromPartial ( object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; blockSize ?: bigint ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; numTxs ?: bigint ; } ) : BlockMeta ; fromProtoMsg ( message : BlockMetaProtoMsg ) : BlockMeta ; toAmino ( message : BlockMeta ) : BlockMetaAmino ; toProto ( message : BlockMeta ) : Uint8Array ; toProtoMsg ( message : BlockMeta ) : BlockMetaProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : BlockMeta Defined in packages/proto/src/codegen/tendermint/types/types.ts:1691 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:1676 from Amino : functionfrom Amino ( object ) : BlockMeta Defined in packages/proto/src/codegen/tendermint/types/types.ts:1725 from Amino Msg : functionfrom Amino Msg ( object ) : BlockMeta Defined in packages/proto/src/codegen/tendermint/types/types.ts:1749 from Partial : functionfrom Partial ( object ) : BlockMeta Parameters object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; blockSize ?: bigint ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; numTxs ?: bigint ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
block Size ?: bigint Optional
header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } Optional
app Hash ?: Uint8Array Optional
chain Id ?: string Optional
consensus Hash ?: Uint8Array Optional
data Hash ?: Uint8Array Optional
evidence Hash ?: Uint8Array Optional
height ?: bigint Optional
last Block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
last Commit Hash ?: Uint8Array Optional
last Results Hash ?: Uint8Array Optional
next Validators Hash ?: Uint8Array Optional
proposer Address ?: Uint8Array Optional
time ?: Date Optional
validators Hash ?: Uint8Array Optional
version ?: { app ?: bigint ; block ?: bigint ; } Optional
app ?: bigint Optional
block ?: bigint Optional
num Txs ?: bigint Defined in packages/proto/src/codegen/tendermint/types/types.ts:1717 from Proto Msg : functionfrom Proto Msg ( message ) : BlockMeta Defined in packages/proto/src/codegen/tendermint/types/types.ts:1752 to Amino : functionto Amino ( message ) : BlockMetaAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1741 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1755 to Proto Msg : functionto Proto Msg ( message ) : BlockMetaProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1758 type Url : string decode : functiondecode ( input , length ? ) : BlockParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:363 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/params.ts:351 from Amino : functionfrom Amino ( object ) : BlockParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:393 from Amino Msg : functionfrom Amino Msg ( object ) : BlockParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:413 from Partial : functionfrom Partial ( object ) : BlockParams Parameters object : { maxBytes ?: bigint ; maxGas ?: bigint ; timeIotaMs ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: bigint Optional
time Iota Ms ?: bigint Defined in packages/proto/src/codegen/tendermint/types/params.ts:386 from Proto Msg : functionfrom Proto Msg ( message ) : BlockParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:416 to Amino : functionto Amino ( message ) : BlockParamsAmino Defined in packages/proto/src/codegen/tendermint/types/params.ts:406 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/params.ts:419 to Proto Msg : functionto Proto Msg ( message ) : BlockParamsProtoMsg Defined in packages/proto/src/codegen/tendermint/types/params.ts:422 Commit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Commit ; encode ( message : Commit , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CommitAmino ) : Commit ; fromAminoMsg ( object : CommitAminoMsg ) : Commit ; fromPartial ( object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } ) : Commit ; fromProtoMsg ( message : CommitProtoMsg ) : Commit ; toAmino ( message : Commit ) : CommitAmino ; toProto ( message : Commit ) : Uint8Array ; toProtoMsg ( message : Commit ) : CommitProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Commit Defined in packages/proto/src/codegen/tendermint/types/types.ts:1206 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:1191 from Amino : functionfrom Amino ( object ) : Commit Defined in packages/proto/src/codegen/tendermint/types/types.ts:1240 from Amino Msg : functionfrom Amino Msg ( object ) : Commit Defined in packages/proto/src/codegen/tendermint/types/types.ts:1266 from Partial : functionfrom Partial ( object ) : Commit Parameters object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
height ?: bigint Optional
round ?: number Optional
signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] Defined in packages/proto/src/codegen/tendermint/types/types.ts:1232 from Proto Msg : functionfrom Proto Msg ( message ) : Commit Defined in packages/proto/src/codegen/tendermint/types/types.ts:1269 to Amino : functionto Amino ( message ) : CommitAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1254 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1272 to Proto Msg : functionto Proto Msg ( message ) : CommitProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1275 type Url : string decode : functiondecode ( input , length ? ) : CommitSig Defined in packages/proto/src/codegen/tendermint/types/types.ts:1307 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:1292 from Amino : functionfrom Amino ( object ) : CommitSig Defined in packages/proto/src/codegen/tendermint/types/types.ts:1341 from Amino Msg : functionfrom Amino Msg ( object ) : CommitSig Defined in packages/proto/src/codegen/tendermint/types/types.ts:1365 from Partial : functionfrom Partial ( object ) : CommitSig Parameters object : { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } Optional
signature ?: Uint8Array Optional
timestamp ?: Date Optional
validator Address ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1333 from Proto Msg : functionfrom Proto Msg ( message ) : CommitSig Defined in packages/proto/src/codegen/tendermint/types/types.ts:1368 to Amino : functionto Amino ( message ) : CommitSigAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1357 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1371 to Proto Msg : functionto Proto Msg ( message ) : CommitSigProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1374 type Url : string decode : functiondecode ( input , length ? ) : ConsensusParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:268 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/params.ts:253 from Amino : functionfrom Amino ( object ) : ConsensusParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:302 from Amino Msg : functionfrom Amino Msg ( object ) : ConsensusParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:326 from Partial : functionfrom Partial ( object ) : ConsensusParams Parameters object : { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; timeIotaMs ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } Optional
block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; timeIotaMs ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: bigint Optional
time Iota Ms ?: bigint Optional
evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } Optional
max Age Duration ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
max Age Num Blocks ?: bigint Optional
max Bytes ?: bigint Optional
validator ?: { pubKeyTypes ?: string [] ; } Optional
pub Key Types ?: string [] Optional
version ?: { appVersion ?: bigint ; } Optional
app Version ?: bigint Defined in packages/proto/src/codegen/tendermint/types/params.ts:294 from Proto Msg : functionfrom Proto Msg ( message ) : ConsensusParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:329 to Amino : functionto Amino ( message ) : ConsensusParamsAmino Defined in packages/proto/src/codegen/tendermint/types/params.ts:318 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/params.ts:332 to Proto Msg : functionData : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Data ; encode ( message : Data , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DataAmino ) : Data ; fromAminoMsg ( object : DataAminoMsg ) : Data ; fromPartial ( object : { txs ?: Uint8Array [] ; } ) : Data ; fromProtoMsg ( message : DataProtoMsg ) : Data ; toAmino ( message : Data ) : DataAmino ; toProto ( message : Data ) : Uint8Array ; toProtoMsg ( message : Data ) : DataProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Data Defined in packages/proto/src/codegen/tendermint/types/types.ts:982 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:976 from Amino : functionfrom Amino ( object ) : Data Defined in packages/proto/src/codegen/tendermint/types/types.ts:1004 from Amino Msg : functionfrom Amino Msg ( object ) : Data Defined in packages/proto/src/codegen/tendermint/types/types.ts:1018 from Partial : functionfrom Partial ( object ) : Data Parameters object : { txs ?: Uint8Array [] ; } Optional
txs ?: Uint8Array [] Defined in packages/proto/src/codegen/tendermint/types/types.ts:999 from Proto Msg : functionfrom Proto Msg ( message ) : Data Defined in packages/proto/src/codegen/tendermint/types/types.ts:1021 to Amino : functionto Amino ( message ) : DataAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1009 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1024 to Proto Msg : functionto Proto Msg ( message ) : DataProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1027 Duplicate Vote Evidence : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : DuplicateVoteEvidence ; encode ( message : DuplicateVoteEvidence , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DuplicateVoteEvidenceAmino ) : DuplicateVoteEvidence ; fromAminoMsg ( object : DuplicateVoteEvidenceAminoMsg ) : DuplicateVoteEvidence ; fromPartial ( object : { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; } ) : DuplicateVoteEvidence ; fromProtoMsg ( message : DuplicateVoteEvidenceProtoMsg ) : DuplicateVoteEvidence ; toAmino ( message : DuplicateVoteEvidence ) : DuplicateVoteEvidenceAmino ; toProto ( message : DuplicateVoteEvidence ) : Uint8Array ; toProtoMsg ( message : DuplicateVoteEvidence ) : DuplicateVoteEvidenceProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : DuplicateVoteEvidence Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:212 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:194 from Amino : functionfrom Amino ( object ) : DuplicateVoteEvidence Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:250 from Amino Msg : functionfrom Amino Msg ( object ) : DuplicateVoteEvidence Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:278 from Partial : functionfrom Partial ( object ) : DuplicateVoteEvidence Parameters object : { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; } Optional
timestamp ?: Date Optional
total Voting Power ?: bigint Optional
validator Power ?: bigint Optional
voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
height ?: bigint Optional
round ?: number Optional
signature ?: Uint8Array Optional
timestamp ?: Date Optional
validator Address ?: Uint8Array Optional
validator Index ?: number Optional
voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
height ?: bigint Optional
round ?: number Optional
signature ?: Uint8Array Optional
timestamp ?: Date Optional
validator Address ?: Uint8Array Optional
validator Index ?: number Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:241 from Proto Msg : functionfrom Proto Msg ( message ) : DuplicateVoteEvidence Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:281 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:284 to Proto Msg : functionEvidence : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Evidence ; encode ( message : Evidence , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : EvidenceAmino ) : Evidence ; fromAminoMsg ( object : EvidenceAminoMsg ) : Evidence ; fromPartial ( object : { duplicateVoteEvidence ?: { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; votingPower ?: bigint ; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: { commit ?: { blockId ?: ...; height ?: ...; round ?: ...; signatures ?: ...; } ; header ?: { appHash ?: ...; chainId ?: ...; consensusHash ?: ...; dataHash ?: ...; evidenceHash ?: ...; height ?: ...; lastBlockId ?: ...; lastCommitHash ?: ...; lastResultsHash ?: ...; nextValidatorsHash ?: ...; proposerAddress ?: ...; time ?: ...; validatorsHash ?: ...; version ?: ...; } ; } ; validatorSet ?: { proposer ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } ; totalVotingPower ?: bigint ; validators ?: ( ...) [] ; } ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ; } ) : Evidence ; fromProtoMsg ( message : EvidenceProtoMsg ) : Evidence ; toAmino ( message : Evidence ) : EvidenceAmino ; toProto ( message : Evidence ) : Uint8Array ; toProtoMsg ( message : Evidence ) : EvidenceProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Evidence Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:125 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:116 from Amino : functionfrom Amino ( object ) : Evidence Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:151 from Amino Msg : functionfrom Amino Msg ( object ) : Evidence Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:167 from Partial : functionfrom Partial ( object ) : Evidence Parameters object : { duplicateVoteEvidence ?: { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; votingPower ?: bigint ; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: { commit ?: { blockId ?: ...; height ?: ...; round ?: ...; signatures ?: ...; } ; header ?: { appHash ?: ...; chainId ?: ...; consensusHash ?: ...; dataHash ?: ...; evidenceHash ?: ...; height ?: ...; lastBlockId ?: ...; lastCommitHash ?: ...; lastResultsHash ?: ...; nextValidatorsHash ?: ...; proposerAddress ?: ...; time ?: ...; validatorsHash ?: ...; version ?: ...; } ; } ; validatorSet ?: { proposer ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } ; totalVotingPower ?: bigint ; validators ?: ( ...) [] ; } ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ; } Optional
duplicate Vote Evidence ?: { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ; } Optional
timestamp ?: Date Optional
total Voting Power ?: bigint Optional
validator Power ?: bigint Optional
voteA ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: ...; total ?: ...; } Optional
hash ?: ...Optional
total ?: ...Optional
height ?: bigint Optional
round ?: number Optional
signature ?: Uint8Array Optional
timestamp ?: Date Optional
validator Address ?: Uint8Array Optional
validator Index ?: number Optional
voteB ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: ...; total ?: ...; } Optional
hash ?: ...Optional
total ?: ...Optional
height ?: bigint Optional
round ?: number Optional
signature ?: Uint8Array Optional
timestamp ?: Date Optional
validator Address ?: Uint8Array Optional
validator Index ?: number Optional
light Client Attack Evidence ?: { byzantineValidators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; votingPower ?: bigint ; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: { commit ?: { blockId ?: ...; height ?: ...; round ?: ...; signatures ?: ...; } ; header ?: { appHash ?: ...; chainId ?: ...; consensusHash ?: ...; dataHash ?: ...; evidenceHash ?: ...; height ?: ...; lastBlockId ?: ...; lastCommitHash ?: ...; lastResultsHash ?: ...; nextValidatorsHash ?: ...; proposerAddress ?: ...; time ?: ...; validatorsHash ?: ...; version ?: ...; } ; } ; validatorSet ?: { proposer ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } ; totalVotingPower ?: bigint ; validators ?: ( ...) [] ; } ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } Optional
byzantine Validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; votingPower ?: bigint ; } [] Optional
common Height ?: bigint Optional
conflicting Block ?: { signedHeader ?: { commit ?: { blockId ?: ...; height ?: ...; round ?: ...; signatures ?: ...; } ; header ?: { appHash ?: ...; chainId ?: ...; consensusHash ?: ...; dataHash ?: ...; evidenceHash ?: ...; height ?: ...; lastBlockId ?: ...; lastCommitHash ?: ...; lastResultsHash ?: ...; nextValidatorsHash ?: ...; proposerAddress ?: ...; time ?: ...; validatorsHash ?: ...; version ?: ...; } ; } ; validatorSet ?: { proposer ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } ; totalVotingPower ?: bigint ; validators ?: ( ...) [] ; } ; } Optional
signed Header ?: { commit ?: { blockId ?: ...; height ?: ...; round ?: ...; signatures ?: ...; } ; header ?: { appHash ?: ...; chainId ?: ...; consensusHash ?: ...; dataHash ?: ...; evidenceHash ?: ...; height ?: ...; lastBlockId ?: ...; lastCommitHash ?: ...; lastResultsHash ?: ...; nextValidatorsHash ?: ...; proposerAddress ?: ...; time ?: ...; validatorsHash ?: ...; version ?: ...; } ; } Optional
commit ?: { blockId ?: ...; height ?: ...; round ?: ...; signatures ?: ...; } Optional
block Id ?: ...Optional
height ?: ...Optional
round ?: ...Optional
signatures ?: ...Optional
header ?: { appHash ?: ...; chainId ?: ...; consensusHash ?: ...; dataHash ?: ...; evidenceHash ?: ...; height ?: ...; lastBlockId ?: ...; lastCommitHash ?: ...; lastResultsHash ?: ...; nextValidatorsHash ?: ...; proposerAddress ?: ...; time ?: ...; validatorsHash ?: ...; version ?: ...; } Optional
app Hash ?: ...Optional
chain Id ?: ...Optional
consensus Hash ?: ...Optional
data Hash ?: ...Optional
evidence Hash ?: ...Optional
height ?: ...Optional
last Block Id ?: ...Optional
last Commit Hash ?: ...Optional
last Results Hash ?: ...Optional
next Validators Hash ?: ...Optional
proposer Address ?: ...Optional
time ?: ...Optional
validators Hash ?: ...Optional
version ?: ...Optional
validator Set ?: { proposer ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } ; totalVotingPower ?: bigint ; validators ?: ( ...) [] ; } Optional
proposer ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } Optional
address ?: ...Optional
proposer Priority ?: ...Optional
pub Key ?: ...Optional
voting Power ?: ...Optional
total Voting Power ?: bigint Optional
validators ?: ( ...) [] Optional
timestamp ?: Date Optional
total Voting Power ?: bigint Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:145 from Proto Msg : functionfrom Proto Msg ( message ) : Evidence Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:170 to Amino : functionto Amino ( message ) : EvidenceAmino Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:161 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:173 to Proto Msg : functionto Proto Msg ( message ) : EvidenceProtoMsg Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:176 Evidence List : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : EvidenceList ; encode ( message : EvidenceList , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : EvidenceListAmino ) : EvidenceList ; fromAminoMsg ( object : EvidenceListAminoMsg ) : EvidenceList ; fromPartial ( object : { evidence ?: { duplicateVoteEvidence ?: { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: ( ...) | ( ...) ; height ?: ( ...) | ( ...) ; round ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; validatorIndex ?: ( ...) | ( ...) ; } ; voteB ?: { blockId ?: ( ...) | ( ...) ; height ?: ( ...) | ( ...) ; round ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; validatorIndex ?: ( ...) | ( ...) ; } ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: ( ...) | ( ...) ; validatorSet ?: ( ...) | ( ...) ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ; } [] ; } ) : EvidenceList ; fromProtoMsg ( message : EvidenceListProtoMsg ) : EvidenceList ; toAmino ( message : EvidenceList ) : EvidenceListAmino ; toProto ( message : EvidenceList ) : Uint8Array ; toProtoMsg ( message : EvidenceList ) : EvidenceListProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : EvidenceList Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:420 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:414 from Amino : functionfrom Amino ( object ) : EvidenceList Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:442 from Amino Msg : functionfrom Amino Msg ( object ) : EvidenceList Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:456 from Partial : functionfrom Partial ( object ) : EvidenceList Parameters object : { evidence ?: { duplicateVoteEvidence ?: { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: ( ...) | ( ...) ; height ?: ( ...) | ( ...) ; round ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; validatorIndex ?: ( ...) | ( ...) ; } ; voteB ?: { blockId ?: ( ...) | ( ...) ; height ?: ( ...) | ( ...) ; round ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; validatorIndex ?: ( ...) | ( ...) ; } ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: ( ...) | ( ...) ; validatorSet ?: ( ...) | ( ...) ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ; } [] ; } Optional
evidence ?: { duplicateVoteEvidence ?: { timestamp ?: Date ; totalVotingPower ?: bigint ; validatorPower ?: bigint ; voteA ?: { blockId ?: ( ...) | ( ...) ; height ?: ( ...) | ( ...) ; round ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; validatorIndex ?: ( ...) | ( ...) ; } ; voteB ?: { blockId ?: ( ...) | ( ...) ; height ?: ( ...) | ( ...) ; round ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; validatorIndex ?: ( ...) | ( ...) ; } ; } ; lightClientAttackEvidence ?: { byzantineValidators ?: { address ?: ...; proposerPriority ?: ...; pubKey ?: ...; votingPower ?: ...; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: ( ...) | ( ...) ; validatorSet ?: ( ...) | ( ...) ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ; } [] Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:437 from Proto Msg : functionfrom Proto Msg ( message ) : EvidenceList Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:459 to Amino : functionto Amino ( message ) : EvidenceListAmino Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:447 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:462 to Proto Msg : functionto Proto Msg ( message ) : EvidenceListProtoMsg Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:465 type Url : string decode : functiondecode ( input , length ? ) : EvidenceParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:450 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/params.ts:438 from Amino : functionfrom Amino ( object ) : EvidenceParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:480 from Amino Msg : functionfrom Amino Msg ( object ) : EvidenceParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:500 from Partial : functionfrom Partial ( object ) : EvidenceParams Parameters object : { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } Optional
max Age Duration ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
max Age Num Blocks ?: bigint Optional
max Bytes ?: bigint Defined in packages/proto/src/codegen/tendermint/types/params.ts:473 from Proto Msg : functionfrom Proto Msg ( message ) : EvidenceParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:503 to Amino : functionto Amino ( message ) : EvidenceParamsAmino Defined in packages/proto/src/codegen/tendermint/types/params.ts:493 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/params.ts:506 to Proto Msg : functionto Proto Msg ( message ) : EvidenceParamsProtoMsg Defined in packages/proto/src/codegen/tendermint/types/params.ts:509 type Url : string decode : functiondecode ( input , length ? ) : HashedParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:661 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/params.ts:652 from Amino : functionfrom Amino ( object ) : HashedParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:687 from Amino Msg : functionfrom Amino Msg ( object ) : HashedParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:703 from Partial : functionfrom Partial ( object ) : HashedParams Parameters object : { blockMaxBytes ?: bigint ; blockMaxGas ?: bigint ; } Optional
block Max Bytes ?: bigint Optional
block Max Gas ?: bigint Defined in packages/proto/src/codegen/tendermint/types/params.ts:681 from Proto Msg : functionfrom Proto Msg ( message ) : HashedParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:706 to Amino : functionto Amino ( message ) : HashedParamsAmino Defined in packages/proto/src/codegen/tendermint/types/params.ts:697 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/params.ts:709 to Proto Msg : functionto Proto Msg ( message ) : HashedParamsProtoMsg Defined in packages/proto/src/codegen/tendermint/types/params.ts:712 Header : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Header ; encode ( message : Header , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : HeaderAmino ) : Header ; fromAminoMsg ( object : HeaderAminoMsg ) : Header ; fromPartial ( object : { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ) : Header ; fromProtoMsg ( message : HeaderProtoMsg ) : Header ; toAmino ( message : Header ) : HeaderAmino ; toProto ( message : Header ) : Uint8Array ; toProtoMsg ( message : Header ) : HeaderProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Header Defined in packages/proto/src/codegen/tendermint/types/types.ts:815 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:770 from Amino : functionfrom Amino ( object ) : Header Defined in packages/proto/src/codegen/tendermint/types/types.ts:889 from Amino Msg : functionfrom Amino Msg ( object ) : Header Defined in packages/proto/src/codegen/tendermint/types/types.ts:953 from Partial : functionfrom Partial ( object ) : Header Parameters object : { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } Optional
app Hash ?: Uint8Array Optional
chain Id ?: string Optional
consensus Hash ?: Uint8Array Optional
data Hash ?: Uint8Array Optional
evidence Hash ?: Uint8Array Optional
height ?: bigint Optional
last Block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
last Commit Hash ?: Uint8Array Optional
last Results Hash ?: Uint8Array Optional
next Validators Hash ?: Uint8Array Optional
proposer Address ?: Uint8Array Optional
time ?: Date Optional
validators Hash ?: Uint8Array Optional
version ?: { app ?: bigint ; block ?: bigint ; } Optional
app ?: bigint Optional
block ?: bigint Defined in packages/proto/src/codegen/tendermint/types/types.ts:871 from Proto Msg : functionfrom Proto Msg ( message ) : Header Defined in packages/proto/src/codegen/tendermint/types/types.ts:956 to Amino : functionto Amino ( message ) : HeaderAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:935 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:959 to Proto Msg : functionto Proto Msg ( message ) : HeaderProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:962 Light Block : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : LightBlock ; encode ( message : LightBlock , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : LightBlockAmino ) : LightBlock ; fromAminoMsg ( object : LightBlockAminoMsg ) : LightBlock ; fromPartial ( object : { signedHeader ?: { commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; } ; validatorSet ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; votingPower ?: bigint ; } [] ; } ; } ) : LightBlock ; fromProtoMsg ( message : LightBlockProtoMsg ) : LightBlock ; toAmino ( message : LightBlock ) : LightBlockAmino ; toProto ( message : LightBlock ) : Uint8Array ; toProtoMsg ( message : LightBlock ) : LightBlockProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : LightBlock Defined in packages/proto/src/codegen/tendermint/types/types.ts:1608 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:1599 from Amino : functionfrom Amino ( object ) : LightBlock Defined in packages/proto/src/codegen/tendermint/types/types.ts:1634 from Amino Msg : functionfrom Amino Msg ( object ) : LightBlock Defined in packages/proto/src/codegen/tendermint/types/types.ts:1650 from Partial : functionfrom Partial ( object ) : LightBlock Parameters object : { signedHeader ?: { commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; } ; validatorSet ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; votingPower ?: bigint ; } [] ; } ; } Optional
signed Header ?: { commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; } Optional
commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; } [] ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: ...; total ?: ...; } Optional
hash ?: ...Optional
total ?: ...Optional
height ?: bigint Optional
round ?: number Optional
signatures ?: { blockIdFlag ?: ( ...) | ( ...) ; signature ?: ( ...) | ( ...) ; timestamp ?: ( ...) | ( ...) ; validatorAddress ?: ( ...) | ( ...) ; } [] Optional
header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } Optional
app Hash ?: Uint8Array Optional
chain Id ?: string Optional
consensus Hash ?: Uint8Array Optional
data Hash ?: Uint8Array Optional
evidence Hash ?: Uint8Array Optional
height ?: bigint Optional
last Block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: ...; total ?: ...; } Optional
hash ?: ...Optional
total ?: ...Optional
last Commit Hash ?: Uint8Array Optional
last Results Hash ?: Uint8Array Optional
next Validators Hash ?: Uint8Array Optional
proposer Address ?: Uint8Array Optional
time ?: Date Optional
validators Hash ?: Uint8Array Optional
version ?: { app ?: bigint ; block ?: bigint ; } Optional
app ?: bigint Optional
block ?: bigint Optional
validator Set ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; votingPower ?: bigint ; } [] ; } Optional
proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } Optional
address ?: Uint8Array Optional
proposer Priority ?: bigint Optional
pub Key ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } Optional
ed25519 ?: Uint8Array Optional
secp256k1 ?: Uint8Array Optional
voting Power ?: bigint Optional
total Voting Power ?: bigint Optional
validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; votingPower ?: bigint ; } [] Defined in packages/proto/src/codegen/tendermint/types/types.ts:1628 from Proto Msg : functionfrom Proto Msg ( message ) : LightBlock Defined in packages/proto/src/codegen/tendermint/types/types.ts:1653 to Amino : functionto Amino ( message ) : LightBlockAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1644 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1656 to Proto Msg : functionto Proto Msg ( message ) : LightBlockProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1659 Light Client Attack Evidence : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : LightClientAttackEvidence ; encode ( message : LightClientAttackEvidence , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : LightClientAttackEvidenceAmino ) : LightClientAttackEvidence ; fromAminoMsg ( object : LightClientAttackEvidenceAminoMsg ) : LightClientAttackEvidence ; fromPartial ( object : { byzantineValidators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: { commit ?: { blockId ?: { hash ?: ...; partSetHeader ?: ...; } ; height ?: bigint ; round ?: number ; signatures ?: ( ...) [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: ...; partSetHeader ?: ...; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: ...; block ?: ...; } ; } ; } ; validatorSet ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ...; secp256k1 ?: ...; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: ( ...) | ( ...) ; proposerPriority ?: ( ...) | ( ...) ; pubKey ?: ( ...) | ( ...) ; votingPower ?: ( ...) | ( ...) ; } [] ; } ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } ) : LightClientAttackEvidence ; fromProtoMsg ( message : LightClientAttackEvidenceProtoMsg ) : LightClientAttackEvidence ; toAmino ( message : LightClientAttackEvidence ) : LightClientAttackEvidenceAmino ; toProto ( message : LightClientAttackEvidence ) : Uint8Array ; toProtoMsg ( message : LightClientAttackEvidence ) : LightClientAttackEvidenceProtoMsg ; } type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:305 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : LightClientAttackEvidence Parameters object : { byzantineValidators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } [] ; commonHeight ?: bigint ; conflictingBlock ?: { signedHeader ?: { commit ?: { blockId ?: { hash ?: ...; partSetHeader ?: ...; } ; height ?: bigint ; round ?: number ; signatures ?: ( ...) [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: ...; partSetHeader ?: ...; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: ...; block ?: ...; } ; } ; } ; validatorSet ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ...; secp256k1 ?: ...; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: ( ...) | ( ...) ; proposerPriority ?: ( ...) | ( ...) ; pubKey ?: ( ...) | ( ...) ; votingPower ?: ( ...) | ( ...) ; } [] ; } ; } ; timestamp ?: Date ; totalVotingPower ?: bigint ; } Optional
byzantine Validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } [] Optional
common Height ?: bigint Optional
conflicting Block ?: { signedHeader ?: { commit ?: { blockId ?: { hash ?: ...; partSetHeader ?: ...; } ; height ?: bigint ; round ?: number ; signatures ?: ( ...) [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: ...; partSetHeader ?: ...; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: ...; block ?: ...; } ; } ; } ; validatorSet ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ...; secp256k1 ?: ...; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: ( ...) | ( ...) ; proposerPriority ?: ( ...) | ( ...) ; pubKey ?: ( ...) | ( ...) ; votingPower ?: ( ...) | ( ...) ; } [] ; } ; } Optional
signed Header ?: { commit ?: { blockId ?: { hash ?: ...; partSetHeader ?: ...; } ; height ?: bigint ; round ?: number ; signatures ?: ( ...) [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: ...; partSetHeader ?: ...; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: ...; block ?: ...; } ; } ; } Optional
commit ?: { blockId ?: { hash ?: ...; partSetHeader ?: ...; } ; height ?: bigint ; round ?: number ; signatures ?: ( ...) [] ; } Optional
block Id ?: { hash ?: ...; partSetHeader ?: ...; } Optional
hash ?: ...Optional
part Set Header ?: ...Optional
height ?: bigint Optional
round ?: number Optional
signatures ?: ( ...) [] Optional
header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: ...; partSetHeader ?: ...; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: ...; block ?: ...; } ; } Optional
app Hash ?: Uint8Array Optional
chain Id ?: string Optional
consensus Hash ?: Uint8Array Optional
data Hash ?: Uint8Array Optional
evidence Hash ?: Uint8Array Optional
height ?: bigint Optional
last Block Id ?: { hash ?: ...; partSetHeader ?: ...; } Optional
hash ?: ...Optional
part Set Header ?: ...Optional
last Commit Hash ?: Uint8Array Optional
last Results Hash ?: Uint8Array Optional
next Validators Hash ?: Uint8Array Optional
proposer Address ?: Uint8Array Optional
time ?: Date Optional
validators Hash ?: Uint8Array Optional
version ?: { app ?: ...; block ?: ...; } Optional
app ?: ...Optional
block ?: ...Optional
validator Set ?: { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ...; secp256k1 ?: ...; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: ( ...) | ( ...) ; proposerPriority ?: ( ...) | ( ...) ; pubKey ?: ( ...) | ( ...) ; votingPower ?: ( ...) | ( ...) ; } [] ; } Optional
proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: ...; secp256k1 ?: ...; } ; votingPower ?: bigint ; } Optional
address ?: Uint8Array Optional
proposer Priority ?: bigint Optional
pub Key ?: { ed25519 ?: ...; secp256k1 ?: ...; } Optional
ed25519 ?: ...Optional
secp256k1 ?: ...Optional
voting Power ?: bigint Optional
total Voting Power ?: bigint Optional
validators ?: { address ?: ( ...) | ( ...) ; proposerPriority ?: ( ...) | ( ...) ; pubKey ?: ( ...) | ( ...) ; votingPower ?: ( ...) | ( ...) ; } [] Optional
timestamp ?: Date Optional
total Voting Power ?: bigint Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:352 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/evidence.ts:397 to Proto Msg : functionPart : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Part ; encode ( message : Part , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PartAmino ) : Part ; fromAminoMsg ( object : PartAminoMsg ) : Part ; fromPartial ( object : { bytes ?: Uint8Array ; index ?: number ; proof ?: { aunts ?: Uint8Array [] ; index ?: bigint ; leafHash ?: Uint8Array ; total ?: bigint ; } ; } ) : Part ; fromProtoMsg ( message : PartProtoMsg ) : Part ; toAmino ( message : Part ) : PartAmino ; toProto ( message : Part ) : Uint8Array ; toProtoMsg ( message : Part ) : PartProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Part Defined in packages/proto/src/codegen/tendermint/types/types.ts:609 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:597 from Amino : functionfrom Amino ( object ) : Part Defined in packages/proto/src/codegen/tendermint/types/types.ts:639 from Amino Msg : functionfrom Amino Msg ( object ) : Part Defined in packages/proto/src/codegen/tendermint/types/types.ts:659 from Partial : functionfrom Partial ( object ) : Part Parameters object : { bytes ?: Uint8Array ; index ?: number ; proof ?: { aunts ?: Uint8Array [] ; index ?: bigint ; leafHash ?: Uint8Array ; total ?: bigint ; } ; } Optional
bytes ?: Uint8Array Optional
index ?: number Optional
proof ?: { aunts ?: Uint8Array [] ; index ?: bigint ; leafHash ?: Uint8Array ; total ?: bigint ; } Optional
aunts ?: Uint8Array [] Optional
index ?: bigint Optional
leaf Hash ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/tendermint/types/types.ts:632 from Proto Msg : functionfrom Proto Msg ( message ) : Part Defined in packages/proto/src/codegen/tendermint/types/types.ts:662 to Amino : functionto Amino ( message ) : PartAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:652 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:665 to Proto Msg : functionto Proto Msg ( message ) : PartProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:668 type Url : string decode : functiondecode ( input , length ? ) : PartSetHeader Defined in packages/proto/src/codegen/tendermint/types/types.ts:530 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:521 from Amino : functionfrom Amino ( object ) : PartSetHeader Defined in packages/proto/src/codegen/tendermint/types/types.ts:556 from Amino Msg : functionfrom Amino Msg ( object ) : PartSetHeader Defined in packages/proto/src/codegen/tendermint/types/types.ts:572 from Partial : functionfrom Partial ( object ) : PartSetHeader Parameters object : { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Defined in packages/proto/src/codegen/tendermint/types/types.ts:550 from Proto Msg : functionfrom Proto Msg ( message ) : PartSetHeader Defined in packages/proto/src/codegen/tendermint/types/types.ts:575 to Amino : functionto Amino ( message ) : PartSetHeaderAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:566 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:578 to Proto Msg : functionto Proto Msg ( message ) : PartSetHeaderProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:581 Proposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Proposal ; encode ( message : Proposal , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ProposalAmino ) : Proposal ; fromAminoMsg ( object : ProposalAminoMsg ) : Proposal ; fromPartial ( object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; polRound ?: number ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; } ) : Proposal ; fromProtoMsg ( message : ProposalProtoMsg ) : Proposal ; toAmino ( message : Proposal ) : ProposalAmino ; toProto ( message : Proposal ) : Uint8Array ; toProtoMsg ( message : Proposal ) : ProposalProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Proposal Defined in packages/proto/src/codegen/tendermint/types/types.ts:1418 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:1394 from Amino : functionfrom Amino ( object ) : Proposal Defined in packages/proto/src/codegen/tendermint/types/types.ts:1464 from Amino Msg : functionfrom Amino Msg ( object ) : Proposal Defined in packages/proto/src/codegen/tendermint/types/types.ts:1500 from Partial : functionfrom Partial ( object ) : Proposal Parameters object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; polRound ?: number ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
height ?: bigint Optional
pol Round ?: number Optional
round ?: number Optional
signature ?: Uint8Array Optional
timestamp ?: Date Defined in packages/proto/src/codegen/tendermint/types/types.ts:1453 from Proto Msg : functionfrom Proto Msg ( message ) : Proposal Defined in packages/proto/src/codegen/tendermint/types/types.ts:1503 to Amino : functionto Amino ( message ) : ProposalAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1489 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1506 to Proto Msg : functionto Proto Msg ( message ) : ProposalProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1509 Signed Header : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : SignedHeader ; encode ( message : SignedHeader , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : SignedHeaderAmino ) : SignedHeader ; fromAminoMsg ( object : SignedHeaderAminoMsg ) : SignedHeader ; fromPartial ( object : { commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; } ) : SignedHeader ; fromProtoMsg ( message : SignedHeaderProtoMsg ) : SignedHeader ; toAmino ( message : SignedHeader ) : SignedHeaderAmino ; toProto ( message : SignedHeader ) : Uint8Array ; toProtoMsg ( message : SignedHeader ) : SignedHeaderProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : SignedHeader Defined in packages/proto/src/codegen/tendermint/types/types.ts:1533 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:1524 from Amino : functionfrom Amino ( object ) : SignedHeader Defined in packages/proto/src/codegen/tendermint/types/types.ts:1559 from Amino Msg : functionfrom Amino Msg ( object ) : SignedHeader Defined in packages/proto/src/codegen/tendermint/types/types.ts:1575 from Partial : functionfrom Partial ( object ) : SignedHeader Parameters object : { commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } ; header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; } Optional
commit ?: { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
height ?: bigint Optional
round ?: number Optional
signatures ?: { blockIdFlag ?: BlockIDFlag ; signature ?: Uint8Array ; timestamp ?: Date ; validatorAddress ?: Uint8Array ; } [] Optional
header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } Optional
app Hash ?: Uint8Array Optional
chain Id ?: string Optional
consensus Hash ?: Uint8Array Optional
data Hash ?: Uint8Array Optional
evidence Hash ?: Uint8Array Optional
height ?: bigint Optional
last Block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
last Commit Hash ?: Uint8Array Optional
last Results Hash ?: Uint8Array Optional
next Validators Hash ?: Uint8Array Optional
proposer Address ?: Uint8Array Optional
time ?: Date Optional
validators Hash ?: Uint8Array Optional
version ?: { app ?: bigint ; block ?: bigint ; } Optional
app ?: bigint Optional
block ?: bigint Defined in packages/proto/src/codegen/tendermint/types/types.ts:1553 from Proto Msg : functionfrom Proto Msg ( message ) : SignedHeader Defined in packages/proto/src/codegen/tendermint/types/types.ts:1578 to Amino : functionto Amino ( message ) : SignedHeaderAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1569 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1581 to Proto Msg : functionto Proto Msg ( message ) : SignedHeaderProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1584 Signed Msg Type Amino : typeof SignedMsgType Signed Msg TypeSDKType : typeof SignedMsgType type Url : string decode : functiondecode ( input , length ? ) : SimpleValidator Defined in packages/proto/src/codegen/tendermint/types/validator.ts:279 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/validator.ts:270 from Amino : functionfrom Amino ( object ) : SimpleValidator Defined in packages/proto/src/codegen/tendermint/types/validator.ts:305 from Amino Msg : functionfrom Amino Msg ( object ) : SimpleValidator Defined in packages/proto/src/codegen/tendermint/types/validator.ts:321 from Partial : functionfrom Partial ( object ) : SimpleValidator Parameters object : { pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } Optional
pub Key ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } Optional
ed25519 ?: Uint8Array Optional
secp256k1 ?: Uint8Array Optional
voting Power ?: bigint Defined in packages/proto/src/codegen/tendermint/types/validator.ts:299 from Proto Msg : functionfrom Proto Msg ( message ) : SimpleValidator Defined in packages/proto/src/codegen/tendermint/types/validator.ts:324 to Amino : functionto Amino ( message ) : SimpleValidatorAmino Defined in packages/proto/src/codegen/tendermint/types/validator.ts:315 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/validator.ts:327 to Proto Msg : functionto Proto Msg ( message ) : SimpleValidatorProtoMsg Defined in packages/proto/src/codegen/tendermint/types/validator.ts:330 Tx Proof : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : TxProof ; encode ( message : TxProof , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : TxProofAmino ) : TxProof ; fromAminoMsg ( object : TxProofAminoMsg ) : TxProof ; fromPartial ( object : { data ?: Uint8Array ; proof ?: { aunts ?: Uint8Array [] ; index ?: bigint ; leafHash ?: Uint8Array ; total ?: bigint ; } ; rootHash ?: Uint8Array ; } ) : TxProof ; fromProtoMsg ( message : TxProofProtoMsg ) : TxProof ; toAmino ( message : TxProof ) : TxProofAmino ; toProto ( message : TxProof ) : Uint8Array ; toProtoMsg ( message : TxProof ) : TxProofProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : TxProof Defined in packages/proto/src/codegen/tendermint/types/types.ts:1786 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:1774 from Amino : functionfrom Amino ( object ) : TxProof Defined in packages/proto/src/codegen/tendermint/types/types.ts:1816 from Amino Msg : functionfrom Amino Msg ( object ) : TxProof Defined in packages/proto/src/codegen/tendermint/types/types.ts:1836 from Partial : functionfrom Partial ( object ) : TxProof Parameters object : { data ?: Uint8Array ; proof ?: { aunts ?: Uint8Array [] ; index ?: bigint ; leafHash ?: Uint8Array ; total ?: bigint ; } ; rootHash ?: Uint8Array ; } Optional
data ?: Uint8Array Optional
proof ?: { aunts ?: Uint8Array [] ; index ?: bigint ; leafHash ?: Uint8Array ; total ?: bigint ; } Optional
aunts ?: Uint8Array [] Optional
index ?: bigint Optional
leaf Hash ?: Uint8Array Optional
total ?: bigint Optional
root Hash ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1809 from Proto Msg : functionfrom Proto Msg ( message ) : TxProof Defined in packages/proto/src/codegen/tendermint/types/types.ts:1839 to Amino : functionto Amino ( message ) : TxProofAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1829 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1842 to Proto Msg : functionto Proto Msg ( message ) : TxProofProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1845 Validator : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Validator ; encode ( message : Validator , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorAmino ) : Validator ; fromAminoMsg ( object : ValidatorAminoMsg ) : Validator ; fromPartial ( object : { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ) : Validator ; fromProtoMsg ( message : ValidatorProtoMsg ) : Validator ; toAmino ( message : Validator ) : ValidatorAmino ; toProto ( message : Validator ) : Uint8Array ; toProtoMsg ( message : Validator ) : ValidatorProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Validator Defined in packages/proto/src/codegen/tendermint/types/validator.ts:188 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/validator.ts:173 from Amino : functionfrom Amino ( object ) : Validator Defined in packages/proto/src/codegen/tendermint/types/validator.ts:222 from Amino Msg : functionfrom Amino Msg ( object ) : Validator Defined in packages/proto/src/codegen/tendermint/types/validator.ts:246 from Partial : functionfrom Partial ( object ) : Validator Parameters object : { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } Optional
address ?: Uint8Array Optional
proposer Priority ?: bigint Optional
pub Key ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } Optional
ed25519 ?: Uint8Array Optional
secp256k1 ?: Uint8Array Optional
voting Power ?: bigint Defined in packages/proto/src/codegen/tendermint/types/validator.ts:214 from Proto Msg : functionfrom Proto Msg ( message ) : Validator Defined in packages/proto/src/codegen/tendermint/types/validator.ts:249 to Amino : functionto Amino ( message ) : ValidatorAmino Defined in packages/proto/src/codegen/tendermint/types/validator.ts:238 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/validator.ts:252 to Proto Msg : functionto Proto Msg ( message ) : ValidatorProtoMsg Defined in packages/proto/src/codegen/tendermint/types/validator.ts:255 type Url : string decode : functiondecode ( input , length ? ) : ValidatorParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:529 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/params.ts:523 from Amino : functionfrom Amino ( object ) : ValidatorParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:551 from Amino Msg : functionfrom Amino Msg ( object ) : ValidatorParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:565 from Partial : functionfrom Partial ( object ) : ValidatorParams Parameters object : { pubKeyTypes ?: string [] ; } Optional
pub Key Types ?: string [] Defined in packages/proto/src/codegen/tendermint/types/params.ts:546 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:568 to Amino : functionto Amino ( message ) : ValidatorParamsAmino Defined in packages/proto/src/codegen/tendermint/types/params.ts:556 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/params.ts:571 to Proto Msg : functionValidator Set : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : ValidatorSet ; encode ( message : ValidatorSet , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorSetAmino ) : ValidatorSet ; fromAminoMsg ( object : ValidatorSetAminoMsg ) : ValidatorSet ; fromPartial ( object : { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } [] ; } ) : ValidatorSet ; fromProtoMsg ( message : ValidatorSetProtoMsg ) : ValidatorSet ; toAmino ( message : ValidatorSet ) : ValidatorSetAmino ; toProto ( message : ValidatorSet ) : Uint8Array ; toProtoMsg ( message : ValidatorSet ) : ValidatorSetProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : ValidatorSet Defined in packages/proto/src/codegen/tendermint/types/validator.ts:95 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/validator.ts:83 from Amino : functionfrom Amino ( object ) : ValidatorSet Defined in packages/proto/src/codegen/tendermint/types/validator.ts:125 from Amino Msg : functionfrom Amino Msg ( object ) : ValidatorSet Defined in packages/proto/src/codegen/tendermint/types/validator.ts:147 from Partial : functionfrom Partial ( object ) : ValidatorSet Parameters object : { proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } ; totalVotingPower ?: bigint ; validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } [] ; } Optional
proposer ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } Optional
address ?: Uint8Array Optional
proposer Priority ?: bigint Optional
pub Key ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } Optional
ed25519 ?: Uint8Array Optional
secp256k1 ?: Uint8Array Optional
voting Power ?: bigint Optional
total Voting Power ?: bigint Optional
validators ?: { address ?: Uint8Array ; proposerPriority ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; votingPower ?: bigint ; } [] Defined in packages/proto/src/codegen/tendermint/types/validator.ts:118 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorSet Defined in packages/proto/src/codegen/tendermint/types/validator.ts:150 to Amino : functionto Amino ( message ) : ValidatorSetAmino Defined in packages/proto/src/codegen/tendermint/types/validator.ts:136 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/validator.ts:153 to Proto Msg : functionto Proto Msg ( message ) : ValidatorSetProtoMsg Defined in packages/proto/src/codegen/tendermint/types/validator.ts:156 type Url : string decode : functiondecode ( input , length ? ) : VersionParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:594 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/params.ts:588 from Amino : functionfrom Amino ( object ) : VersionParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:616 from Amino Msg : functionfrom Amino Msg ( object ) : VersionParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:628 from Partial : functionfrom Partial ( object ) : VersionParams Parameters object : { appVersion ?: bigint ; } Optional
app Version ?: bigint Defined in packages/proto/src/codegen/tendermint/types/params.ts:611 from Proto Msg : functionfrom Proto Msg ( message ) : VersionParams Defined in packages/proto/src/codegen/tendermint/types/params.ts:631 to Amino : functionto Amino ( message ) : VersionParamsAmino Defined in packages/proto/src/codegen/tendermint/types/params.ts:623 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/params.ts:634 to Proto Msg : functionto Proto Msg ( message ) : VersionParamsProtoMsg Defined in packages/proto/src/codegen/tendermint/types/params.ts:637 Vote : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Vote ; encode ( message : Vote , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VoteAmino ) : Vote ; fromAminoMsg ( object : VoteAminoMsg ) : Vote ; fromPartial ( object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } ) : Vote ; fromProtoMsg ( message : VoteProtoMsg ) : Vote ; toAmino ( message : Vote ) : VoteAmino ; toProto ( message : Vote ) : Uint8Array ; toProtoMsg ( message : Vote ) : VoteProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Vote Defined in packages/proto/src/codegen/tendermint/types/types.ts:1075 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/types/types.ts:1048 from Amino : functionfrom Amino ( object ) : Vote Defined in packages/proto/src/codegen/tendermint/types/types.ts:1125 from Amino Msg : functionfrom Amino Msg ( object ) : Vote Defined in packages/proto/src/codegen/tendermint/types/types.ts:1165 from Partial : functionfrom Partial ( object ) : Vote Parameters object : { blockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; height ?: bigint ; round ?: number ; signature ?: Uint8Array ; timestamp ?: Date ; type ?: SignedMsgType ; validatorAddress ?: Uint8Array ; validatorIndex ?: number ; } Optional
block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
height ?: bigint Optional
round ?: number Optional
signature ?: Uint8Array Optional
timestamp ?: Date Optional
validator Address ?: Uint8Array Optional
validator Index ?: number Defined in packages/proto/src/codegen/tendermint/types/types.ts:1113 from Proto Msg : functionfrom Proto Msg ( message ) : Vote Defined in packages/proto/src/codegen/tendermint/types/types.ts:1168 to Amino : functionto Amino ( message ) : VoteAmino Defined in packages/proto/src/codegen/tendermint/types/types.ts:1153 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/types/types.ts:1171 to Proto Msg : functionto Proto Msg ( message ) : VoteProtoMsg Defined in packages/proto/src/codegen/tendermint/types/types.ts:1174 blockIDFlag FromJSON : functionblockIDFlag FromJSON ( object ) : BlockIDFlag Defined in packages/proto/src/codegen/tendermint/types/types.ts:18 blockIDFlag ToJSON : functionblockIDFlag ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/tendermint/types/types.ts:38 signed Msg Type FromJSON : functionsigned Msg Type FromJSON ( object ) : SignedMsgType Defined in packages/proto/src/codegen/tendermint/types/types.ts:65 signed Msg Type ToJSON : functionsigned Msg Type ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/tendermint/types/types.ts:85 Defined in packages/proto/src/codegen/tendermint/bundle.ts:28
Txs that will be applied by state @ block.Height+1. NOTE: not all txs here are valid. We're just agreeing on the order first. This means that block.AppHash does not include these txs.