UNPKG

@leapwallet/buffer-boba

Version:

Buffer Boba is a library for decoding protocol buffers in the cosmos ecosystem.

803 lines 225 kB
import * as _0 from './ics23/v1/proofs'; import * as _3 from './auth/v1beta1/auth'; import * as _6 from './auth/v1beta1/tx'; import * as _8 from './authz/v1beta1/authz'; import * as _12 from './authz/v1beta1/tx'; import * as _14 from './bank/v1beta1/authz'; import * as _15 from './bank/v1beta1/bank'; import * as _18 from './bank/v1beta1/tx'; import * as _23 from './base/v1beta1/coin'; import * as _27 from './consensus/v1/tx'; import * as _36 from './distribution/v1beta1/distribution'; import * as _39 from './distribution/v1beta1/tx'; import * as _45 from './gov/v1beta1/gov'; import * as _47 from './gov/v1beta1/tx'; import * as _58 from './staking/v1beta1/authz'; import * as _61 from './staking/v1beta1/staking'; import * as _62 from './staking/v1beta1/tx'; import * as _64 from './tx/signing/v1beta1/signing'; import * as _66 from './tx/v1beta1/tx'; import * as _69 from './upgrade/v1beta1/tx'; import * as _70 from './upgrade/v1beta1/upgrade'; export declare namespace cosmos { namespace ics23 { const v1: { hashOpFromJSON(object: any): _0.HashOp; hashOpToJSON(object: _0.HashOp): string; lengthOpFromJSON(object: any): _0.LengthOp; lengthOpToJSON(object: _0.LengthOp): string; HashOp: typeof _0.HashOp; HashOpSDKType: typeof _0.HashOp; HashOpAmino: typeof _0.HashOp; LengthOp: typeof _0.LengthOp; LengthOpSDKType: typeof _0.LengthOp; LengthOpAmino: typeof _0.LengthOp; ExistenceProof: { typeUrl: string; aminoType: string; is(o: any): o is _0.ExistenceProof; isSDK(o: any): o is _0.ExistenceProofSDKType; isAmino(o: any): o is _0.ExistenceProofAmino; encode(message: _0.ExistenceProof, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.ExistenceProof; fromPartial(object: Partial<_0.ExistenceProof>): _0.ExistenceProof; fromAmino(object: _0.ExistenceProofAmino): _0.ExistenceProof; toAmino(message: _0.ExistenceProof): _0.ExistenceProofAmino; fromAminoMsg(object: _0.ExistenceProofAminoMsg): _0.ExistenceProof; toAminoMsg(message: _0.ExistenceProof): _0.ExistenceProofAminoMsg; fromProtoMsg(message: _0.ExistenceProofProtoMsg): _0.ExistenceProof; toProto(message: _0.ExistenceProof): Uint8Array; toProtoMsg(message: _0.ExistenceProof): _0.ExistenceProofProtoMsg; }; NonExistenceProof: { typeUrl: string; aminoType: string; is(o: any): o is _0.NonExistenceProof; isSDK(o: any): o is _0.NonExistenceProofSDKType; isAmino(o: any): o is _0.NonExistenceProofAmino; encode(message: _0.NonExistenceProof, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.NonExistenceProof; fromPartial(object: Partial<_0.NonExistenceProof>): _0.NonExistenceProof; fromAmino(object: _0.NonExistenceProofAmino): _0.NonExistenceProof; toAmino(message: _0.NonExistenceProof): _0.NonExistenceProofAmino; fromAminoMsg(object: _0.NonExistenceProofAminoMsg): _0.NonExistenceProof; toAminoMsg(message: _0.NonExistenceProof): _0.NonExistenceProofAminoMsg; fromProtoMsg(message: _0.NonExistenceProofProtoMsg): _0.NonExistenceProof; toProto(message: _0.NonExistenceProof): Uint8Array; toProtoMsg(message: _0.NonExistenceProof): _0.NonExistenceProofProtoMsg; }; CommitmentProof: { typeUrl: string; aminoType: string; is(o: any): o is _0.CommitmentProof; isSDK(o: any): o is _0.CommitmentProofSDKType; isAmino(o: any): o is _0.CommitmentProofAmino; encode(message: _0.CommitmentProof, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.CommitmentProof; fromPartial(object: Partial<_0.CommitmentProof>): _0.CommitmentProof; fromAmino(object: _0.CommitmentProofAmino): _0.CommitmentProof; toAmino(message: _0.CommitmentProof): _0.CommitmentProofAmino; fromAminoMsg(object: _0.CommitmentProofAminoMsg): _0.CommitmentProof; toAminoMsg(message: _0.CommitmentProof): _0.CommitmentProofAminoMsg; fromProtoMsg(message: _0.CommitmentProofProtoMsg): _0.CommitmentProof; toProto(message: _0.CommitmentProof): Uint8Array; toProtoMsg(message: _0.CommitmentProof): _0.CommitmentProofProtoMsg; }; LeafOp: { typeUrl: string; aminoType: string; is(o: any): o is _0.LeafOp; isSDK(o: any): o is _0.LeafOpSDKType; isAmino(o: any): o is _0.LeafOpAmino; encode(message: _0.LeafOp, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.LeafOp; fromPartial(object: Partial<_0.LeafOp>): _0.LeafOp; fromAmino(object: _0.LeafOpAmino): _0.LeafOp; toAmino(message: _0.LeafOp): _0.LeafOpAmino; fromAminoMsg(object: _0.LeafOpAminoMsg): _0.LeafOp; toAminoMsg(message: _0.LeafOp): _0.LeafOpAminoMsg; fromProtoMsg(message: _0.LeafOpProtoMsg): _0.LeafOp; toProto(message: _0.LeafOp): Uint8Array; toProtoMsg(message: _0.LeafOp): _0.LeafOpProtoMsg; }; InnerOp: { typeUrl: string; aminoType: string; is(o: any): o is _0.InnerOp; isSDK(o: any): o is _0.InnerOpSDKType; isAmino(o: any): o is _0.InnerOpAmino; encode(message: _0.InnerOp, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.InnerOp; fromPartial(object: Partial<_0.InnerOp>): _0.InnerOp; fromAmino(object: _0.InnerOpAmino): _0.InnerOp; toAmino(message: _0.InnerOp): _0.InnerOpAmino; fromAminoMsg(object: _0.InnerOpAminoMsg): _0.InnerOp; toAminoMsg(message: _0.InnerOp): _0.InnerOpAminoMsg; fromProtoMsg(message: _0.InnerOpProtoMsg): _0.InnerOp; toProto(message: _0.InnerOp): Uint8Array; toProtoMsg(message: _0.InnerOp): _0.InnerOpProtoMsg; }; ProofSpec: { typeUrl: string; aminoType: string; is(o: any): o is _0.ProofSpec; isSDK(o: any): o is _0.ProofSpecSDKType; isAmino(o: any): o is _0.ProofSpecAmino; encode(message: _0.ProofSpec, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.ProofSpec; fromPartial(object: Partial<_0.ProofSpec>): _0.ProofSpec; fromAmino(object: _0.ProofSpecAmino): _0.ProofSpec; toAmino(message: _0.ProofSpec): _0.ProofSpecAmino; fromAminoMsg(object: _0.ProofSpecAminoMsg): _0.ProofSpec; toAminoMsg(message: _0.ProofSpec): _0.ProofSpecAminoMsg; fromProtoMsg(message: _0.ProofSpecProtoMsg): _0.ProofSpec; toProto(message: _0.ProofSpec): Uint8Array; toProtoMsg(message: _0.ProofSpec): _0.ProofSpecProtoMsg; }; InnerSpec: { typeUrl: string; aminoType: string; is(o: any): o is _0.InnerSpec; isSDK(o: any): o is _0.InnerSpecSDKType; isAmino(o: any): o is _0.InnerSpecAmino; encode(message: _0.InnerSpec, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.InnerSpec; fromPartial(object: Partial<_0.InnerSpec>): _0.InnerSpec; fromAmino(object: _0.InnerSpecAmino): _0.InnerSpec; toAmino(message: _0.InnerSpec): _0.InnerSpecAmino; fromAminoMsg(object: _0.InnerSpecAminoMsg): _0.InnerSpec; toAminoMsg(message: _0.InnerSpec): _0.InnerSpecAminoMsg; fromProtoMsg(message: _0.InnerSpecProtoMsg): _0.InnerSpec; toProto(message: _0.InnerSpec): Uint8Array; toProtoMsg(message: _0.InnerSpec): _0.InnerSpecProtoMsg; }; BatchProof: { typeUrl: string; aminoType: string; is(o: any): o is _0.BatchProof; isSDK(o: any): o is _0.BatchProofSDKType; isAmino(o: any): o is _0.BatchProofAmino; encode(message: _0.BatchProof, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.BatchProof; fromPartial(object: Partial<_0.BatchProof>): _0.BatchProof; fromAmino(object: _0.BatchProofAmino): _0.BatchProof; toAmino(message: _0.BatchProof): _0.BatchProofAmino; fromAminoMsg(object: _0.BatchProofAminoMsg): _0.BatchProof; toAminoMsg(message: _0.BatchProof): _0.BatchProofAminoMsg; fromProtoMsg(message: _0.BatchProofProtoMsg): _0.BatchProof; toProto(message: _0.BatchProof): Uint8Array; toProtoMsg(message: _0.BatchProof): _0.BatchProofProtoMsg; }; BatchEntry: { typeUrl: string; aminoType: string; is(o: any): o is _0.BatchEntry; isSDK(o: any): o is _0.BatchEntrySDKType; isAmino(o: any): o is _0.BatchEntryAmino; encode(message: _0.BatchEntry, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.BatchEntry; fromPartial(object: Partial<_0.BatchEntry>): _0.BatchEntry; fromAmino(object: _0.BatchEntryAmino): _0.BatchEntry; toAmino(message: _0.BatchEntry): _0.BatchEntryAmino; fromAminoMsg(object: _0.BatchEntryAminoMsg): _0.BatchEntry; toAminoMsg(message: _0.BatchEntry): _0.BatchEntryAminoMsg; fromProtoMsg(message: _0.BatchEntryProtoMsg): _0.BatchEntry; toProto(message: _0.BatchEntry): Uint8Array; toProtoMsg(message: _0.BatchEntry): _0.BatchEntryProtoMsg; }; CompressedBatchProof: { typeUrl: string; aminoType: string; is(o: any): o is _0.CompressedBatchProof; isSDK(o: any): o is _0.CompressedBatchProofSDKType; isAmino(o: any): o is _0.CompressedBatchProofAmino; encode(message: _0.CompressedBatchProof, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.CompressedBatchProof; fromPartial(object: Partial<_0.CompressedBatchProof>): _0.CompressedBatchProof; fromAmino(object: _0.CompressedBatchProofAmino): _0.CompressedBatchProof; toAmino(message: _0.CompressedBatchProof): _0.CompressedBatchProofAmino; fromAminoMsg(object: _0.CompressedBatchProofAminoMsg): _0.CompressedBatchProof; toAminoMsg(message: _0.CompressedBatchProof): _0.CompressedBatchProofAminoMsg; fromProtoMsg(message: _0.CompressedBatchProofProtoMsg): _0.CompressedBatchProof; toProto(message: _0.CompressedBatchProof): Uint8Array; toProtoMsg(message: _0.CompressedBatchProof): _0.CompressedBatchProofProtoMsg; }; CompressedBatchEntry: { typeUrl: string; aminoType: string; is(o: any): o is _0.CompressedBatchEntry; isSDK(o: any): o is _0.CompressedBatchEntrySDKType; isAmino(o: any): o is _0.CompressedBatchEntryAmino; encode(message: _0.CompressedBatchEntry, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.CompressedBatchEntry; fromPartial(object: Partial<_0.CompressedBatchEntry>): _0.CompressedBatchEntry; fromAmino(object: _0.CompressedBatchEntryAmino): _0.CompressedBatchEntry; toAmino(message: _0.CompressedBatchEntry): _0.CompressedBatchEntryAmino; fromAminoMsg(object: _0.CompressedBatchEntryAminoMsg): _0.CompressedBatchEntry; toAminoMsg(message: _0.CompressedBatchEntry): _0.CompressedBatchEntryAminoMsg; fromProtoMsg(message: _0.CompressedBatchEntryProtoMsg): _0.CompressedBatchEntry; toProto(message: _0.CompressedBatchEntry): Uint8Array; toProtoMsg(message: _0.CompressedBatchEntry): _0.CompressedBatchEntryProtoMsg; }; CompressedExistenceProof: { typeUrl: string; aminoType: string; is(o: any): o is _0.CompressedExistenceProof; isSDK(o: any): o is _0.CompressedExistenceProofSDKType; isAmino(o: any): o is _0.CompressedExistenceProofAmino; encode(message: _0.CompressedExistenceProof, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.CompressedExistenceProof; fromPartial(object: Partial<_0.CompressedExistenceProof>): _0.CompressedExistenceProof; fromAmino(object: _0.CompressedExistenceProofAmino): _0.CompressedExistenceProof; toAmino(message: _0.CompressedExistenceProof): _0.CompressedExistenceProofAmino; fromAminoMsg(object: _0.CompressedExistenceProofAminoMsg): _0.CompressedExistenceProof; toAminoMsg(message: _0.CompressedExistenceProof): _0.CompressedExistenceProofAminoMsg; fromProtoMsg(message: _0.CompressedExistenceProofProtoMsg): _0.CompressedExistenceProof; toProto(message: _0.CompressedExistenceProof): Uint8Array; toProtoMsg(message: _0.CompressedExistenceProof): _0.CompressedExistenceProofProtoMsg; }; CompressedNonExistenceProof: { typeUrl: string; aminoType: string; is(o: any): o is _0.CompressedNonExistenceProof; isSDK(o: any): o is _0.CompressedNonExistenceProofSDKType; isAmino(o: any): o is _0.CompressedNonExistenceProofAmino; encode(message: _0.CompressedNonExistenceProof, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _0.CompressedNonExistenceProof; fromPartial(object: Partial<_0.CompressedNonExistenceProof>): _0.CompressedNonExistenceProof; fromAmino(object: _0.CompressedNonExistenceProofAmino): _0.CompressedNonExistenceProof; toAmino(message: _0.CompressedNonExistenceProof): _0.CompressedNonExistenceProofAmino; fromAminoMsg(object: _0.CompressedNonExistenceProofAminoMsg): _0.CompressedNonExistenceProof; toAminoMsg(message: _0.CompressedNonExistenceProof): _0.CompressedNonExistenceProofAminoMsg; fromProtoMsg(message: _0.CompressedNonExistenceProofProtoMsg): _0.CompressedNonExistenceProof; toProto(message: _0.CompressedNonExistenceProof): Uint8Array; toProtoMsg(message: _0.CompressedNonExistenceProof): _0.CompressedNonExistenceProofProtoMsg; }; }; } namespace auth { const v1beta1: { registry: readonly [string, import("@cosmjs/proto-signing").GeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { updateParams(value: _6.MsgUpdateParams): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { updateParams(value: _6.MsgUpdateParams): { typeUrl: string; value: _6.MsgUpdateParams; }; }; fromPartial: { updateParams(value: _6.MsgUpdateParams): { typeUrl: string; value: _6.MsgUpdateParams; }; }; }; AminoConverter: { '/cosmos.auth.v1beta1.MsgUpdateParams': { aminoType: string; toAmino: (message: _6.MsgUpdateParams) => _6.MsgUpdateParamsAmino; fromAmino: (object: _6.MsgUpdateParamsAmino) => _6.MsgUpdateParams; }; }; MsgUpdateParams: { typeUrl: string; aminoType: string; is(o: any): o is _6.MsgUpdateParams; isSDK(o: any): o is _6.MsgUpdateParamsSDKType; isAmino(o: any): o is _6.MsgUpdateParamsAmino; encode(message: _6.MsgUpdateParams, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _6.MsgUpdateParams; fromPartial(object: Partial<_6.MsgUpdateParams>): _6.MsgUpdateParams; fromAmino(object: _6.MsgUpdateParamsAmino): _6.MsgUpdateParams; toAmino(message: _6.MsgUpdateParams): _6.MsgUpdateParamsAmino; fromAminoMsg(object: _6.MsgUpdateParamsAminoMsg): _6.MsgUpdateParams; toAminoMsg(message: _6.MsgUpdateParams): _6.MsgUpdateParamsAminoMsg; fromProtoMsg(message: _6.MsgUpdateParamsProtoMsg): _6.MsgUpdateParams; toProto(message: _6.MsgUpdateParams): Uint8Array; toProtoMsg(message: _6.MsgUpdateParams): _6.MsgUpdateParamsProtoMsg; }; MsgUpdateParamsResponse: { typeUrl: string; aminoType: string; is(o: any): o is _6.MsgUpdateParamsResponse; isSDK(o: any): o is _6.MsgUpdateParamsResponseSDKType; isAmino(o: any): o is _6.MsgUpdateParamsResponseAmino; encode(_: _6.MsgUpdateParamsResponse, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _6.MsgUpdateParamsResponse; fromPartial(_: Partial<_6.MsgUpdateParamsResponse>): _6.MsgUpdateParamsResponse; fromAmino(_: _6.MsgUpdateParamsResponseAmino): _6.MsgUpdateParamsResponse; toAmino(_: _6.MsgUpdateParamsResponse): _6.MsgUpdateParamsResponseAmino; fromAminoMsg(object: _6.MsgUpdateParamsResponseAminoMsg): _6.MsgUpdateParamsResponse; toAminoMsg(message: _6.MsgUpdateParamsResponse): _6.MsgUpdateParamsResponseAminoMsg; fromProtoMsg(message: _6.MsgUpdateParamsResponseProtoMsg): _6.MsgUpdateParamsResponse; toProto(message: _6.MsgUpdateParamsResponse): Uint8Array; toProtoMsg(message: _6.MsgUpdateParamsResponse): _6.MsgUpdateParamsResponseProtoMsg; }; BaseAccount: { typeUrl: string; aminoType: string; is(o: any): o is _3.BaseAccount; isSDK(o: any): o is _3.BaseAccountSDKType; isAmino(o: any): o is _3.BaseAccountAmino; encode(message: _3.BaseAccount, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _3.BaseAccount; fromPartial(object: Partial<_3.BaseAccount>): _3.BaseAccount; fromAmino(object: _3.BaseAccountAmino): _3.BaseAccount; toAmino(message: _3.BaseAccount): _3.BaseAccountAmino; fromAminoMsg(object: _3.BaseAccountAminoMsg): _3.BaseAccount; toAminoMsg(message: _3.BaseAccount): _3.BaseAccountAminoMsg; fromProtoMsg(message: _3.BaseAccountProtoMsg): _3.BaseAccount; toProto(message: _3.BaseAccount): Uint8Array; toProtoMsg(message: _3.BaseAccount): _3.BaseAccountProtoMsg; }; ModuleAccount: { typeUrl: string; aminoType: string; is(o: any): o is _3.ModuleAccount; isSDK(o: any): o is _3.ModuleAccountSDKType; isAmino(o: any): o is _3.ModuleAccountAmino; encode(message: _3.ModuleAccount, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _3.ModuleAccount; fromPartial(object: Partial<_3.ModuleAccount>): _3.ModuleAccount; fromAmino(object: _3.ModuleAccountAmino): _3.ModuleAccount; toAmino(message: _3.ModuleAccount): _3.ModuleAccountAmino; fromAminoMsg(object: _3.ModuleAccountAminoMsg): _3.ModuleAccount; toAminoMsg(message: _3.ModuleAccount): _3.ModuleAccountAminoMsg; fromProtoMsg(message: _3.ModuleAccountProtoMsg): _3.ModuleAccount; toProto(message: _3.ModuleAccount): Uint8Array; toProtoMsg(message: _3.ModuleAccount): _3.ModuleAccountProtoMsg; }; ModuleCredential: { typeUrl: string; aminoType: string; is(o: any): o is _3.ModuleCredential; isSDK(o: any): o is _3.ModuleCredentialSDKType; isAmino(o: any): o is _3.ModuleCredentialAmino; encode(message: _3.ModuleCredential, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _3.ModuleCredential; fromPartial(object: Partial<_3.ModuleCredential>): _3.ModuleCredential; fromAmino(object: _3.ModuleCredentialAmino): _3.ModuleCredential; toAmino(message: _3.ModuleCredential): _3.ModuleCredentialAmino; fromAminoMsg(object: _3.ModuleCredentialAminoMsg): _3.ModuleCredential; toAminoMsg(message: _3.ModuleCredential): _3.ModuleCredentialAminoMsg; fromProtoMsg(message: _3.ModuleCredentialProtoMsg): _3.ModuleCredential; toProto(message: _3.ModuleCredential): Uint8Array; toProtoMsg(message: _3.ModuleCredential): _3.ModuleCredentialProtoMsg; }; Params: { typeUrl: string; aminoType: string; is(o: any): o is _3.Params; isSDK(o: any): o is _3.ParamsSDKType; isAmino(o: any): o is _3.ParamsAmino; encode(message: _3.Params, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _3.Params; fromPartial(object: Partial<_3.Params>): _3.Params; fromAmino(object: _3.ParamsAmino): _3.Params; toAmino(message: _3.Params): _3.ParamsAmino; fromAminoMsg(object: _3.ParamsAminoMsg): _3.Params; toAminoMsg(message: _3.Params): _3.ParamsAminoMsg; fromProtoMsg(message: _3.ParamsProtoMsg): _3.Params; toProto(message: _3.Params): Uint8Array; toProtoMsg(message: _3.Params): _3.ParamsProtoMsg; }; }; } namespace authz { const v1beta1: { registry: readonly [string, import("@cosmjs/proto-signing").GeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { grant(value: _12.MsgGrant): { typeUrl: string; value: Uint8Array; }; exec(value: _12.MsgExec): { typeUrl: string; value: Uint8Array; }; revoke(value: _12.MsgRevoke): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { grant(value: _12.MsgGrant): { typeUrl: string; value: _12.MsgGrant; }; exec(value: _12.MsgExec): { typeUrl: string; value: _12.MsgExec; }; revoke(value: _12.MsgRevoke): { typeUrl: string; value: _12.MsgRevoke; }; }; fromPartial: { grant(value: _12.MsgGrant): { typeUrl: string; value: _12.MsgGrant; }; exec(value: _12.MsgExec): { typeUrl: string; value: _12.MsgExec; }; revoke(value: _12.MsgRevoke): { typeUrl: string; value: _12.MsgRevoke; }; }; }; AminoConverter: { '/cosmos.authz.v1beta1.MsgGrant': { aminoType: string; toAmino: (message: _12.MsgGrant) => _12.MsgGrantAmino; fromAmino: (object: _12.MsgGrantAmino) => _12.MsgGrant; }; '/cosmos.authz.v1beta1.MsgExec': { aminoType: string; toAmino: (message: _12.MsgExec) => _12.MsgExecAmino; fromAmino: (object: _12.MsgExecAmino) => _12.MsgExec; }; '/cosmos.authz.v1beta1.MsgRevoke': { aminoType: string; toAmino: (message: _12.MsgRevoke) => _12.MsgRevokeAmino; fromAmino: (object: _12.MsgRevokeAmino) => _12.MsgRevoke; }; }; MsgGrant: { typeUrl: string; aminoType: string; is(o: any): o is _12.MsgGrant; isSDK(o: any): o is _12.MsgGrantSDKType; isAmino(o: any): o is _12.MsgGrantAmino; encode(message: _12.MsgGrant, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _12.MsgGrant; fromPartial(object: Partial<_12.MsgGrant>): _12.MsgGrant; fromAmino(object: _12.MsgGrantAmino): _12.MsgGrant; toAmino(message: _12.MsgGrant): _12.MsgGrantAmino; fromAminoMsg(object: _12.MsgGrantAminoMsg): _12.MsgGrant; toAminoMsg(message: _12.MsgGrant): _12.MsgGrantAminoMsg; fromProtoMsg(message: _12.MsgGrantProtoMsg): _12.MsgGrant; toProto(message: _12.MsgGrant): Uint8Array; toProtoMsg(message: _12.MsgGrant): _12.MsgGrantProtoMsg; }; MsgExecResponse: { typeUrl: string; aminoType: string; is(o: any): o is _12.MsgExecResponse; isSDK(o: any): o is _12.MsgExecResponseSDKType; isAmino(o: any): o is _12.MsgExecResponseAmino; encode(message: _12.MsgExecResponse, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _12.MsgExecResponse; fromPartial(object: Partial<_12.MsgExecResponse>): _12.MsgExecResponse; fromAmino(object: _12.MsgExecResponseAmino): _12.MsgExecResponse; toAmino(message: _12.MsgExecResponse): _12.MsgExecResponseAmino; fromAminoMsg(object: _12.MsgExecResponseAminoMsg): _12.MsgExecResponse; toAminoMsg(message: _12.MsgExecResponse): _12.MsgExecResponseAminoMsg; fromProtoMsg(message: _12.MsgExecResponseProtoMsg): _12.MsgExecResponse; toProto(message: _12.MsgExecResponse): Uint8Array; toProtoMsg(message: _12.MsgExecResponse): _12.MsgExecResponseProtoMsg; }; MsgExec: { typeUrl: string; aminoType: string; is(o: any): o is _12.MsgExec; isSDK(o: any): o is _12.MsgExecSDKType; isAmino(o: any): o is _12.MsgExecAmino; encode(message: _12.MsgExec, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _12.MsgExec; fromPartial(object: Partial<_12.MsgExec>): _12.MsgExec; fromAmino(object: _12.MsgExecAmino): _12.MsgExec; toAmino(message: _12.MsgExec): _12.MsgExecAmino; fromAminoMsg(object: _12.MsgExecAminoMsg): _12.MsgExec; toAminoMsg(message: _12.MsgExec): _12.MsgExecAminoMsg; fromProtoMsg(message: _12.MsgExecProtoMsg): _12.MsgExec; toProto(message: _12.MsgExec): Uint8Array; toProtoMsg(message: _12.MsgExec): _12.MsgExecProtoMsg; }; MsgGrantResponse: { typeUrl: string; aminoType: string; is(o: any): o is _12.MsgGrantResponse; isSDK(o: any): o is _12.MsgGrantResponseSDKType; isAmino(o: any): o is _12.MsgGrantResponseAmino; encode(_: _12.MsgGrantResponse, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _12.MsgGrantResponse; fromPartial(_: Partial<_12.MsgGrantResponse>): _12.MsgGrantResponse; fromAmino(_: _12.MsgGrantResponseAmino): _12.MsgGrantResponse; toAmino(_: _12.MsgGrantResponse): _12.MsgGrantResponseAmino; fromAminoMsg(object: _12.MsgGrantResponseAminoMsg): _12.MsgGrantResponse; toAminoMsg(message: _12.MsgGrantResponse): _12.MsgGrantResponseAminoMsg; fromProtoMsg(message: _12.MsgGrantResponseProtoMsg): _12.MsgGrantResponse; toProto(message: _12.MsgGrantResponse): Uint8Array; toProtoMsg(message: _12.MsgGrantResponse): _12.MsgGrantResponseProtoMsg; }; MsgRevoke: { typeUrl: string; aminoType: string; is(o: any): o is _12.MsgRevoke; isSDK(o: any): o is _12.MsgRevokeSDKType; isAmino(o: any): o is _12.MsgRevokeAmino; encode(message: _12.MsgRevoke, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _12.MsgRevoke; fromPartial(object: Partial<_12.MsgRevoke>): _12.MsgRevoke; fromAmino(object: _12.MsgRevokeAmino): _12.MsgRevoke; toAmino(message: _12.MsgRevoke): _12.MsgRevokeAmino; fromAminoMsg(object: _12.MsgRevokeAminoMsg): _12.MsgRevoke; toAminoMsg(message: _12.MsgRevoke): _12.MsgRevokeAminoMsg; fromProtoMsg(message: _12.MsgRevokeProtoMsg): _12.MsgRevoke; toProto(message: _12.MsgRevoke): Uint8Array; toProtoMsg(message: _12.MsgRevoke): _12.MsgRevokeProtoMsg; }; MsgRevokeResponse: { typeUrl: string; aminoType: string; is(o: any): o is _12.MsgRevokeResponse; isSDK(o: any): o is _12.MsgRevokeResponseSDKType; isAmino(o: any): o is _12.MsgRevokeResponseAmino; encode(_: _12.MsgRevokeResponse, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _12.MsgRevokeResponse; fromPartial(_: Partial<_12.MsgRevokeResponse>): _12.MsgRevokeResponse; fromAmino(_: _12.MsgRevokeResponseAmino): _12.MsgRevokeResponse; toAmino(_: _12.MsgRevokeResponse): _12.MsgRevokeResponseAmino; fromAminoMsg(object: _12.MsgRevokeResponseAminoMsg): _12.MsgRevokeResponse; toAminoMsg(message: _12.MsgRevokeResponse): _12.MsgRevokeResponseAminoMsg; fromProtoMsg(message: _12.MsgRevokeResponseProtoMsg): _12.MsgRevokeResponse; toProto(message: _12.MsgRevokeResponse): Uint8Array; toProtoMsg(message: _12.MsgRevokeResponse): _12.MsgRevokeResponseProtoMsg; }; GenericAuthorization: { typeUrl: string; aminoType: string; is(o: any): o is _8.GenericAuthorization; isSDK(o: any): o is _8.GenericAuthorizationSDKType; isAmino(o: any): o is _8.GenericAuthorizationAmino; encode(message: _8.GenericAuthorization, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _8.GenericAuthorization; fromPartial(object: Partial<_8.GenericAuthorization>): _8.GenericAuthorization; fromAmino(object: _8.GenericAuthorizationAmino): _8.GenericAuthorization; toAmino(message: _8.GenericAuthorization): _8.GenericAuthorizationAmino; fromAminoMsg(object: _8.GenericAuthorizationAminoMsg): _8.GenericAuthorization; toAminoMsg(message: _8.GenericAuthorization): _8.GenericAuthorizationAminoMsg; fromProtoMsg(message: _8.GenericAuthorizationProtoMsg): _8.GenericAuthorization; toProto(message: _8.GenericAuthorization): Uint8Array; toProtoMsg(message: _8.GenericAuthorization): _8.GenericAuthorizationProtoMsg; }; Grant: { typeUrl: string; aminoType: string; is(o: any): o is _8.Grant; isSDK(o: any): o is _8.GrantSDKType; isAmino(o: any): o is _8.GrantAmino; encode(message: _8.Grant, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _8.Grant; fromPartial(object: Partial<_8.Grant>): _8.Grant; fromAmino(object: _8.GrantAmino): _8.Grant; toAmino(message: _8.Grant): _8.GrantAmino; fromAminoMsg(object: _8.GrantAminoMsg): _8.Grant; toAminoMsg(message: _8.Grant): _8.GrantAminoMsg; fromProtoMsg(message: _8.GrantProtoMsg): _8.Grant; toProto(message: _8.Grant): Uint8Array; toProtoMsg(message: _8.Grant): _8.GrantProtoMsg; }; GrantAuthorization: { typeUrl: string; aminoType: string; is(o: any): o is _8.GrantAuthorization; isSDK(o: any): o is _8.GrantAuthorizationSDKType; isAmino(o: any): o is _8.GrantAuthorizationAmino; encode(message: _8.GrantAuthorization, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _8.GrantAuthorization; fromPartial(object: Partial<_8.GrantAuthorization>): _8.GrantAuthorization; fromAmino(object: _8.GrantAuthorizationAmino): _8.GrantAuthorization; toAmino(message: _8.GrantAuthorization): _8.GrantAuthorizationAmino; fromAminoMsg(object: _8.GrantAuthorizationAminoMsg): _8.GrantAuthorization; toAminoMsg(message: _8.GrantAuthorization): _8.GrantAuthorizationAminoMsg; fromProtoMsg(message: _8.GrantAuthorizationProtoMsg): _8.GrantAuthorization; toProto(message: _8.GrantAuthorization): Uint8Array; toProtoMsg(message: _8.GrantAuthorization): _8.GrantAuthorizationProtoMsg; }; GrantQueueItem: { typeUrl: string; aminoType: string; is(o: any): o is _8.GrantQueueItem; isSDK(o: any): o is _8.GrantQueueItemSDKType; isAmino(o: any): o is _8.GrantQueueItemAmino; encode(message: _8.GrantQueueItem, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _8.GrantQueueItem; fromPartial(object: Partial<_8.GrantQueueItem>): _8.GrantQueueItem; fromAmino(object: _8.GrantQueueItemAmino): _8.GrantQueueItem; toAmino(message: _8.GrantQueueItem): _8.GrantQueueItemAmino; fromAminoMsg(object: _8.GrantQueueItemAminoMsg): _8.GrantQueueItem; toAminoMsg(message: _8.GrantQueueItem): _8.GrantQueueItemAminoMsg; fromProtoMsg(message: _8.GrantQueueItemProtoMsg): _8.GrantQueueItem; toProto(message: _8.GrantQueueItem): Uint8Array; toProtoMsg(message: _8.GrantQueueItem): _8.GrantQueueItemProtoMsg; }; }; } namespace bank { const v1beta1: { registry: readonly [string, import("@cosmjs/proto-signing").GeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { send(value: _18.MsgSend): { typeUrl: string; value: Uint8Array; }; multiSend(value: _18.MsgMultiSend): { typeUrl: string; value: Uint8Array; }; updateParams(value: _18.MsgUpdateParams): { typeUrl: string; value: Uint8Array; }; setSendEnabled(value: _18.MsgSetSendEnabled): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { send(value: _18.MsgSend): { typeUrl: string; value: _18.MsgSend; }; multiSend(value: _18.MsgMultiSend): { typeUrl: string; value: _18.MsgMultiSend; }; updateParams(value: _18.MsgUpdateParams): { typeUrl: string; value: _18.MsgUpdateParams; }; setSendEnabled(value: _18.MsgSetSendEnabled): { typeUrl: string; value: _18.MsgSetSendEnabled; }; }; fromPartial: { send(value: _18.MsgSend): { typeUrl: string; value: _18.MsgSend; }; multiSend(value: _18.MsgMultiSend): { typeUrl: string; value: _18.MsgMultiSend; }; updateParams(value: _18.MsgUpdateParams): { typeUrl: string; value: _18.MsgUpdateParams; }; setSendEnabled(value: _18.MsgSetSendEnabled): { typeUrl: string; value: _18.MsgSetSendEnabled; }; }; }; AminoConverter: { '/cosmos.bank.v1beta1.MsgSend': { aminoType: string; toAmino: (message: _18.MsgSend) => _18.MsgSendAmino; fromAmino: (object: _18.MsgSendAmino) => _18.MsgSend; }; '/cosmos.bank.v1beta1.MsgMultiSend': { aminoType: string; toAmino: (message: _18.MsgMultiSend) => _18.MsgMultiSendAmino; fromAmino: (object: _18.MsgMultiSendAmino) => _18.MsgMultiSend; }; '/cosmos.bank.v1beta1.MsgUpdateParams': { aminoType: string; toAmino: (message: _18.MsgUpdateParams) => _18.MsgUpdateParamsAmino; fromAmino: (object: _18.MsgUpdateParamsAmino) => _18.MsgUpdateParams; }; '/cosmos.bank.v1beta1.MsgSetSendEnabled': { aminoType: string; toAmino: (message: _18.MsgSetSendEnabled) => _18.MsgSetSendEnabledAmino; fromAmino: (object: _18.MsgSetSendEnabledAmino) => _18.MsgSetSendEnabled; }; }; MsgSend: { typeUrl: string; aminoType: string; is(o: any): o is _18.MsgSend; isSDK(o: any): o is _18.MsgSendSDKType; isAmino(o: any): o is _18.MsgSendAmino; encode(message: _18.MsgSend, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _18.MsgSend; fromPartial(object: Partial<_18.MsgSend>): _18.MsgSend; fromAmino(object: _18.MsgSendAmino): _18.MsgSend; toAmino(message: _18.MsgSend): _18.MsgSendAmino; fromAminoMsg(object: _18.MsgSendAminoMsg): _18.MsgSend; toAminoMsg(message: _18.MsgSend): _18.MsgSendAminoMsg; fromProtoMsg(message: _18.MsgSendProtoMsg): _18.MsgSend; toProto(message: _18.MsgSend): Uint8Array; toProtoMsg(message: _18.MsgSend): _18.MsgSendProtoMsg; }; MsgSendResponse: { typeUrl: string; aminoType: string; is(o: any): o is _18.MsgSendResponse; isSDK(o: any): o is _18.MsgSendResponseSDKType; isAmino(o: any): o is _18.MsgSendResponseAmino; encode(_: _18.MsgSendResponse, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _18.MsgSendResponse; fromPartial(_: Partial<_18.MsgSendResponse>): _18.MsgSendResponse; fromAmino(_: _18.MsgSendResponseAmino): _18.MsgSendResponse; toAmino(_: _18.MsgSendResponse): _18.MsgSendResponseAmino; fromAminoMsg(object: _18.MsgSendResponseAminoMsg): _18.MsgSendResponse; toAminoMsg(message: _18.MsgSendResponse): _18.MsgSendResponseAminoMsg; fromProtoMsg(message: _18.MsgSendResponseProtoMsg): _18.MsgSendResponse; toProto(message: _18.MsgSendResponse): Uint8Array; toProtoMsg(message: _18.MsgSendResponse): _18.MsgSendResponseProtoMsg; }; MsgMultiSend: { typeUrl: string; aminoType: string; is(o: any): o is _18.MsgMultiSend; isSDK(o: any): o is _18.MsgMultiSendSDKType; isAmino(o: any): o is _18.MsgMultiSendAmino; encode(message: _18.MsgMultiSend, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _18.MsgMultiSend; fromPartial(object: Partial<_18.MsgMultiSend>): _18.MsgMultiSend; fromAmino(object: _18.MsgMultiSendAmino): _18.MsgMultiSend; toAmino(message: _18.MsgMultiSend): _18.MsgMultiSendAmino; fromAminoMsg(object: _18.MsgMultiSendAminoMsg): _18.MsgMultiSend; toAminoMsg(message: _18.MsgMultiSend): _18.MsgMultiSendAminoMsg; fromProtoMsg(message: _18.MsgMultiSendProtoMsg): _18.MsgMultiSend; toProto(message: _18.MsgMultiSend): Uint8Array; toProtoMsg(message: _18.MsgMultiSend): _18.MsgMultiSendProtoMsg; }; MsgMultiSendResponse: { typeUrl: string; aminoType: string; is(o: any): o is _18.MsgMultiSendResponse; isSDK(o: any): o is _18.MsgMultiSendResponseSDKType; isAmino(o: any): o is _18.MsgMultiSendResponseAmino; encode(_: _18.MsgMultiSendResponse, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _18.MsgMultiSendResponse; fromPartial(_: Partial<_18.MsgMultiSendResponse>): _18.MsgMultiSendResponse; fromAmino(_: _18.MsgMultiSendResponseAmino): _18.MsgMultiSendResponse; toAmino(_: _18.MsgMultiSendResponse): _18.MsgMultiSendResponseAmino; fromAminoMsg(object: _18.MsgMultiSendResponseAminoMsg): _18.MsgMultiSendResponse; toAminoMsg(message: _18.MsgMultiSendResponse): _18.MsgMultiSendResponseAminoMsg; fromProtoMsg(message: _18.MsgMultiSendResponseProtoMsg): _18.MsgMultiSendResponse; toProto(message: _18.MsgMultiSendResponse): Uint8Array; toProtoMsg(message: _18.MsgMultiSendResponse): _18.MsgMultiSendResponseProtoMsg; }; MsgUpdateParams: { typeUrl: string; aminoType: string; is(o: any): o is _18.MsgUpdateParams; isSDK(o: any): o is _18.MsgUpdateParamsSDKType; isAmino(o: any): o is _18.MsgUpdateParamsAmino; encode(message: _18.MsgUpdateParams, writer?: import("../../binary").BinaryWriter): import("../../binary").BinaryWriter; decode(input: Uint8Array | import("../../binary").BinaryReader, length?: number | undefined): _18.MsgUpdateParams; fromPartial(object: Partial<_18.MsgUpdateParams>): _18.MsgUpdateParams; fromAmino(object: _18.MsgUpdateParamsAmino): _18.MsgUpdateParams; toAmino(message: _18.MsgUpdateParams): _18.MsgUpdateParamsAmino; fromAminoMsg(object: _18.MsgUpdateParamsAminoMsg): _18.MsgUpdateParams; toAminoMsg(message: _18.MsgUpdateParams): _18.MsgUpdateParamsAminoMsg; fromProtoMsg(message: _18.MsgUpdateParamsProtoMsg): _18.MsgUpdateParams; toProto(message: _18.MsgUpdateParams): Uint8Array; toProtoMsg(message: _18.MsgUpdateParams): _18.MsgUpdateParamsProtoMsg; }; MsgUpdateParamsResponse: { typeUrl: string; aminoType: string; is(o: any): o is _18.MsgUpdateParamsResponse; isSDK(o: any): o is _18.MsgUpdateParamsResponseSDKType; isAmino(o: any): o is _18.MsgUpdateParamsResponseAmino; encode(_: