abci : { CheckTxType : any ; EvidenceType : any ; ResponseApplySnapshotChunk_Result : any ; ResponseOfferSnapshot_Result : any ; 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 ; } ) : BlockParams ; fromProtoMsg ( message : BlockParamsProtoMsg ) : BlockParams ; toAmino ( message : BlockParams ) : BlockParamsAmino ; toProto ( message : BlockParams ) : Uint8Array ; toProtoMsg ( message : BlockParams ) : BlockParamsProtoMsg ; } ; CheckTxTypeAmino : typeof CheckTxType ; CheckTxTypeSDKType : typeof CheckTxType ; 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 ; } ; 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 ; } ; Event : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Event ; encode ( message : Event ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : EventAmino ) : Event ; fromAminoMsg ( object : EventAminoMsg ) : Event ; fromPartial ( object : { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } ) : Event ; fromProtoMsg ( message : EventProtoMsg ) : Event ; toAmino ( message : Event ) : EventAmino ; toProto ( message : Event ) : Uint8Array ; toProtoMsg ( message : Event ) : EventProtoMsg ; } ; EventAttribute : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : EventAttribute ; encode ( message : EventAttribute ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : EventAttributeAmino ) : EventAttribute ; fromAminoMsg ( object : EventAttributeAminoMsg ) : EventAttribute ; fromPartial ( object : { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } ) : EventAttribute ; fromProtoMsg ( message : EventAttributeProtoMsg ) : EventAttribute ; toAmino ( message : EventAttribute ) : EventAttributeAmino ; toProto ( message : EventAttribute ) : Uint8Array ; toProtoMsg ( message : EventAttribute ) : EventAttributeProtoMsg ; } ; 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 : { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } ) : Evidence ; fromProtoMsg ( message : EvidenceProtoMsg ) : Evidence ; toAmino ( message : Evidence ) : EvidenceAmino ; toProto ( message : Evidence ) : Uint8Array ; toProtoMsg ( message : Evidence ) : EvidenceProtoMsg ; } ; EvidenceTypeAmino : typeof EvidenceType ; EvidenceTypeSDKType : typeof EvidenceType ; LastCommitInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : LastCommitInfo ; encode ( message : LastCommitInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : LastCommitInfoAmino ) : LastCommitInfo ; fromAminoMsg ( object : LastCommitInfoAminoMsg ) : LastCommitInfo ; fromPartial ( object : { round ?: number ; votes ?: { signedLastBlock ?: boolean ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } [] ; } ) : LastCommitInfo ; fromProtoMsg ( message : LastCommitInfoProtoMsg ) : LastCommitInfo ; toAmino ( message : LastCommitInfo ) : LastCommitInfoAmino ; toProto ( message : LastCommitInfo ) : Uint8Array ; toProtoMsg ( message : LastCommitInfo ) : LastCommitInfoProtoMsg ; } ; Request : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Request ; encode ( message : Request ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestAmino ) : Request ; fromAminoMsg ( object : RequestAminoMsg ) : Request ; fromPartial ( object : { applySnapshotChunk ?: { chunk ?: Uint8Array ; index ?: number ; sender ?: string ; } ; beginBlock ?: { byzantineValidators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: ( ...
) | ( ...
) ; power ?: ( ...
) | ( ...
) ; } ; } [] ; hash ?: Uint8Array ; 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 ; } ; } ; lastCommitInfo ?: { round ?: number ; votes ?: { signedLastBlock ?: ( ...
) | ( ...
) | ( ...
) ; validator ?: ( ...
) | ( ...
) ; } [] ; } ; } ; checkTx ?: { tx ?: Uint8Array ; type ?: CheckTxType ; } ; commit ?: {} ; deliverTx ?: { tx ?: Uint8Array ; } ; echo ?: { message ?: string ; } ; endBlock ?: { height ?: bigint ; } ; flush ?: {} ; info ?: { blockVersion ?: bigint ; p2pVersion ?: bigint ; version ?: string ; } ; initChain ?: { appStateBytes ?: Uint8Array ; chainId ?: string ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...
; seconds ?: ...
; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...
) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; initialHeight ?: bigint ; time ?: Date ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...
) | ( ...
) ; secp256k1 ?: ( ...
) | ( ...
) ; } ; } [] ; } ; listSnapshots ?: {} ; loadSnapshotChunk ?: { chunk ?: number ; format ?: number ; height ?: bigint ; } ; offerSnapshot ?: { appHash ?: Uint8Array ; snapshot ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } ; } ; query ?: { data ?: Uint8Array ; height ?: bigint ; path ?: string ; prove ?: boolean ; } ; setOption ?: { key ?: string ; value ?: string ; } ; } ) : Request ; fromProtoMsg ( message : RequestProtoMsg ) : Request ; toAmino ( message : Request ) : RequestAmino ; toProto ( message : Request ) : Uint8Array ; toProtoMsg ( message : Request ) : RequestProtoMsg ; } ; RequestApplySnapshotChunk : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestApplySnapshotChunk ; encode ( message : RequestApplySnapshotChunk ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestApplySnapshotChunkAmino ) : RequestApplySnapshotChunk ; fromAminoMsg ( object : RequestApplySnapshotChunkAminoMsg ) : RequestApplySnapshotChunk ; fromPartial ( object : { chunk ?: Uint8Array ; index ?: number ; sender ?: string ; } ) : RequestApplySnapshotChunk ; fromProtoMsg ( message : RequestApplySnapshotChunkProtoMsg ) : RequestApplySnapshotChunk ; toAmino ( message : RequestApplySnapshotChunk ) : RequestApplySnapshotChunkAmino ; toProto ( message : RequestApplySnapshotChunk ) : Uint8Array ; toProtoMsg ( message : RequestApplySnapshotChunk ) : RequestApplySnapshotChunkProtoMsg ; } ; RequestBeginBlock : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestBeginBlock ; encode ( message : RequestBeginBlock ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestBeginBlockAmino ) : RequestBeginBlock ; fromAminoMsg ( object : RequestBeginBlockAminoMsg ) : RequestBeginBlock ; fromPartial ( object : { byzantineValidators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } [] ; hash ?: 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 ; } ; } ; lastCommitInfo ?: { round ?: number ; votes ?: { signedLastBlock ?: boolean ; validator ?: { address ?: ( ...
) | ( ...
) ; power ?: ( ...
) | ( ...
) ; } ; } [] ; } ; } ) : RequestBeginBlock ; fromProtoMsg ( message : RequestBeginBlockProtoMsg ) : RequestBeginBlock ; toAmino ( message : RequestBeginBlock ) : RequestBeginBlockAmino ; toProto ( message : RequestBeginBlock ) : Uint8Array ; toProtoMsg ( message : RequestBeginBlock ) : RequestBeginBlockProtoMsg ; } ; RequestCheckTx : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestCheckTx ; encode ( message : RequestCheckTx ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestCheckTxAmino ) : RequestCheckTx ; fromAminoMsg ( object : RequestCheckTxAminoMsg ) : RequestCheckTx ; fromPartial ( object : { tx ?: Uint8Array ; type ?: CheckTxType ; } ) : RequestCheckTx ; fromProtoMsg ( message : RequestCheckTxProtoMsg ) : RequestCheckTx ; toAmino ( message : RequestCheckTx ) : RequestCheckTxAmino ; toProto ( message : RequestCheckTx ) : Uint8Array ; toProtoMsg ( message : RequestCheckTx ) : RequestCheckTxProtoMsg ; } ; RequestCommit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestCommit ; encode ( _ : RequestCommit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : RequestCommitAmino ) : RequestCommit ; fromAminoMsg ( object : RequestCommitAminoMsg ) : RequestCommit ; fromPartial ( _ : {} ) : RequestCommit ; fromProtoMsg ( message : RequestCommitProtoMsg ) : RequestCommit ; toAmino ( _ : RequestCommit ) : RequestCommitAmino ; toProto ( message : RequestCommit ) : Uint8Array ; toProtoMsg ( message : RequestCommit ) : RequestCommitProtoMsg ; } ; RequestDeliverTx : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestDeliverTx ; encode ( message : RequestDeliverTx ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestDeliverTxAmino ) : RequestDeliverTx ; fromAminoMsg ( object : RequestDeliverTxAminoMsg ) : RequestDeliverTx ; fromPartial ( object : { tx ?: Uint8Array ; } ) : RequestDeliverTx ; fromProtoMsg ( message : RequestDeliverTxProtoMsg ) : RequestDeliverTx ; toAmino ( message : RequestDeliverTx ) : RequestDeliverTxAmino ; toProto ( message : RequestDeliverTx ) : Uint8Array ; toProtoMsg ( message : RequestDeliverTx ) : RequestDeliverTxProtoMsg ; } ; RequestEcho : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestEcho ; encode ( message : RequestEcho ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestEchoAmino ) : RequestEcho ; fromAminoMsg ( object : RequestEchoAminoMsg ) : RequestEcho ; fromPartial ( object : { message ?: string ; } ) : RequestEcho ; fromProtoMsg ( message : RequestEchoProtoMsg ) : RequestEcho ; toAmino ( message : RequestEcho ) : RequestEchoAmino ; toProto ( message : RequestEcho ) : Uint8Array ; toProtoMsg ( message : RequestEcho ) : RequestEchoProtoMsg ; } ; RequestEndBlock : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestEndBlock ; encode ( message : RequestEndBlock ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestEndBlockAmino ) : RequestEndBlock ; fromAminoMsg ( object : RequestEndBlockAminoMsg ) : RequestEndBlock ; fromPartial ( object : { height ?: bigint ; } ) : RequestEndBlock ; fromProtoMsg ( message : RequestEndBlockProtoMsg ) : RequestEndBlock ; toAmino ( message : RequestEndBlock ) : RequestEndBlockAmino ; toProto ( message : RequestEndBlock ) : Uint8Array ; toProtoMsg ( message : RequestEndBlock ) : RequestEndBlockProtoMsg ; } ; RequestFlush : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestFlush ; encode ( _ : RequestFlush ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : RequestFlushAmino ) : RequestFlush ; fromAminoMsg ( object : RequestFlushAminoMsg ) : RequestFlush ; fromPartial ( _ : {} ) : RequestFlush ; fromProtoMsg ( message : RequestFlushProtoMsg ) : RequestFlush ; toAmino ( _ : RequestFlush ) : RequestFlushAmino ; toProto ( message : RequestFlush ) : Uint8Array ; toProtoMsg ( message : RequestFlush ) : RequestFlushProtoMsg ; } ; RequestInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestInfo ; encode ( message : RequestInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestInfoAmino ) : RequestInfo ; fromAminoMsg ( object : RequestInfoAminoMsg ) : RequestInfo ; fromPartial ( object : { blockVersion ?: bigint ; p2pVersion ?: bigint ; version ?: string ; } ) : RequestInfo ; fromProtoMsg ( message : RequestInfoProtoMsg ) : RequestInfo ; toAmino ( message : RequestInfo ) : RequestInfoAmino ; toProto ( message : RequestInfo ) : Uint8Array ; toProtoMsg ( message : RequestInfo ) : RequestInfoProtoMsg ; } ; RequestInitChain : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestInitChain ; encode ( message : RequestInitChain ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestInitChainAmino ) : RequestInitChain ; fromAminoMsg ( object : RequestInitChainAminoMsg ) : RequestInitChain ; fromPartial ( object : { appStateBytes ?: Uint8Array ; chainId ?: string ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; initialHeight ?: bigint ; time ?: Date ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } ) : RequestInitChain ; fromProtoMsg ( message : RequestInitChainProtoMsg ) : RequestInitChain ; toAmino ( message : RequestInitChain ) : RequestInitChainAmino ; toProto ( message : RequestInitChain ) : Uint8Array ; toProtoMsg ( message : RequestInitChain ) : RequestInitChainProtoMsg ; } ; RequestListSnapshots : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestListSnapshots ; encode ( _ : RequestListSnapshots ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : RequestListSnapshotsAmino ) : RequestListSnapshots ; fromAminoMsg ( object : RequestListSnapshotsAminoMsg ) : RequestListSnapshots ; fromPartial ( _ : {} ) : RequestListSnapshots ; fromProtoMsg ( message : RequestListSnapshotsProtoMsg ) : RequestListSnapshots ; toAmino ( _ : RequestListSnapshots ) : RequestListSnapshotsAmino ; toProto ( message : RequestListSnapshots ) : Uint8Array ; toProtoMsg ( message : RequestListSnapshots ) : RequestListSnapshotsProtoMsg ; } ; RequestLoadSnapshotChunk : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestLoadSnapshotChunk ; encode ( message : RequestLoadSnapshotChunk ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestLoadSnapshotChunkAmino ) : RequestLoadSnapshotChunk ; fromAminoMsg ( object : RequestLoadSnapshotChunkAminoMsg ) : RequestLoadSnapshotChunk ; fromPartial ( object : { chunk ?: number ; format ?: number ; height ?: bigint ; } ) : RequestLoadSnapshotChunk ; fromProtoMsg ( message : RequestLoadSnapshotChunkProtoMsg ) : RequestLoadSnapshotChunk ; toAmino ( message : RequestLoadSnapshotChunk ) : RequestLoadSnapshotChunkAmino ; toProto ( message : RequestLoadSnapshotChunk ) : Uint8Array ; toProtoMsg ( message : RequestLoadSnapshotChunk ) : RequestLoadSnapshotChunkProtoMsg ; } ; RequestOfferSnapshot : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestOfferSnapshot ; encode ( message : RequestOfferSnapshot ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestOfferSnapshotAmino ) : RequestOfferSnapshot ; fromAminoMsg ( object : RequestOfferSnapshotAminoMsg ) : RequestOfferSnapshot ; fromPartial ( object : { appHash ?: Uint8Array ; snapshot ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } ; } ) : RequestOfferSnapshot ; fromProtoMsg ( message : RequestOfferSnapshotProtoMsg ) : RequestOfferSnapshot ; toAmino ( message : RequestOfferSnapshot ) : RequestOfferSnapshotAmino ; toProto ( message : RequestOfferSnapshot ) : Uint8Array ; toProtoMsg ( message : RequestOfferSnapshot ) : RequestOfferSnapshotProtoMsg ; } ; RequestQuery : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestQuery ; encode ( message : RequestQuery ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestQueryAmino ) : RequestQuery ; fromAminoMsg ( object : RequestQueryAminoMsg ) : RequestQuery ; fromPartial ( object : { data ?: Uint8Array ; height ?: bigint ; path ?: string ; prove ?: boolean ; } ) : RequestQuery ; fromProtoMsg ( message : RequestQueryProtoMsg ) : RequestQuery ; toAmino ( message : RequestQuery ) : RequestQueryAmino ; toProto ( message : RequestQuery ) : Uint8Array ; toProtoMsg ( message : RequestQuery ) : RequestQueryProtoMsg ; } ; RequestSetOption : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RequestSetOption ; encode ( message : RequestSetOption ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestSetOptionAmino ) : RequestSetOption ; fromAminoMsg ( object : RequestSetOptionAminoMsg ) : RequestSetOption ; fromPartial ( object : { key ?: string ; value ?: string ; } ) : RequestSetOption ; fromProtoMsg ( message : RequestSetOptionProtoMsg ) : RequestSetOption ; toAmino ( message : RequestSetOption ) : RequestSetOptionAmino ; toProto ( message : RequestSetOption ) : Uint8Array ; toProtoMsg ( message : RequestSetOption ) : RequestSetOptionProtoMsg ; } ; Response : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Response ; encode ( message : Response ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseAmino ) : Response ; fromAminoMsg ( object : ResponseAminoMsg ) : Response ; fromPartial ( object : { applySnapshotChunk ?: { refetchChunks ?: number [] ; rejectSenders ?: string [] ; result ?: ResponseApplySnapshotChunk_Result ; } ; beginBlock ?: { events ?: { attributes ?: { index ?: ...
; key ?: ...
; value ?: ...
; } [] ; type ?: string ; } [] ; } ; checkTx ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...
; key ?: ...
; value ?: ...
; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; commit ?: { data ?: Uint8Array ; retainHeight ?: bigint ; } ; deliverTx ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...
; key ?: ...
; value ?: ...
; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; echo ?: { message ?: string ; } ; endBlock ?: { consensusParamUpdates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...
; seconds ?: ...
; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...
) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; events ?: { attributes ?: { index ?: ...
; key ?: ...
; value ?: ...
; } [] ; type ?: string ; } [] ; validatorUpdates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...
) | ( ...
) ; secp256k1 ?: ( ...
) | ( ...
) ; } ; } [] ; } ; exception ?: { error ?: string ; } ; flush ?: {} ; info ?: { appVersion ?: bigint ; data ?: string ; lastBlockAppHash ?: Uint8Array ; lastBlockHeight ?: bigint ; version ?: string ; } ; initChain ?: { appHash ?: Uint8Array ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...
; seconds ?: ...
; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...
) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...
) | ( ...
) ; secp256k1 ?: ( ...
) | ( ...
) ; } ; } [] ; } ; listSnapshots ?: { snapshots ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } [] ; } ; loadSnapshotChunk ?: { chunk ?: Uint8Array ; } ; offerSnapshot ?: { result ?: ResponseOfferSnapshot_Result ; } ; query ?: { code ?: number ; codespace ?: string ; height ?: bigint ; index ?: bigint ; info ?: string ; key ?: Uint8Array ; log ?: string ; proofOps ?: { ops ?: { data ?: ( ...
) | ( ...
) ; key ?: ( ...
) | ( ...
) ; type ?: ( ...
) | ( ...
) ; } [] ; } ; value ?: Uint8Array ; } ; setOption ?: { code ?: number ; info ?: string ; log ?: string ; } ; } ) : Response ; fromProtoMsg ( message : ResponseProtoMsg ) : Response ; toAmino ( message : Response ) : ResponseAmino ; toProto ( message : Response ) : Uint8Array ; toProtoMsg ( message : Response ) : ResponseProtoMsg ; } ; ResponseApplySnapshotChunk : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseApplySnapshotChunk ; encode ( message : ResponseApplySnapshotChunk ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseApplySnapshotChunkAmino ) : ResponseApplySnapshotChunk ; fromAminoMsg ( object : ResponseApplySnapshotChunkAminoMsg ) : ResponseApplySnapshotChunk ; fromPartial ( object : { refetchChunks ?: number [] ; rejectSenders ?: string [] ; result ?: ResponseApplySnapshotChunk_Result ; } ) : ResponseApplySnapshotChunk ; fromProtoMsg ( message : ResponseApplySnapshotChunkProtoMsg ) : ResponseApplySnapshotChunk ; toAmino ( message : ResponseApplySnapshotChunk ) : ResponseApplySnapshotChunkAmino ; toProto ( message : ResponseApplySnapshotChunk ) : Uint8Array ; toProtoMsg ( message : ResponseApplySnapshotChunk ) : ResponseApplySnapshotChunkProtoMsg ; } ; ResponseApplySnapshotChunk_ResultAmino : typeof ResponseApplySnapshotChunk_Result ; ResponseApplySnapshotChunk_ResultSDKType : typeof ResponseApplySnapshotChunk_Result ; ResponseBeginBlock : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseBeginBlock ; encode ( message : ResponseBeginBlock ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseBeginBlockAmino ) : ResponseBeginBlock ; fromAminoMsg ( object : ResponseBeginBlockAminoMsg ) : ResponseBeginBlock ; fromPartial ( object : { events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; } ) : ResponseBeginBlock ; fromProtoMsg ( message : ResponseBeginBlockProtoMsg ) : ResponseBeginBlock ; toAmino ( message : ResponseBeginBlock ) : ResponseBeginBlockAmino ; toProto ( message : ResponseBeginBlock ) : Uint8Array ; toProtoMsg ( message : ResponseBeginBlock ) : ResponseBeginBlockProtoMsg ; } ; ResponseCheckTx : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseCheckTx ; encode ( message : ResponseCheckTx ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseCheckTxAmino ) : ResponseCheckTx ; fromAminoMsg ( object : ResponseCheckTxAminoMsg ) : ResponseCheckTx ; fromPartial ( object : { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ) : ResponseCheckTx ; fromProtoMsg ( message : ResponseCheckTxProtoMsg ) : ResponseCheckTx ; toAmino ( message : ResponseCheckTx ) : ResponseCheckTxAmino ; toProto ( message : ResponseCheckTx ) : Uint8Array ; toProtoMsg ( message : ResponseCheckTx ) : ResponseCheckTxProtoMsg ; } ; ResponseCommit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseCommit ; encode ( message : ResponseCommit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseCommitAmino ) : ResponseCommit ; fromAminoMsg ( object : ResponseCommitAminoMsg ) : ResponseCommit ; fromPartial ( object : { data ?: Uint8Array ; retainHeight ?: bigint ; } ) : ResponseCommit ; fromProtoMsg ( message : ResponseCommitProtoMsg ) : ResponseCommit ; toAmino ( message : ResponseCommit ) : ResponseCommitAmino ; toProto ( message : ResponseCommit ) : Uint8Array ; toProtoMsg ( message : ResponseCommit ) : ResponseCommitProtoMsg ; } ; ResponseDeliverTx : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseDeliverTx ; encode ( message : ResponseDeliverTx ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseDeliverTxAmino ) : ResponseDeliverTx ; fromAminoMsg ( object : ResponseDeliverTxAminoMsg ) : ResponseDeliverTx ; fromPartial ( object : { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ) : ResponseDeliverTx ; fromProtoMsg ( message : ResponseDeliverTxProtoMsg ) : ResponseDeliverTx ; toAmino ( message : ResponseDeliverTx ) : ResponseDeliverTxAmino ; toProto ( message : ResponseDeliverTx ) : Uint8Array ; toProtoMsg ( message : ResponseDeliverTx ) : ResponseDeliverTxProtoMsg ; } ; ResponseEcho : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseEcho ; encode ( message : ResponseEcho ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseEchoAmino ) : ResponseEcho ; fromAminoMsg ( object : ResponseEchoAminoMsg ) : ResponseEcho ; fromPartial ( object : { message ?: string ; } ) : ResponseEcho ; fromProtoMsg ( message : ResponseEchoProtoMsg ) : ResponseEcho ; toAmino ( message : ResponseEcho ) : ResponseEchoAmino ; toProto ( message : ResponseEcho ) : Uint8Array ; toProtoMsg ( message : ResponseEcho ) : ResponseEchoProtoMsg ; } ; ResponseEndBlock : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseEndBlock ; encode ( message : ResponseEndBlock ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseEndBlockAmino ) : ResponseEndBlock ; fromAminoMsg ( object : ResponseEndBlockAminoMsg ) : ResponseEndBlock ; fromPartial ( object : { consensusParamUpdates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; validatorUpdates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } ) : ResponseEndBlock ; fromProtoMsg ( message : ResponseEndBlockProtoMsg ) : ResponseEndBlock ; toAmino ( message : ResponseEndBlock ) : ResponseEndBlockAmino ; toProto ( message : ResponseEndBlock ) : Uint8Array ; toProtoMsg ( message : ResponseEndBlock ) : ResponseEndBlockProtoMsg ; } ; ResponseException : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseException ; encode ( message : ResponseException ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseExceptionAmino ) : ResponseException ; fromAminoMsg ( object : ResponseExceptionAminoMsg ) : ResponseException ; fromPartial ( object : { error ?: string ; } ) : ResponseException ; fromProtoMsg ( message : ResponseExceptionProtoMsg ) : ResponseException ; toAmino ( message : ResponseException ) : ResponseExceptionAmino ; toProto ( message : ResponseException ) : Uint8Array ; toProtoMsg ( message : ResponseException ) : ResponseExceptionProtoMsg ; } ; ResponseFlush : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseFlush ; encode ( _ : ResponseFlush ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : ResponseFlushAmino ) : ResponseFlush ; fromAminoMsg ( object : ResponseFlushAminoMsg ) : ResponseFlush ; fromPartial ( _ : {} ) : ResponseFlush ; fromProtoMsg ( message : ResponseFlushProtoMsg ) : ResponseFlush ; toAmino ( _ : ResponseFlush ) : ResponseFlushAmino ; toProto ( message : ResponseFlush ) : Uint8Array ; toProtoMsg ( message : ResponseFlush ) : ResponseFlushProtoMsg ; } ; ResponseInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseInfo ; encode ( message : ResponseInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseInfoAmino ) : ResponseInfo ; fromAminoMsg ( object : ResponseInfoAminoMsg ) : ResponseInfo ; fromPartial ( object : { appVersion ?: bigint ; data ?: string ; lastBlockAppHash ?: Uint8Array ; lastBlockHeight ?: bigint ; version ?: string ; } ) : ResponseInfo ; fromProtoMsg ( message : ResponseInfoProtoMsg ) : ResponseInfo ; toAmino ( message : ResponseInfo ) : ResponseInfoAmino ; toProto ( message : ResponseInfo ) : Uint8Array ; toProtoMsg ( message : ResponseInfo ) : ResponseInfoProtoMsg ; } ; ResponseInitChain : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseInitChain ; encode ( message : ResponseInitChain ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseInitChainAmino ) : ResponseInitChain ; fromAminoMsg ( object : ResponseInitChainAminoMsg ) : ResponseInitChain ; fromPartial ( object : { appHash ?: Uint8Array ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } ) : ResponseInitChain ; fromProtoMsg ( message : ResponseInitChainProtoMsg ) : ResponseInitChain ; toAmino ( message : ResponseInitChain ) : ResponseInitChainAmino ; toProto ( message : ResponseInitChain ) : Uint8Array ; toProtoMsg ( message : ResponseInitChain ) : ResponseInitChainProtoMsg ; } ; ResponseListSnapshots : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseListSnapshots ; encode ( message : ResponseListSnapshots ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseListSnapshotsAmino ) : ResponseListSnapshots ; fromAminoMsg ( object : ResponseListSnapshotsAminoMsg ) : ResponseListSnapshots ; fromPartial ( object : { snapshots ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } [] ; } ) : ResponseListSnapshots ; fromProtoMsg ( message : ResponseListSnapshotsProtoMsg ) : ResponseListSnapshots ; toAmino ( message : ResponseListSnapshots ) : ResponseListSnapshotsAmino ; toProto ( message : ResponseListSnapshots ) : Uint8Array ; toProtoMsg ( message : ResponseListSnapshots ) : ResponseListSnapshotsProtoMsg ; } ; ResponseLoadSnapshotChunk : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseLoadSnapshotChunk ; encode ( message : ResponseLoadSnapshotChunk ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseLoadSnapshotChunkAmino ) : ResponseLoadSnapshotChunk ; fromAminoMsg ( object : ResponseLoadSnapshotChunkAminoMsg ) : ResponseLoadSnapshotChunk ; fromPartial ( object : { chunk ?: Uint8Array ; } ) : ResponseLoadSnapshotChunk ; fromProtoMsg ( message : ResponseLoadSnapshotChunkProtoMsg ) : ResponseLoadSnapshotChunk ; toAmino ( message : ResponseLoadSnapshotChunk ) : ResponseLoadSnapshotChunkAmino ; toProto ( message : ResponseLoadSnapshotChunk ) : Uint8Array ; toProtoMsg ( message : ResponseLoadSnapshotChunk ) : ResponseLoadSnapshotChunkProtoMsg ; } ; ResponseOfferSnapshot : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseOfferSnapshot ; encode ( message : ResponseOfferSnapshot ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseOfferSnapshotAmino ) : ResponseOfferSnapshot ; fromAminoMsg ( object : ResponseOfferSnapshotAminoMsg ) : ResponseOfferSnapshot ; fromPartial ( object : { result ?: ResponseOfferSnapshot_Result ; } ) : ResponseOfferSnapshot ; fromProtoMsg ( message : ResponseOfferSnapshotProtoMsg ) : ResponseOfferSnapshot ; toAmino ( message : ResponseOfferSnapshot ) : ResponseOfferSnapshotAmino ; toProto ( message : ResponseOfferSnapshot ) : Uint8Array ; toProtoMsg ( message : ResponseOfferSnapshot ) : ResponseOfferSnapshotProtoMsg ; } ; ResponseOfferSnapshot_ResultAmino : typeof ResponseOfferSnapshot_Result ; ResponseOfferSnapshot_ResultSDKType : typeof ResponseOfferSnapshot_Result ; ResponseQuery : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseQuery ; encode ( message : ResponseQuery ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseQueryAmino ) : ResponseQuery ; fromAminoMsg ( object : ResponseQueryAminoMsg ) : ResponseQuery ; fromPartial ( object : { code ?: number ; codespace ?: string ; height ?: bigint ; index ?: bigint ; info ?: string ; key ?: Uint8Array ; log ?: string ; proofOps ?: { ops ?: { data ?: Uint8Array ; key ?: Uint8Array ; type ?: string ; } [] ; } ; value ?: Uint8Array ; } ) : ResponseQuery ; fromProtoMsg ( message : ResponseQueryProtoMsg ) : ResponseQuery ; toAmino ( message : ResponseQuery ) : ResponseQueryAmino ; toProto ( message : ResponseQuery ) : Uint8Array ; toProtoMsg ( message : ResponseQuery ) : ResponseQueryProtoMsg ; } ; ResponseSetOption : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ResponseSetOption ; encode ( message : ResponseSetOption ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseSetOptionAmino ) : ResponseSetOption ; fromAminoMsg ( object : ResponseSetOptionAminoMsg ) : ResponseSetOption ; fromPartial ( object : { code ?: number ; info ?: string ; log ?: string ; } ) : ResponseSetOption ; fromProtoMsg ( message : ResponseSetOptionProtoMsg ) : ResponseSetOption ; toAmino ( message : ResponseSetOption ) : ResponseSetOptionAmino ; toProto ( message : ResponseSetOption ) : Uint8Array ; toProtoMsg ( message : ResponseSetOption ) : ResponseSetOptionProtoMsg ; } ; Snapshot : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Snapshot ; encode ( message : Snapshot ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : SnapshotAmino ) : Snapshot ; fromAminoMsg ( object : SnapshotAminoMsg ) : Snapshot ; fromPartial ( object : { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } ) : Snapshot ; fromProtoMsg ( message : SnapshotProtoMsg ) : Snapshot ; toAmino ( message : Snapshot ) : SnapshotAmino ; toProto ( message : Snapshot ) : Uint8Array ; toProtoMsg ( message : Snapshot ) : SnapshotProtoMsg ; } ; TxResult : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : TxResult ; encode ( message : TxResult ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : TxResultAmino ) : TxResult ; fromAminoMsg ( object : TxResultAminoMsg ) : TxResult ; fromPartial ( object : { height ?: bigint ; index ?: number ; result ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...
; key ?: ...
; value ?: ...
; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; tx ?: Uint8Array ; } ) : TxResult ; fromProtoMsg ( message : TxResultProtoMsg ) : TxResult ; toAmino ( message : TxResult ) : TxResultAmino ; toProto ( message : TxResult ) : Uint8Array ; toProtoMsg ( message : TxResult ) : TxResultProtoMsg ; } ; 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 ; power ?: bigint ; } ) : Validator ; fromProtoMsg ( message : ValidatorProtoMsg ) : Validator ; toAmino ( message : Validator ) : ValidatorAmino ; toProto ( message : Validator ) : Uint8Array ; toProtoMsg ( message : Validator ) : ValidatorProtoMsg ; } ; ValidatorUpdate : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorUpdate ; encode ( message : ValidatorUpdate ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorUpdateAmino ) : ValidatorUpdate ; fromAminoMsg ( object : ValidatorUpdateAminoMsg ) : ValidatorUpdate ; fromPartial ( object : { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } ) : ValidatorUpdate ; fromProtoMsg ( message : ValidatorUpdateProtoMsg ) : ValidatorUpdate ; toAmino ( message : ValidatorUpdate ) : ValidatorUpdateAmino ; toProto ( message : ValidatorUpdate ) : Uint8Array ; toProtoMsg ( message : ValidatorUpdate ) : ValidatorUpdateProtoMsg ; } ; VoteInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : VoteInfo ; encode ( message : VoteInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VoteInfoAmino ) : VoteInfo ; fromAminoMsg ( object : VoteInfoAminoMsg ) : VoteInfo ; fromPartial ( object : { signedLastBlock ?: boolean ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } ) : VoteInfo ; fromProtoMsg ( message : VoteInfoProtoMsg ) : VoteInfo ; toAmino ( message : VoteInfo ) : VoteInfoAmino ; toProto ( message : VoteInfo ) : Uint8Array ; toProtoMsg ( message : VoteInfo ) : VoteInfoProtoMsg ; } ; checkTxTypeFromJSON ( object : any ) : CheckTxType ; checkTxTypeToJSON ( object : CheckTxType ) : string ; evidenceTypeFromJSON ( object : any ) : EvidenceType ; evidenceTypeToJSON ( object : EvidenceType ) : string ; responseApplySnapshotChunk_ResultFromJSON ( object : any ) : ResponseApplySnapshotChunk_Result ; responseApplySnapshotChunk_ResultToJSON ( object : ResponseApplySnapshotChunk_Result ) : string ; responseOfferSnapshot_ResultFromJSON ( object : any ) : ResponseOfferSnapshot_Result ; responseOfferSnapshot_ResultToJSON ( object : ResponseOfferSnapshot_Result ) : string ; } = ... Type declaration type Url : string decode : functiondecode ( input , length ? ) : BlockParams Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4571 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4562 from Amino : functionfrom Amino ( object ) : BlockParams Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4597 from Amino Msg : functionfrom Amino Msg ( object ) : BlockParams Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4613 from Partial : functionfrom Partial ( object ) : BlockParams Parameters object : { maxBytes ?: bigint ; maxGas ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: bigint Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4591 from Proto Msg : functionfrom Proto Msg ( message ) : BlockParams Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4616 to Amino : functionto Amino ( message ) : BlockParamsAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4607 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4619 to Proto Msg : functionto Proto Msg ( message ) : BlockParamsProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4622 Check Tx Type Amino : typeof CheckTxType Check Tx TypeSDKType : typeof CheckTxType type Url : string decode : functiondecode ( input , length ? ) : ConsensusParams Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4480 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4465 from Amino : functionfrom Amino ( object ) : ConsensusParams Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4514 from Amino Msg : functionfrom Amino Msg ( object ) : ConsensusParams Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4538 from Partial : functionfrom Partial ( object ) : ConsensusParams Parameters object : { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } Optional
block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: 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/abci/types.ts:4506 from Proto Msg : functionfrom Proto Msg ( message ) : ConsensusParams Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4541 to Amino : functionto Amino ( message ) : ConsensusParamsAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4530 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4544 to Proto Msg : functionEvent : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Event ; encode ( message : Event , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : EventAmino ) : Event ; fromAminoMsg ( object : EventAminoMsg ) : Event ; fromPartial ( object : { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } ) : Event ; fromProtoMsg ( message : EventProtoMsg ) : Event ; toAmino ( message : Event ) : EventAmino ; toProto ( message : Event ) : Uint8Array ; toProtoMsg ( message : Event ) : EventProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Event Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4723 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4714 from Amino : functionfrom Amino ( object ) : Event Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4749 from Amino Msg : functionfrom Amino Msg ( object ) : Event Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4767 from Partial : functionfrom Partial ( object ) : Event Parameters object : { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } Optional
attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] Optional
type ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4743 from Proto Msg : functionfrom Proto Msg ( message ) : Event Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4770 to Amino : functionto Amino ( message ) : EventAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4757 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4773 to Proto Msg : functionto Proto Msg ( message ) : EventProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4776 type Url : string decode : functiondecode ( input , length ? ) : EventAttribute Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4804 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4792 from Amino : functionfrom Amino ( object ) : EventAttribute Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4834 from Amino Msg : functionfrom Amino Msg ( object ) : EventAttribute Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4854 from Partial : functionfrom Partial ( object ) : EventAttribute Parameters object : { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } Optional
index ?: boolean Optional
key ?: Uint8Array Optional
value ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4827 from Proto Msg : functionfrom Proto Msg ( message ) : EventAttribute Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4857 to Amino : functionto Amino ( message ) : EventAttributeAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4847 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4860 to Proto Msg : functionto Proto Msg ( message ) : EventAttributeProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4863 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 : { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: Uint8Array ; power ?: 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/abci/types.ts:5223 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5205 from Amino : functionfrom Amino ( object ) : Evidence Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5261 from Amino Msg : functionfrom Amino Msg ( object ) : Evidence Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5289 from Partial : functionfrom Partial ( object ) : Evidence Parameters object : { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } Optional
height ?: bigint Optional
time ?: Date Optional
total Voting Power ?: bigint Optional
validator ?: { address ?: Uint8Array ; power ?: bigint ; } Optional
address ?: Uint8Array Optional
power ?: bigint Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5252 from Proto Msg : functionfrom Proto Msg ( message ) : Evidence Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5292 to Amino : functionto Amino ( message ) : EvidenceAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5280 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5295 to Proto Msg : functionto Proto Msg ( message ) : EvidenceProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5298 Evidence Type Amino : typeof EvidenceType Evidence TypeSDKType : typeof EvidenceType type Url : string decode : functiondecode ( input , length ? ) : LastCommitInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4646 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4637 from Amino : functionfrom Amino ( object ) : LastCommitInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4672 from Amino Msg : functionfrom Amino Msg ( object ) : LastCommitInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4690 from Partial : functionfrom Partial ( object ) : LastCommitInfo Parameters object : { round ?: number ; votes ?: { signedLastBlock ?: boolean ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } [] ; } Optional
round ?: number Optional
votes ?: { signedLastBlock ?: boolean ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } [] Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4666 from Proto Msg : functionfrom Proto Msg ( message ) : LastCommitInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4693 to Amino : functionto Amino ( message ) : LastCommitInfoAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4680 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4696 to Proto Msg : functionto Proto Msg ( message ) : LastCommitInfoProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4699 Request : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Request ; encode ( message : Request , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestAmino ) : Request ; fromAminoMsg ( object : RequestAminoMsg ) : Request ; fromPartial ( object : { applySnapshotChunk ?: { chunk ?: Uint8Array ; index ?: number ; sender ?: string ; } ; beginBlock ?: { byzantineValidators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: ( ...) | ( ...) ; power ?: ( ...) | ( ...) ; } ; } [] ; hash ?: Uint8Array ; 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 ; } ; } ; lastCommitInfo ?: { round ?: number ; votes ?: { signedLastBlock ?: ( ...) | ( ...) | ( ...) ; validator ?: ( ...) | ( ...) ; } [] ; } ; } ; checkTx ?: { tx ?: Uint8Array ; type ?: CheckTxType ; } ; commit ?: {} ; deliverTx ?: { tx ?: Uint8Array ; } ; echo ?: { message ?: string ; } ; endBlock ?: { height ?: bigint ; } ; flush ?: {} ; info ?: { blockVersion ?: bigint ; p2pVersion ?: bigint ; version ?: string ; } ; initChain ?: { appStateBytes ?: Uint8Array ; chainId ?: string ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; initialHeight ?: bigint ; time ?: Date ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } ; listSnapshots ?: {} ; loadSnapshotChunk ?: { chunk ?: number ; format ?: number ; height ?: bigint ; } ; offerSnapshot ?: { appHash ?: Uint8Array ; snapshot ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } ; } ; query ?: { data ?: Uint8Array ; height ?: bigint ; path ?: string ; prove ?: boolean ; } ; setOption ?: { key ?: string ; value ?: string ; } ; } ) : Request ; fromProtoMsg ( message : RequestProtoMsg ) : Request ; toAmino ( message : Request ) : RequestAmino ; toProto ( message : Request ) : Uint8Array ; toProtoMsg ( message : Request ) : RequestProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Request Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1458 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1410 from Amino : functionfrom Amino ( object ) : Request Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1536 from Amino Msg : functionfrom Amino Msg ( object ) : Request Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1604 from Partial : functionfrom Partial ( object ) : Request Parameters object : { applySnapshotChunk ?: { chunk ?: Uint8Array ; index ?: number ; sender ?: string ; } ; beginBlock ?: { byzantineValidators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: ( ...) | ( ...) ; power ?: ( ...) | ( ...) ; } ; } [] ; hash ?: Uint8Array ; 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 ; } ; } ; lastCommitInfo ?: { round ?: number ; votes ?: { signedLastBlock ?: ( ...) | ( ...) | ( ...) ; validator ?: ( ...) | ( ...) ; } [] ; } ; } ; checkTx ?: { tx ?: Uint8Array ; type ?: CheckTxType ; } ; commit ?: {} ; deliverTx ?: { tx ?: Uint8Array ; } ; echo ?: { message ?: string ; } ; endBlock ?: { height ?: bigint ; } ; flush ?: {} ; info ?: { blockVersion ?: bigint ; p2pVersion ?: bigint ; version ?: string ; } ; initChain ?: { appStateBytes ?: Uint8Array ; chainId ?: string ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; initialHeight ?: bigint ; time ?: Date ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } ; listSnapshots ?: {} ; loadSnapshotChunk ?: { chunk ?: number ; format ?: number ; height ?: bigint ; } ; offerSnapshot ?: { appHash ?: Uint8Array ; snapshot ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } ; } ; query ?: { data ?: Uint8Array ; height ?: bigint ; path ?: string ; prove ?: boolean ; } ; setOption ?: { key ?: string ; value ?: string ; } ; } Optional
apply Snapshot Chunk ?: { chunk ?: Uint8Array ; index ?: number ; sender ?: string ; } Optional
chunk ?: Uint8Array Optional
index ?: number Optional
sender ?: string Optional
begin Block ?: { byzantineValidators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: ( ...) | ( ...) ; power ?: ( ...) | ( ...) ; } ; } [] ; hash ?: Uint8Array ; 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 ; } ; } ; lastCommitInfo ?: { round ?: number ; votes ?: { signedLastBlock ?: ( ...) | ( ...) | ( ...) ; validator ?: ( ...) | ( ...) ; } [] ; } ; } Optional
byzantine Validators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: ( ...) | ( ...) ; power ?: ( ...) | ( ...) ; } ; } [] Optional
hash ?: Uint8Array 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
last Commit Info ?: { round ?: number ; votes ?: { signedLastBlock ?: ( ...) | ( ...) | ( ...) ; validator ?: ( ...) | ( ...) ; } [] ; } Optional
round ?: number Optional
votes ?: { signedLastBlock ?: ( ...) | ( ...) | ( ...) ; validator ?: ( ...) | ( ...) ; } [] Optional
check Tx ?: { tx ?: Uint8Array ; type ?: CheckTxType ; } Optional
commit ?: {} Optional
deliver Tx ?: { tx ?: Uint8Array ; } Optional
echo ?: { message ?: string ; } Optional
end Block ?: { height ?: bigint ; } Optional
flush ?: {} Optional
info ?: { blockVersion ?: bigint ; p2pVersion ?: bigint ; version ?: string ; } Optional
block Version ?: bigint Optional
p2p Version ?: bigint Optional
version ?: string Optional
init Chain ?: { appStateBytes ?: Uint8Array ; chainId ?: string ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; initialHeight ?: bigint ; time ?: Date ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } Optional
app State Bytes ?: Uint8Array Optional
chain Id ?: string Optional
consensus Params ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } Optional
block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: bigint Optional
evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } Optional
max Age Duration ?: { nanos ?: ...; seconds ?: ...; } Optional
nanos ?: ...Optional
seconds ?: ...Optional
max Age Num Blocks ?: bigint Optional
max Bytes ?: bigint Optional
validator ?: { pubKeyTypes ?: ( ...) [] ; } Optional
pub Key Types ?: ( ...) [] Optional
version ?: { appVersion ?: bigint ; } Optional
app Version ?: bigint Optional
initial Height ?: bigint Optional
time ?: Date Optional
validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] Optional
list Snapshots ?: {} Optional
load Snapshot Chunk ?: { chunk ?: number ; format ?: number ; height ?: bigint ; } Optional
chunk ?: number Optional
format ?: number Optional
height ?: bigint Optional
offer Snapshot ?: { appHash ?: Uint8Array ; snapshot ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } ; } Optional
app Hash ?: Uint8Array Optional
snapshot ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } Optional
chunks ?: number Optional
format ?: number Optional
hash ?: Uint8Array Optional
height ?: bigint Optional
metadata ?: Uint8Array Optional
query ?: { data ?: Uint8Array ; height ?: bigint ; path ?: string ; prove ?: boolean ; } Optional
data ?: Uint8Array Optional
height ?: bigint Optional
path ?: string Optional
prove ?: boolean Optional
set Option ?: { key ?: string ; value ?: string ; } Optional
key ?: string Optional
value ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1517 from Proto Msg : functionfrom Proto Msg ( message ) : Request Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1607 to Amino : functionto Amino ( message ) : RequestAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1585 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1610 to Proto Msg : functionto Proto Msg ( message ) : RequestProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1613 type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2692 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : RequestApplySnapshotChunk Parameters object : { chunk ?: Uint8Array ; index ?: number ; sender ?: string ; } Optional
chunk ?: Uint8Array Optional
index ?: number Optional
sender ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2727 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2760 to Proto Msg : functionRequest Begin Block : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : RequestBeginBlock ; encode ( message : RequestBeginBlock , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestBeginBlockAmino ) : RequestBeginBlock ; fromAminoMsg ( object : RequestBeginBlockAminoMsg ) : RequestBeginBlock ; fromPartial ( object : { byzantineValidators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } [] ; hash ?: 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 ; } ; } ; lastCommitInfo ?: { round ?: number ; votes ?: { signedLastBlock ?: boolean ; validator ?: { address ?: ( ...) | ( ...) ; power ?: ( ...) | ( ...) ; } ; } [] ; } ; } ) : RequestBeginBlock ; fromProtoMsg ( message : RequestBeginBlockProtoMsg ) : RequestBeginBlock ; toAmino ( message : RequestBeginBlock ) : RequestBeginBlockAmino ; toProto ( message : RequestBeginBlock ) : Uint8Array ; toProtoMsg ( message : RequestBeginBlock ) : RequestBeginBlockProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : RequestBeginBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2144 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2129 from Amino : functionfrom Amino ( object ) : RequestBeginBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2178 from Amino Msg : functionfrom Amino Msg ( object ) : RequestBeginBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2204 from Partial : functionfrom Partial ( object ) : RequestBeginBlock Parameters object : { byzantineValidators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } [] ; hash ?: 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 ; } ; } ; lastCommitInfo ?: { round ?: number ; votes ?: { signedLastBlock ?: boolean ; validator ?: { address ?: ( ...) | ( ...) ; power ?: ( ...) | ( ...) ; } ; } [] ; } ; } Optional
byzantine Validators ?: { height ?: bigint ; time ?: Date ; totalVotingPower ?: bigint ; type ?: EvidenceType ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } [] Optional
hash ?: 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 Optional
last Commit Info ?: { round ?: number ; votes ?: { signedLastBlock ?: boolean ; validator ?: { address ?: ( ...) | ( ...) ; power ?: ( ...) | ( ...) ; } ; } [] ; } Optional
round ?: number Optional
votes ?: { signedLastBlock ?: boolean ; validator ?: { address ?: ( ...) | ( ...) ; power ?: ( ...) | ( ...) ; } ; } [] Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2170 from Proto Msg : functionfrom Proto Msg ( message ) : RequestBeginBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2207 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2210 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : RequestCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2237 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2228 from Amino : functionfrom Amino ( object ) : RequestCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2263 from Amino Msg : functionfrom Amino Msg ( object ) : RequestCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2279 from Partial : functionfrom Partial ( object ) : RequestCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2257 from Proto Msg : functionfrom Proto Msg ( message ) : RequestCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2282 to Amino : functionto Amino ( message ) : RequestCheckTxAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2273 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2285 to Proto Msg : functionto Proto Msg ( message ) : RequestCheckTxProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2288 type Url : string decode : functiondecode ( input , length ? ) : RequestCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2429 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2426 from Amino : functionfrom Amino ( _ ) : RequestCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2447 from Amino Msg : functionfrom Amino Msg ( object ) : RequestCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2455 from Partial : functionfrom Partial ( _ ) : RequestCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2443 from Proto Msg : functionfrom Proto Msg ( message ) : RequestCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2458 to Amino : functionto Amino ( _ ) : RequestCommitAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2451 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2461 to Proto Msg : functionto Proto Msg ( message ) : RequestCommitProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2464 type Url : string decode : functiondecode ( input , length ? ) : RequestDeliverTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2308 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2302 from Amino : functionfrom Amino ( object ) : RequestDeliverTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2330 from Amino Msg : functionfrom Amino Msg ( object ) : RequestDeliverTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2342 from Partial : functionfrom Partial ( object ) : RequestDeliverTx Parameters object : { tx ?: Uint8Array ; } Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2325 from Proto Msg : functionfrom Proto Msg ( message ) : RequestDeliverTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2345 to Amino : functionto Amino ( message ) : RequestDeliverTxAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2337 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2348 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : RequestEcho Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1633 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1627 from Amino : functionfrom Amino ( object ) : RequestEcho Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1655 from Amino Msg : functionfrom Amino Msg ( object ) : RequestEcho Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1667 from Partial : functionfrom Partial ( object ) : RequestEcho Parameters object : { message ?: string ; } Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1650 from Proto Msg : functionfrom Proto Msg ( message ) : RequestEcho Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1670 to Amino : functionto Amino ( message ) : RequestEchoAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1662 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1673 to Proto Msg : functionto Proto Msg ( message ) : RequestEchoProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1676 type Url : string decode : functiondecode ( input , length ? ) : RequestEndBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2371 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2365 from Amino : functionfrom Amino ( object ) : RequestEndBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2393 from Amino Msg : functionfrom Amino Msg ( object ) : RequestEndBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2405 from Partial : functionfrom Partial ( object ) : RequestEndBlock Parameters object : { height ?: bigint ; } Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2388 from Proto Msg : functionfrom Proto Msg ( message ) : RequestEndBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2408 to Amino : functionto Amino ( message ) : RequestEndBlockAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2400 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2411 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : RequestFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1691 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1688 from Amino : functionfrom Amino ( _ ) : RequestFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1709 from Amino Msg : functionfrom Amino Msg ( object ) : RequestFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1717 from Partial : functionfrom Partial ( _ ) : RequestFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1705 from Proto Msg : functionfrom Proto Msg ( message ) : RequestFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1720 to Amino : functionto Amino ( _ ) : RequestFlushAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1713 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1723 to Proto Msg : functionto Proto Msg ( message ) : RequestFlushProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1726 type Url : string decode : functiondecode ( input , length ? ) : RequestInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1754 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1742 from Amino : functionfrom Amino ( object ) : RequestInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1784 from Amino Msg : functionfrom Amino Msg ( object ) : RequestInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1804 from Partial : functionfrom Partial ( object ) : RequestInfo Parameters object : { blockVersion ?: bigint ; p2pVersion ?: bigint ; version ?: string ; } Optional
block Version ?: bigint Optional
p2p Version ?: bigint Optional
version ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1777 from Proto Msg : functionfrom Proto Msg ( message ) : RequestInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1807 to Amino : functionto Amino ( message ) : RequestInfoAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1797 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1810 to Proto Msg : functionto Proto Msg ( message ) : RequestInfoProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1813 Request Init Chain : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : RequestInitChain ; encode ( message : RequestInitChain , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RequestInitChainAmino ) : RequestInitChain ; fromAminoMsg ( object : RequestInitChainAminoMsg ) : RequestInitChain ; fromPartial ( object : { appStateBytes ?: Uint8Array ; chainId ?: string ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; initialHeight ?: bigint ; time ?: Date ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } ) : RequestInitChain ; fromProtoMsg ( message : RequestInitChainProtoMsg ) : RequestInitChain ; toAmino ( message : RequestInitChain ) : RequestInitChainAmino ; toProto ( message : RequestInitChain ) : Uint8Array ; toProtoMsg ( message : RequestInitChain ) : RequestInitChainProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : RequestInitChain Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1928 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1907 from Amino : functionfrom Amino ( object ) : RequestInitChain Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1970 from Amino Msg : functionfrom Amino Msg ( object ) : RequestInitChain Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2004 from Partial : functionfrom Partial ( object ) : RequestInitChain Parameters object : { appStateBytes ?: Uint8Array ; chainId ?: string ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; initialHeight ?: bigint ; time ?: Date ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } Optional
app State Bytes ?: Uint8Array Optional
chain Id ?: string Optional
consensus Params ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } Optional
block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: 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 Optional
initial Height ?: bigint Optional
time ?: Date Optional
validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1960 from Proto Msg : functionfrom Proto Msg ( message ) : RequestInitChain Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2007 to Amino : functionto Amino ( message ) : RequestInitChainAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1990 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2010 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : RequestListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2479 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2476 from Amino : functionfrom Amino ( _ ) : RequestListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2497 from Amino Msg : functionfrom Amino Msg ( object ) : RequestListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2505 from Partial : functionfrom Partial ( _ ) : RequestListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2493 from Proto Msg : functionfrom Proto Msg ( message ) : RequestListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2508 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2511 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2605 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : RequestLoadSnapshotChunk Parameters object : { chunk ?: number ; format ?: number ; height ?: bigint ; } Optional
chunk ?: number Optional
format ?: number Optional
height ?: bigint Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2640 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2673 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : RequestOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2538 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2529 from Amino : functionfrom Amino ( object ) : RequestOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2564 from Amino Msg : functionfrom Amino Msg ( object ) : RequestOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2580 from Partial : functionfrom Partial ( object ) : RequestOfferSnapshot Parameters object : { appHash ?: Uint8Array ; snapshot ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } ; } Optional
app Hash ?: Uint8Array Optional
snapshot ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } Optional
chunks ?: number Optional
format ?: number Optional
hash ?: Uint8Array Optional
height ?: bigint Optional
metadata ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2558 from Proto Msg : functionfrom Proto Msg ( message ) : RequestOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2583 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2586 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : RequestQuery Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2045 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2030 from Amino : functionfrom Amino ( object ) : RequestQuery Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2079 from Amino Msg : functionfrom Amino Msg ( object ) : RequestQuery Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2103 from Partial : functionfrom Partial ( object ) : RequestQuery Parameters object : { data ?: Uint8Array ; height ?: bigint ; path ?: string ; prove ?: boolean ; } Optional
data ?: Uint8Array Optional
height ?: bigint Optional
path ?: string Optional
prove ?: boolean Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2071 from Proto Msg : functionfrom Proto Msg ( message ) : RequestQuery Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2106 to Amino : functionto Amino ( message ) : RequestQueryAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2095 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2109 to Proto Msg : functionto Proto Msg ( message ) : RequestQueryProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2112 type Url : string decode : functiondecode ( input , length ? ) : RequestSetOption Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1837 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1828 from Amino : functionfrom Amino ( object ) : RequestSetOption Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1863 from Amino Msg : functionfrom Amino Msg ( object ) : RequestSetOption Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1879 from Partial : functionfrom Partial ( object ) : RequestSetOption Parameters object : { key ?: string ; value ?: string ; } Optional
key ?: string Optional
value ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1857 from Proto Msg : functionfrom Proto Msg ( message ) : RequestSetOption Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1882 to Amino : functionto Amino ( message ) : RequestSetOptionAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1873 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:1885 to Proto Msg : functionResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Response ; encode ( message : Response , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseAmino ) : Response ; fromAminoMsg ( object : ResponseAminoMsg ) : Response ; fromPartial ( object : { applySnapshotChunk ?: { refetchChunks ?: number [] ; rejectSenders ?: string [] ; result ?: ResponseApplySnapshotChunk_Result ; } ; beginBlock ?: { events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; } ; checkTx ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; commit ?: { data ?: Uint8Array ; retainHeight ?: bigint ; } ; deliverTx ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; echo ?: { message ?: string ; } ; endBlock ?: { consensusParamUpdates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; validatorUpdates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } ; exception ?: { error ?: string ; } ; flush ?: {} ; info ?: { appVersion ?: bigint ; data ?: string ; lastBlockAppHash ?: Uint8Array ; lastBlockHeight ?: bigint ; version ?: string ; } ; initChain ?: { appHash ?: Uint8Array ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } ; listSnapshots ?: { snapshots ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } [] ; } ; loadSnapshotChunk ?: { chunk ?: Uint8Array ; } ; offerSnapshot ?: { result ?: ResponseOfferSnapshot_Result ; } ; query ?: { code ?: number ; codespace ?: string ; height ?: bigint ; index ?: bigint ; info ?: string ; key ?: Uint8Array ; log ?: string ; proofOps ?: { ops ?: { data ?: ( ...) | ( ...) ; key ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; } [] ; } ; value ?: Uint8Array ; } ; setOption ?: { code ?: number ; info ?: string ; log ?: string ; } ; } ) : Response ; fromProtoMsg ( message : ResponseProtoMsg ) : Response ; toAmino ( message : Response ) : ResponseAmino ; toProto ( message : Response ) : Uint8Array ; toProtoMsg ( message : Response ) : ResponseProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Response Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2843 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2792 from Amino : functionfrom Amino ( object ) : Response Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2925 from Amino Msg : functionfrom Amino Msg ( object ) : Response Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2997 from Partial : functionfrom Partial ( object ) : Response Parameters object : { applySnapshotChunk ?: { refetchChunks ?: number [] ; rejectSenders ?: string [] ; result ?: ResponseApplySnapshotChunk_Result ; } ; beginBlock ?: { events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; } ; checkTx ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; commit ?: { data ?: Uint8Array ; retainHeight ?: bigint ; } ; deliverTx ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; echo ?: { message ?: string ; } ; endBlock ?: { consensusParamUpdates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; validatorUpdates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } ; exception ?: { error ?: string ; } ; flush ?: {} ; info ?: { appVersion ?: bigint ; data ?: string ; lastBlockAppHash ?: Uint8Array ; lastBlockHeight ?: bigint ; version ?: string ; } ; initChain ?: { appHash ?: Uint8Array ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } ; listSnapshots ?: { snapshots ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } [] ; } ; loadSnapshotChunk ?: { chunk ?: Uint8Array ; } ; offerSnapshot ?: { result ?: ResponseOfferSnapshot_Result ; } ; query ?: { code ?: number ; codespace ?: string ; height ?: bigint ; index ?: bigint ; info ?: string ; key ?: Uint8Array ; log ?: string ; proofOps ?: { ops ?: { data ?: ( ...) | ( ...) ; key ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; } [] ; } ; value ?: Uint8Array ; } ; setOption ?: { code ?: number ; info ?: string ; log ?: string ; } ; } Optional
apply Snapshot Chunk ?: { refetchChunks ?: number [] ; rejectSenders ?: string [] ; result ?: ResponseApplySnapshotChunk_Result ; } Optional
refetch Chunks ?: number [] Optional
reject Senders ?: string [] Optional
begin Block ?: { events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; } Optional
events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] Optional
check Tx ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } Optional
code ?: number Optional
codespace ?: string Optional
data ?: Uint8Array Optional
events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] Optional
gas Used ?: bigint Optional
gas Wanted ?: bigint Optional
info ?: string Optional
log ?: string Optional
commit ?: { data ?: Uint8Array ; retainHeight ?: bigint ; } Optional
data ?: Uint8Array Optional
retain Height ?: bigint Optional
deliver Tx ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } Optional
code ?: number Optional
codespace ?: string Optional
data ?: Uint8Array Optional
events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] Optional
gas Used ?: bigint Optional
gas Wanted ?: bigint Optional
info ?: string Optional
log ?: string Optional
echo ?: { message ?: string ; } Optional
end Block ?: { consensusParamUpdates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; validatorUpdates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } Optional
consensus Param Updates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } Optional
block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: bigint Optional
evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } Optional
max Age Duration ?: { nanos ?: ...; seconds ?: ...; } Optional
nanos ?: ...Optional
seconds ?: ...Optional
max Age Num Blocks ?: bigint Optional
max Bytes ?: bigint Optional
validator ?: { pubKeyTypes ?: ( ...) [] ; } Optional
pub Key Types ?: ( ...) [] Optional
version ?: { appVersion ?: bigint ; } Optional
app Version ?: bigint Optional
events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] Optional
validator Updates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] Optional
exception ?: { error ?: string ; } Optional
flush ?: {} Optional
info ?: { appVersion ?: bigint ; data ?: string ; lastBlockAppHash ?: Uint8Array ; lastBlockHeight ?: bigint ; version ?: string ; } Optional
app Version ?: bigint Optional
data ?: string Optional
last Block App Hash ?: Uint8Array Optional
last Block Height ?: bigint Optional
version ?: string Optional
init Chain ?: { appHash ?: Uint8Array ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] ; } Optional
app Hash ?: Uint8Array Optional
consensus Params ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: ( ...) [] ; } ; version ?: { appVersion ?: bigint ; } ; } Optional
block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: bigint Optional
evidence ?: { maxAgeDuration ?: { nanos ?: ...; seconds ?: ...; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } Optional
max Age Duration ?: { nanos ?: ...; seconds ?: ...; } Optional
nanos ?: ...Optional
seconds ?: ...Optional
max Age Num Blocks ?: bigint Optional
max Bytes ?: bigint Optional
validator ?: { pubKeyTypes ?: ( ...) [] ; } Optional
pub Key Types ?: ( ...) [] Optional
version ?: { appVersion ?: bigint ; } Optional
app Version ?: bigint Optional
validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: ( ...) | ( ...) ; secp256k1 ?: ( ...) | ( ...) ; } ; } [] Optional
list Snapshots ?: { snapshots ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } [] ; } Optional
snapshots ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } [] Optional
load Snapshot Chunk ?: { chunk ?: Uint8Array ; } Optional
chunk ?: Uint8Array Optional
query ?: { code ?: number ; codespace ?: string ; height ?: bigint ; index ?: bigint ; info ?: string ; key ?: Uint8Array ; log ?: string ; proofOps ?: { ops ?: { data ?: ( ...) | ( ...) ; key ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; } [] ; } ; value ?: Uint8Array ; } Optional
code ?: number Optional
codespace ?: string Optional
height ?: bigint Optional
index ?: bigint Optional
info ?: string Optional
key ?: Uint8Array Optional
log ?: string Optional
proof Ops ?: { ops ?: { data ?: ( ...) | ( ...) ; key ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; } [] ; } Optional
ops ?: { data ?: ( ...) | ( ...) ; key ?: ( ...) | ( ...) ; type ?: ( ...) | ( ...) ; } [] Optional
value ?: Uint8Array Optional
set Option ?: { code ?: number ; info ?: string ; log ?: string ; } Optional
code ?: number Optional
info ?: string Optional
log ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2905 from Proto Msg : functionfrom Proto Msg ( message ) : Response Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3000 to Amino : functionto Amino ( message ) : ResponseAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:2977 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3003 to Proto Msg : functionto Proto Msg ( message ) : ResponseProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3006 type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4364 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ResponseApplySnapshotChunk Parameters object : { refetchChunks ?: number [] ; rejectSenders ?: string [] ; result ?: ResponseApplySnapshotChunk_Result ; } Optional
refetch Chunks ?: number [] Optional
reject Senders ?: string [] Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4408 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4445 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ResponseBeginBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3648 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3642 from Amino : functionfrom Amino ( object ) : ResponseBeginBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3670 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseBeginBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3684 from Partial : functionfrom Partial ( object ) : ResponseBeginBlock Parameters object : { events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; } Optional
events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3665 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseBeginBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3687 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3690 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ResponseCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3741 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3714 from Amino : functionfrom Amino ( object ) : ResponseCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3791 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3833 from Partial : functionfrom Partial ( object ) : ResponseCheckTx Parameters object : { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } Optional
code ?: number Optional
codespace ?: string Optional
data ?: Uint8Array Optional
events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] Optional
gas Used ?: bigint Optional
gas Wanted ?: bigint Optional
info ?: string Optional
log ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3779 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseCheckTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3836 to Amino : functionto Amino ( message ) : ResponseCheckTxAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3817 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3839 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ResponseCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4106 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4097 from Amino : functionfrom Amino ( object ) : ResponseCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4132 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4148 from Partial : functionfrom Partial ( object ) : ResponseCommit Parameters object : { data ?: Uint8Array ; retainHeight ?: bigint ; } Optional
data ?: Uint8Array Optional
retain Height ?: bigint Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4126 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseCommit Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4151 to Amino : functionto Amino ( message ) : ResponseCommitAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4142 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4154 to Proto Msg : functionto Proto Msg ( message ) : ResponseCommitProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4157 type Url : string decode : functiondecode ( input , length ? ) : ResponseDeliverTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3890 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3863 from Amino : functionfrom Amino ( object ) : ResponseDeliverTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3940 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseDeliverTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3982 from Partial : functionfrom Partial ( object ) : ResponseDeliverTx Parameters object : { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } Optional
code ?: number Optional
codespace ?: string Optional
data ?: Uint8Array Optional
events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] Optional
gas Used ?: bigint Optional
gas Wanted ?: bigint Optional
info ?: string Optional
log ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3928 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseDeliverTx Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3985 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3988 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ResponseEcho Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3089 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3083 from Amino : functionfrom Amino ( object ) : ResponseEcho Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3111 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseEcho Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3123 from Partial : functionfrom Partial ( object ) : ResponseEcho Parameters object : { message ?: string ; } Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3106 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseEcho Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3126 to Amino : functionto Amino ( message ) : ResponseEchoAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3118 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3129 to Proto Msg : functionto Proto Msg ( message ) : ResponseEchoProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3132 Response End Block : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : ResponseEndBlock ; encode ( message : ResponseEndBlock , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseEndBlockAmino ) : ResponseEndBlock ; fromAminoMsg ( object : ResponseEndBlockAminoMsg ) : ResponseEndBlock ; fromPartial ( object : { consensusParamUpdates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; validatorUpdates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } ) : ResponseEndBlock ; fromProtoMsg ( message : ResponseEndBlockProtoMsg ) : ResponseEndBlock ; toAmino ( message : ResponseEndBlock ) : ResponseEndBlockAmino ; toProto ( message : ResponseEndBlock ) : Uint8Array ; toProtoMsg ( message : ResponseEndBlock ) : ResponseEndBlockProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : ResponseEndBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4019 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4007 from Amino : functionfrom Amino ( object ) : ResponseEndBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4049 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseEndBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4073 from Partial : functionfrom Partial ( object ) : ResponseEndBlock Parameters object : { consensusParamUpdates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] ; validatorUpdates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } Optional
consensus Param Updates ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } Optional
block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: 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 Optional
events ?: { attributes ?: { index ?: boolean ; key ?: Uint8Array ; value ?: Uint8Array ; } [] ; type ?: string ; } [] Optional
validator Updates ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4042 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseEndBlock Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4076 to Amino : functionto Amino ( message ) : ResponseEndBlockAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4058 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4079 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ResponseException Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3026 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3020 from Amino : functionfrom Amino ( object ) : ResponseException Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3048 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseException Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3060 from Partial : functionfrom Partial ( object ) : ResponseException Parameters object : { error ?: string ; } Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3043 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseException Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3063 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3066 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ResponseFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3147 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3144 from Amino : functionfrom Amino ( _ ) : ResponseFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3165 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3173 from Partial : functionfrom Partial ( _ ) : ResponseFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3161 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseFlush Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3176 to Amino : functionto Amino ( _ ) : ResponseFlushAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3169 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3179 to Proto Msg : functionto Proto Msg ( message ) : ResponseFlushProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3182 type Url : string decode : functiondecode ( input , length ? ) : ResponseInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3218 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3200 from Amino : functionfrom Amino ( object ) : ResponseInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3256 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3284 from Partial : functionfrom Partial ( object ) : ResponseInfo Parameters object : { appVersion ?: bigint ; data ?: string ; lastBlockAppHash ?: Uint8Array ; lastBlockHeight ?: bigint ; version ?: string ; } Optional
app Version ?: bigint Optional
data ?: string Optional
last Block App Hash ?: Uint8Array Optional
last Block Height ?: bigint Optional
version ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3247 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3287 to Amino : functionto Amino ( message ) : ResponseInfoAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3275 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3290 to Proto Msg : functionto Proto Msg ( message ) : ResponseInfoProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3293 Response Init Chain : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : ResponseInitChain ; encode ( message : ResponseInitChain , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseInitChainAmino ) : ResponseInitChain ; fromAminoMsg ( object : ResponseInitChainAminoMsg ) : ResponseInitChain ; fromPartial ( object : { appHash ?: Uint8Array ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } ) : ResponseInitChain ; fromProtoMsg ( message : ResponseInitChainProtoMsg ) : ResponseInitChain ; toAmino ( message : ResponseInitChain ) : ResponseInitChainAmino ; toProto ( message : ResponseInitChain ) : Uint8Array ; toProtoMsg ( message : ResponseInitChain ) : ResponseInitChainProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : ResponseInitChain Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3408 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3396 from Amino : functionfrom Amino ( object ) : ResponseInitChain Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3438 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseInitChain Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3460 from Partial : functionfrom Partial ( object ) : ResponseInitChain Parameters object : { appHash ?: Uint8Array ; consensusParams ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } ; validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] ; } Optional
app Hash ?: Uint8Array Optional
consensus Params ?: { block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } ; evidence ?: { maxAgeDuration ?: { nanos ?: number ; seconds ?: bigint ; } ; maxAgeNumBlocks ?: bigint ; maxBytes ?: bigint ; } ; validator ?: { pubKeyTypes ?: string [] ; } ; version ?: { appVersion ?: bigint ; } ; } Optional
block ?: { maxBytes ?: bigint ; maxGas ?: bigint ; } Optional
max Bytes ?: bigint Optional
max Gas ?: 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 Optional
validators ?: { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } [] Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3431 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseInitChain Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3463 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3466 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ResponseListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4177 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4171 from Amino : functionfrom Amino ( object ) : ResponseListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4199 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4213 from Partial : functionfrom Partial ( object ) : ResponseListSnapshots Parameters object : { snapshots ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } [] ; } Optional
snapshots ?: { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } [] Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4194 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseListSnapshots Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4216 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4219 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4299 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ResponseLoadSnapshotChunk Parameters object : { chunk ?: Uint8Array ; } Optional
chunk ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4322 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4345 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ResponseOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4242 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4236 from Amino : functionfrom Amino ( object ) : ResponseOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4264 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4276 from Partial : functionfrom Partial ( object ) : ResponseOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4259 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseOfferSnapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4279 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4282 to Proto Msg : functionResponse Query : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : ResponseQuery ; encode ( message : ResponseQuery , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ResponseQueryAmino ) : ResponseQuery ; fromAminoMsg ( object : ResponseQueryAminoMsg ) : ResponseQuery ; fromPartial ( object : { code ?: number ; codespace ?: string ; height ?: bigint ; index ?: bigint ; info ?: string ; key ?: Uint8Array ; log ?: string ; proofOps ?: { ops ?: { data ?: Uint8Array ; key ?: Uint8Array ; type ?: string ; } [] ; } ; value ?: Uint8Array ; } ) : ResponseQuery ; fromProtoMsg ( message : ResponseQueryProtoMsg ) : ResponseQuery ; toAmino ( message : ResponseQuery ) : ResponseQueryAmino ; toProto ( message : ResponseQuery ) : Uint8Array ; toProtoMsg ( message : ResponseQuery ) : ResponseQueryProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : ResponseQuery Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3521 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3491 from Amino : functionfrom Amino ( object ) : ResponseQuery Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3575 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseQuery Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3619 from Partial : functionfrom Partial ( object ) : ResponseQuery Parameters object : { code ?: number ; codespace ?: string ; height ?: bigint ; index ?: bigint ; info ?: string ; key ?: Uint8Array ; log ?: string ; proofOps ?: { ops ?: { data ?: Uint8Array ; key ?: Uint8Array ; type ?: string ; } [] ; } ; value ?: Uint8Array ; } Optional
code ?: number Optional
codespace ?: string Optional
height ?: bigint Optional
index ?: bigint Optional
info ?: string Optional
key ?: Uint8Array Optional
log ?: string Optional
proof Ops ?: { ops ?: { data ?: Uint8Array ; key ?: Uint8Array ; type ?: string ; } [] ; } Optional
ops ?: { data ?: Uint8Array ; key ?: Uint8Array ; type ?: string ; } [] Optional
value ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3562 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseQuery Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3622 to Amino : functionto Amino ( message ) : ResponseQueryAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3606 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3625 to Proto Msg : functionto Proto Msg ( message ) : ResponseQueryProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3628 type Url : string decode : functiondecode ( input , length ? ) : ResponseSetOption Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3321 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3309 from Amino : functionfrom Amino ( object ) : ResponseSetOption Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3351 from Amino Msg : functionfrom Amino Msg ( object ) : ResponseSetOption Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3371 from Partial : functionfrom Partial ( object ) : ResponseSetOption Parameters object : { code ?: number ; info ?: string ; log ?: string ; } Optional
code ?: number Optional
info ?: string Optional
log ?: string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3344 from Proto Msg : functionfrom Proto Msg ( message ) : ResponseSetOption Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3374 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:3377 to Proto Msg : functionSnapshot : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Snapshot ; encode ( message : Snapshot , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : SnapshotAmino ) : Snapshot ; fromAminoMsg ( object : SnapshotAminoMsg ) : Snapshot ; fromPartial ( object : { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } ) : Snapshot ; fromProtoMsg ( message : SnapshotProtoMsg ) : Snapshot ; toAmino ( message : Snapshot ) : SnapshotAmino ; toProto ( message : Snapshot ) : Uint8Array ; toProtoMsg ( message : Snapshot ) : SnapshotProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Snapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5334 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5316 from Amino : functionfrom Amino ( object ) : Snapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5372 from Amino Msg : functionfrom Amino Msg ( object ) : Snapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5400 from Partial : functionfrom Partial ( object ) : Snapshot Parameters object : { chunks ?: number ; format ?: number ; hash ?: Uint8Array ; height ?: bigint ; metadata ?: Uint8Array ; } Optional
chunks ?: number Optional
format ?: number Optional
hash ?: Uint8Array Optional
height ?: bigint Optional
metadata ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5363 from Proto Msg : functionfrom Proto Msg ( message ) : Snapshot Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5403 to Amino : functionto Amino ( message ) : SnapshotAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5391 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5406 to Proto Msg : functionto Proto Msg ( message ) : SnapshotProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5409 Tx Result : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : TxResult ; encode ( message : TxResult , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : TxResultAmino ) : TxResult ; fromAminoMsg ( object : TxResultAminoMsg ) : TxResult ; fromPartial ( object : { height ?: bigint ; index ?: number ; result ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; tx ?: Uint8Array ; } ) : TxResult ; fromProtoMsg ( message : TxResultProtoMsg ) : TxResult ; toAmino ( message : TxResult ) : TxResultAmino ; toProto ( message : TxResult ) : Uint8Array ; toProtoMsg ( message : TxResult ) : TxResultProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : TxResult Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4895 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4880 from Amino : functionfrom Amino ( object ) : TxResult Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4929 from Amino Msg : functionfrom Amino Msg ( object ) : TxResult Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4953 from Partial : functionfrom Partial ( object ) : TxResult Parameters object : { height ?: bigint ; index ?: number ; result ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } ; tx ?: Uint8Array ; } Optional
height ?: bigint Optional
index ?: number Optional
result ?: { code ?: number ; codespace ?: string ; data ?: Uint8Array ; events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] ; gasUsed ?: bigint ; gasWanted ?: bigint ; info ?: string ; log ?: string ; } Optional
code ?: number Optional
codespace ?: string Optional
data ?: Uint8Array Optional
events ?: { attributes ?: { index ?: ...; key ?: ...; value ?: ...; } [] ; type ?: string ; } [] Optional
gas Used ?: bigint Optional
gas Wanted ?: bigint Optional
info ?: string Optional
log ?: string Optional
tx ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4921 from Proto Msg : functionfrom Proto Msg ( message ) : TxResult Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4956 to Amino : functionto Amino ( message ) : TxResultAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4945 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4959 to Proto Msg : functionto Proto Msg ( message ) : TxResultProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4962 type Url : string decode : functiondecode ( input , length ? ) : Validator Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4986 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:4977 from Amino : functionfrom Amino ( object ) : Validator Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5012 from Amino Msg : functionfrom Amino Msg ( object ) : Validator Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5028 from Partial : functionfrom Partial ( object ) : Validator Parameters object : { address ?: Uint8Array ; power ?: bigint ; } Optional
address ?: Uint8Array Optional
power ?: bigint Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5006 from Proto Msg : functionfrom Proto Msg ( message ) : Validator Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5031 to Amino : functionto Amino ( message ) : ValidatorAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5022 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5034 to Proto Msg : functionto Proto Msg ( message ) : ValidatorProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5037 type Url : string decode : functiondecode ( input , length ? ) : ValidatorUpdate Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5061 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5052 from Amino : functionfrom Amino ( object ) : ValidatorUpdate Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5087 from Amino Msg : functionfrom Amino Msg ( object ) : ValidatorUpdate Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5103 from Partial : functionfrom Partial ( object ) : ValidatorUpdate Parameters object : { power ?: bigint ; pubKey ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } ; } Optional
power ?: bigint Optional
pub Key ?: { ed25519 ?: Uint8Array ; secp256k1 ?: Uint8Array ; } Optional
ed25519 ?: Uint8Array Optional
secp256k1 ?: Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5081 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorUpdate Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5106 to Amino : functionto Amino ( message ) : ValidatorUpdateAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5097 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5109 to Proto Msg : functionVote Info : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : VoteInfo ; encode ( message : VoteInfo , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VoteInfoAmino ) : VoteInfo ; fromAminoMsg ( object : VoteInfoAminoMsg ) : VoteInfo ; fromPartial ( object : { signedLastBlock ?: boolean ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } ) : VoteInfo ; fromProtoMsg ( message : VoteInfoProtoMsg ) : VoteInfo ; toAmino ( message : VoteInfo ) : VoteInfoAmino ; toProto ( message : VoteInfo ) : Uint8Array ; toProtoMsg ( message : VoteInfo ) : VoteInfoProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : VoteInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5136 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5127 from Amino : functionfrom Amino ( object ) : VoteInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5162 from Amino Msg : functionfrom Amino Msg ( object ) : VoteInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5178 from Partial : functionfrom Partial ( object ) : VoteInfo Parameters object : { signedLastBlock ?: boolean ; validator ?: { address ?: Uint8Array ; power ?: bigint ; } ; } Optional
signed Last Block ?: boolean Optional
validator ?: { address ?: Uint8Array ; power ?: bigint ; } Optional
address ?: Uint8Array Optional
power ?: bigint Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5156 from Proto Msg : functionfrom Proto Msg ( message ) : VoteInfo Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5181 to Amino : functionto Amino ( message ) : VoteInfoAmino Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5172 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5184 to Proto Msg : functionto Proto Msg ( message ) : VoteInfoProtoMsg Defined in packages/proto/src/codegen/tendermint/abci/types.ts:5187 check Tx Type FromJSON : functioncheck Tx Type FromJSON ( object ) : CheckTxType Defined in packages/proto/src/codegen/tendermint/abci/types.ts:16 check Tx Type ToJSON : functioncheck Tx Type ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:30 evidence Type FromJSON : functionevidence Type FromJSON ( object ) : EvidenceType Defined in packages/proto/src/codegen/tendermint/abci/types.ts:173 evidence Type ToJSON : functionevidence Type ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:190 response Apply Snapshot Chunk_ Result FromJSON : functionresponse Apply Snapshot Chunk_ Result ToJSON : functionresponse Apply Snapshot Chunk_ Result ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:146 response Offer Snapshot_ Result FromJSON : functionresponse Offer Snapshot_ Result ToJSON : functionresponse Offer Snapshot_ Result ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/tendermint/abci/types.ts:84 Defined in packages/proto/src/codegen/tendermint/bundle.ts:13
Note: must be greater than 0