import * as _0 from "./auth/v1beta1/auth"; import * as _1 from "./auth/v1beta1/genesis"; import * as _2 from "./auth/v1beta1/query"; import * as _3 from "./authz/v1beta1/authz"; import * as _4 from "./authz/v1beta1/genesis"; import * as _5 from "./authz/v1beta1/query"; import * as _6 from "./authz/v1beta1/tx"; import * as _7 from "./bank/v1beta1/authz"; import * as _8 from "./bank/v1beta1/bank"; import * as _9 from "./bank/v1beta1/genesis"; import * as _10 from "./bank/v1beta1/query"; import * as _11 from "./bank/v1beta1/tx"; import * as _12 from "./base/abci/v1beta1/abci"; import * as _13 from "./base/kv/v1beta1/kv"; import * as _14 from "./base/node/v1beta1/query"; import * as _15 from "./base/query/v1beta1/pagination"; import * as _16 from "./base/reflection/v1beta1/reflection"; import * as _17 from "./base/snapshots/v1beta1/snapshot"; import * as _18 from "./base/store/v1beta1/commit_info"; import * as _19 from "./base/store/v1beta1/listening"; import * as _20 from "./base/tendermint/v1beta1/query"; import * as _21 from "./base/v1beta1/coin"; import * as _22 from "./capability/v1beta1/capability"; import * as _23 from "./capability/v1beta1/genesis"; import * as _24 from "./crisis/v1beta1/genesis"; import * as _25 from "./crisis/v1beta1/tx"; import * as _26 from "./crypto/ed25519/keys"; import * as _27 from "./crypto/multisig/keys"; import * as _28 from "./crypto/secp256k1/keys"; import * as _29 from "./distribution/v1beta1/distribution"; import * as _30 from "./distribution/v1beta1/genesis"; import * as _31 from "./distribution/v1beta1/query"; import * as _32 from "./distribution/v1beta1/tx"; import * as _33 from "./evidence/v1beta1/evidence"; import * as _34 from "./evidence/v1beta1/genesis"; import * as _35 from "./evidence/v1beta1/query"; import * as _36 from "./evidence/v1beta1/tx"; import * as _37 from "./feegrant/v1beta1/feegrant"; import * as _38 from "./feegrant/v1beta1/genesis"; import * as _39 from "./feegrant/v1beta1/query"; import * as _40 from "./feegrant/v1beta1/tx"; import * as _41 from "./genutil/v1beta1/genesis"; import * as _42 from "./gov/v1beta1/genesis"; import * as _43 from "./gov/v1beta1/gov"; import * as _44 from "./gov/v1beta1/query"; import * as _45 from "./gov/v1beta1/tx"; import * as _46 from "./mint/v1beta1/genesis"; import * as _47 from "./mint/v1beta1/mint"; import * as _48 from "./mint/v1beta1/query"; import * as _49 from "./params/v1beta1/params"; import * as _50 from "./params/v1beta1/query"; import * as _51 from "./slashing/v1beta1/genesis"; import * as _52 from "./slashing/v1beta1/query"; import * as _53 from "./slashing/v1beta1/slashing"; import * as _54 from "./slashing/v1beta1/tx"; import * as _55 from "./staking/v1beta1/authz"; import * as _56 from "./staking/v1beta1/genesis"; import * as _57 from "./staking/v1beta1/query"; import * as _58 from "./staking/v1beta1/staking"; import * as _59 from "./staking/v1beta1/tx"; import * as _60 from "./tx/signing/v1beta1/signing"; import * as _61 from "./tx/v1beta1/service"; import * as _62 from "./tx/v1beta1/tx"; import * as _63 from "./upgrade/v1beta1/query"; import * as _64 from "./upgrade/v1beta1/upgrade"; import * as _65 from "./vesting/v1beta1/tx"; import * as _66 from "./vesting/v1beta1/vesting"; import * as _110 from "./auth/v1beta1/query.lcd"; import * as _111 from "./authz/v1beta1/query.lcd"; import * as _112 from "./bank/v1beta1/query.lcd"; import * as _113 from "./base/node/v1beta1/query.lcd"; import * as _114 from "./base/reflection/v1beta1/reflection.lcd"; import * as _115 from "./base/tendermint/v1beta1/query.lcd"; import * as _116 from "./distribution/v1beta1/query.lcd"; import * as _117 from "./evidence/v1beta1/query.lcd"; import * as _118 from "./feegrant/v1beta1/query.lcd"; import * as _119 from "./gov/v1beta1/query.lcd"; import * as _120 from "./mint/v1beta1/query.lcd"; import * as _121 from "./params/v1beta1/query.lcd"; import * as _122 from "./slashing/v1beta1/query.lcd"; import * as _123 from "./staking/v1beta1/query.lcd"; import * as _124 from "./tx/v1beta1/service.lcd"; import * as _125 from "./upgrade/v1beta1/query.lcd"; export declare namespace cosmos { namespace auth { const v1beta1: { LCDQueryClient: typeof _110.LCDQueryClient; protobufPackage: "cosmos.auth.v1beta1"; QueryAccountsRequest: { typeUrl: string; encode(message: _2.QueryAccountsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _2.QueryAccountsRequest; fromJSON(object: any): _2.QueryAccountsRequest; toJSON(message: _2.QueryAccountsRequest): unknown; fromPartial & { pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I): _2.QueryAccountsRequest; }; QueryAccountsResponse: { typeUrl: string; encode(message: _2.QueryAccountsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _2.QueryAccountsResponse; fromJSON(object: any): _2.QueryAccountsResponse; toJSON(message: _2.QueryAccountsResponse): unknown; fromPartial & { accounts?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_1): _2.QueryAccountsResponse; }; QueryAccountRequest: { typeUrl: string; encode(message: _2.QueryAccountRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _2.QueryAccountRequest; fromJSON(object: any): _2.QueryAccountRequest; toJSON(message: _2.QueryAccountRequest): unknown; fromPartial & { address?: string; } & Record, never>>(object: I_2): _2.QueryAccountRequest; }; QueryAccountResponse: { typeUrl: string; encode(message: _2.QueryAccountResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _2.QueryAccountResponse; fromJSON(object: any): _2.QueryAccountResponse; toJSON(message: _2.QueryAccountResponse): unknown; fromPartial & { account?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>>(object: I_3): _2.QueryAccountResponse; }; QueryParamsRequest: { typeUrl: string; encode(_: _2.QueryParamsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _2.QueryParamsRequest; fromJSON(_: any): _2.QueryParamsRequest; toJSON(_: _2.QueryParamsRequest): unknown; fromPartial & {} & Record, never>>(_: I_4): _2.QueryParamsRequest; }; QueryParamsResponse: { typeUrl: string; encode(message: _2.QueryParamsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _2.QueryParamsResponse; fromJSON(object: any): _2.QueryParamsResponse; toJSON(message: _2.QueryParamsResponse): unknown; fromPartial & { params?: _0.Params & { maxMemoCharacters: bigint; txSigLimit: bigint; txSizeCostPerByte: bigint; sigVerifyCostEd25519: bigint; sigVerifyCostSecp256k1: bigint; } & Record, never>; } & Record, never>>(object: I_5): _2.QueryParamsResponse; }; QueryModuleAccountByNameRequest: { typeUrl: string; encode(message: _2.QueryModuleAccountByNameRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _2.QueryModuleAccountByNameRequest; fromJSON(object: any): _2.QueryModuleAccountByNameRequest; toJSON(message: _2.QueryModuleAccountByNameRequest): unknown; fromPartial & { name?: string; } & Record, never>>(object: I_6): _2.QueryModuleAccountByNameRequest; }; QueryModuleAccountByNameResponse: { typeUrl: string; encode(message: _2.QueryModuleAccountByNameResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _2.QueryModuleAccountByNameResponse; fromJSON(object: any): _2.QueryModuleAccountByNameResponse; toJSON(message: _2.QueryModuleAccountByNameResponse): unknown; fromPartial & { account?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>>(object: I_7): _2.QueryModuleAccountByNameResponse; }; QueryClientImpl: typeof _2.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Accounts(request?: _2.QueryAccountsRequest): Promise<_2.QueryAccountsResponse>; Account(request: _2.QueryAccountRequest): Promise<_2.QueryAccountResponse>; Params(request?: _2.QueryParamsRequest): Promise<_2.QueryParamsResponse>; ModuleAccountByName(request: _2.QueryModuleAccountByNameRequest): Promise<_2.QueryModuleAccountByNameResponse>; }; GenesisState: { typeUrl: string; encode(message: _1.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _1.GenesisState; fromJSON(object: any): _1.GenesisState; toJSON(message: _1.GenesisState): unknown; fromPartial & { params?: _0.Params & { maxMemoCharacters: bigint; txSigLimit: bigint; txSizeCostPerByte: bigint; sigVerifyCostEd25519: bigint; sigVerifyCostSecp256k1: bigint; } & Record, never>; accounts?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_8): _1.GenesisState; }; BaseAccount: { typeUrl: string; encode(message: _0.BaseAccount, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _0.BaseAccount; fromJSON(object: any): _0.BaseAccount; toJSON(message: _0.BaseAccount): unknown; fromPartial & { address?: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; accountNumber?: bigint; sequence?: bigint; } & Record, never>>(object: I_9): _0.BaseAccount; }; ModuleAccount: { typeUrl: string; encode(message: _0.ModuleAccount, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _0.ModuleAccount; fromJSON(object: any): _0.ModuleAccount; toJSON(message: _0.ModuleAccount): unknown; fromPartial & { baseAccount?: _0.BaseAccount & { address: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; accountNumber: bigint; sequence: bigint; } & Record, never>; name?: string; permissions?: string[] & Record, never>; } & Record, never>>(object: I_10): _0.ModuleAccount; }; Params: { typeUrl: string; encode(message: _0.Params, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _0.Params; fromJSON(object: any): _0.Params; toJSON(message: _0.Params): unknown; fromPartial & { maxMemoCharacters?: bigint; txSigLimit?: bigint; txSizeCostPerByte?: bigint; sigVerifyCostEd25519?: bigint; sigVerifyCostSecp256k1?: bigint; } & Record, never>>(object: I_11): _0.Params; }; }; } namespace authz { const v1beta1: { LCDQueryClient: typeof _111.LCDQueryClient; registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { grant(value: _6.MsgGrant): { typeUrl: string; value: Uint8Array; }; exec(value: _6.MsgExec): { typeUrl: string; value: Uint8Array; }; revoke(value: _6.MsgRevoke): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { grant(value: _6.MsgGrant): { typeUrl: string; value: _6.MsgGrant; }; exec(value: _6.MsgExec): { typeUrl: string; value: _6.MsgExec; }; revoke(value: _6.MsgRevoke): { typeUrl: string; value: _6.MsgRevoke; }; }; toJSON: { grant(value: _6.MsgGrant): { typeUrl: string; value: unknown; }; exec(value: _6.MsgExec): { typeUrl: string; value: unknown; }; revoke(value: _6.MsgRevoke): { typeUrl: string; value: unknown; }; }; fromJSON: { grant(value: any): { typeUrl: string; value: _6.MsgGrant; }; exec(value: any): { typeUrl: string; value: _6.MsgExec; }; revoke(value: any): { typeUrl: string; value: _6.MsgRevoke; }; }; fromPartial: { grant(value: _6.MsgGrant): { typeUrl: string; value: _6.MsgGrant; }; exec(value: _6.MsgExec): { typeUrl: string; value: _6.MsgExec; }; revoke(value: _6.MsgRevoke): { typeUrl: string; value: _6.MsgRevoke; }; }; }; AminoConverter: { "/cosmos.authz.v1beta1.MsgGrant": { aminoType: string; toAmino: ({ granter, grantee, grant }: _6.MsgGrant) => { granter: string; grantee: string; grant: { authorization: { type_url: string; value: Uint8Array; }; expiration: string; }; }; fromAmino: ({ granter, grantee, grant }: { granter: string; grantee: string; grant: { authorization: { type_url: string; value: Uint8Array; }; expiration: string; }; }) => _6.MsgGrant; }; "/cosmos.authz.v1beta1.MsgExec": { aminoType: string; toAmino: ({ grantee, msgs }: _6.MsgExec) => { grantee: string; msgs: { type_url: string; value: Uint8Array; }[]; }; fromAmino: ({ grantee, msgs }: { grantee: string; msgs: { type_url: string; value: Uint8Array; }[]; }) => _6.MsgExec; }; "/cosmos.authz.v1beta1.MsgRevoke": { aminoType: string; toAmino: ({ granter, grantee, msgTypeUrl }: _6.MsgRevoke) => { granter: string; grantee: string; msg_type_url: string; }; fromAmino: ({ granter, grantee, msg_type_url }: { granter: string; grantee: string; msg_type_url: string; }) => _6.MsgRevoke; }; }; protobufPackage: "cosmos.authz.v1beta1"; MsgGrant: { typeUrl: string; encode(message: _6.MsgGrant, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _6.MsgGrant; fromJSON(object: any): _6.MsgGrant; toJSON(message: _6.MsgGrant): unknown; fromPartial & { granter?: string; grantee?: string; grant?: _3.Grant & { authorization?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; expiration: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; } & Record, never>>(object: I): _6.MsgGrant; }; MsgExecResponse: { typeUrl: string; encode(message: _6.MsgExecResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _6.MsgExecResponse; fromJSON(object: any): _6.MsgExecResponse; toJSON(message: _6.MsgExecResponse): unknown; fromPartial & { results?: Uint8Array[] & Record, never>; } & Record, never>>(object: I_1): _6.MsgExecResponse; }; MsgExec: { typeUrl: string; encode(message: _6.MsgExec, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _6.MsgExec; fromJSON(object: any): _6.MsgExec; toJSON(message: _6.MsgExec): unknown; fromPartial & { grantee?: string; msgs?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_2): _6.MsgExec; }; MsgGrantResponse: { typeUrl: string; encode(_: _6.MsgGrantResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _6.MsgGrantResponse; fromJSON(_: any): _6.MsgGrantResponse; toJSON(_: _6.MsgGrantResponse): unknown; fromPartial & {} & Record, never>>(_: I_3): _6.MsgGrantResponse; }; MsgRevoke: { typeUrl: string; encode(message: _6.MsgRevoke, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _6.MsgRevoke; fromJSON(object: any): _6.MsgRevoke; toJSON(message: _6.MsgRevoke): unknown; fromPartial & { granter?: string; grantee?: string; msgTypeUrl?: string; } & Record, never>>(object: I_4): _6.MsgRevoke; }; MsgRevokeResponse: { typeUrl: string; encode(_: _6.MsgRevokeResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _6.MsgRevokeResponse; fromJSON(_: any): _6.MsgRevokeResponse; toJSON(_: _6.MsgRevokeResponse): unknown; fromPartial & {} & Record, never>>(_: I_5): _6.MsgRevokeResponse; }; MsgClientImpl: typeof _6.MsgClientImpl; QueryGrantsRequest: { typeUrl: string; encode(message: _5.QueryGrantsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _5.QueryGrantsRequest; fromJSON(object: any): _5.QueryGrantsRequest; toJSON(message: _5.QueryGrantsRequest): unknown; fromPartial & { granter?: string; grantee?: string; msgTypeUrl?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_6): _5.QueryGrantsRequest; }; QueryGrantsResponse: { typeUrl: string; encode(message: _5.QueryGrantsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _5.QueryGrantsResponse; fromJSON(object: any): _5.QueryGrantsResponse; toJSON(message: _5.QueryGrantsResponse): unknown; fromPartial & { grants?: _3.Grant[] & (_3.Grant & { authorization?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; expiration: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_7): _5.QueryGrantsResponse; }; QueryGranterGrantsRequest: { typeUrl: string; encode(message: _5.QueryGranterGrantsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _5.QueryGranterGrantsRequest; fromJSON(object: any): _5.QueryGranterGrantsRequest; toJSON(message: _5.QueryGranterGrantsRequest): unknown; fromPartial & { granter?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_8): _5.QueryGranterGrantsRequest; }; QueryGranterGrantsResponse: { typeUrl: string; encode(message: _5.QueryGranterGrantsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _5.QueryGranterGrantsResponse; fromJSON(object: any): _5.QueryGranterGrantsResponse; toJSON(message: _5.QueryGranterGrantsResponse): unknown; fromPartial & { grants?: _3.GrantAuthorization[] & (_3.GrantAuthorization & { granter: string; grantee: string; authorization?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; expiration: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_9): _5.QueryGranterGrantsResponse; }; QueryGranteeGrantsRequest: { typeUrl: string; encode(message: _5.QueryGranteeGrantsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _5.QueryGranteeGrantsRequest; fromJSON(object: any): _5.QueryGranteeGrantsRequest; toJSON(message: _5.QueryGranteeGrantsRequest): unknown; fromPartial & { grantee?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_10): _5.QueryGranteeGrantsRequest; }; QueryGranteeGrantsResponse: { typeUrl: string; encode(message: _5.QueryGranteeGrantsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _5.QueryGranteeGrantsResponse; fromJSON(object: any): _5.QueryGranteeGrantsResponse; toJSON(message: _5.QueryGranteeGrantsResponse): unknown; fromPartial & { grants?: _3.GrantAuthorization[] & (_3.GrantAuthorization & { granter: string; grantee: string; authorization?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; expiration: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_11): _5.QueryGranteeGrantsResponse; }; QueryClientImpl: typeof _5.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Grants(request: _5.QueryGrantsRequest): Promise<_5.QueryGrantsResponse>; GranterGrants(request: _5.QueryGranterGrantsRequest): Promise<_5.QueryGranterGrantsResponse>; GranteeGrants(request: _5.QueryGranteeGrantsRequest): Promise<_5.QueryGranteeGrantsResponse>; }; GenesisState: { typeUrl: string; encode(message: _4.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _4.GenesisState; fromJSON(object: any): _4.GenesisState; toJSON(message: _4.GenesisState): unknown; fromPartial & { authorization?: _3.GrantAuthorization[] & (_3.GrantAuthorization & { granter: string; grantee: string; authorization?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; expiration: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_12): _4.GenesisState; }; GenericAuthorization: { typeUrl: string; encode(message: _3.GenericAuthorization, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _3.GenericAuthorization; fromJSON(object: any): _3.GenericAuthorization; toJSON(message: _3.GenericAuthorization): unknown; fromPartial & { msg?: string; } & Record, never>>(object: I_13): _3.GenericAuthorization; }; Grant: { typeUrl: string; encode(message: _3.Grant, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _3.Grant; fromJSON(object: any): _3.Grant; toJSON(message: _3.Grant): unknown; fromPartial & { authorization?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; expiration?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_14): _3.Grant; }; GrantAuthorization: { typeUrl: string; encode(message: _3.GrantAuthorization, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _3.GrantAuthorization; fromJSON(object: any): _3.GrantAuthorization; toJSON(message: _3.GrantAuthorization): unknown; fromPartial & { granter?: string; grantee?: string; authorization?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; expiration?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_15): _3.GrantAuthorization; }; }; } namespace bank { const v1beta1: { LCDQueryClient: typeof _112.LCDQueryClient; registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { send(value: _11.MsgSend): { typeUrl: string; value: Uint8Array; }; multiSend(value: _11.MsgMultiSend): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { send(value: _11.MsgSend): { typeUrl: string; value: _11.MsgSend; }; multiSend(value: _11.MsgMultiSend): { typeUrl: string; value: _11.MsgMultiSend; }; }; toJSON: { send(value: _11.MsgSend): { typeUrl: string; value: unknown; }; multiSend(value: _11.MsgMultiSend): { typeUrl: string; value: unknown; }; }; fromJSON: { send(value: any): { typeUrl: string; value: _11.MsgSend; }; multiSend(value: any): { typeUrl: string; value: _11.MsgMultiSend; }; }; fromPartial: { send(value: _11.MsgSend): { typeUrl: string; value: _11.MsgSend; }; multiSend(value: _11.MsgMultiSend): { typeUrl: string; value: _11.MsgMultiSend; }; }; }; AminoConverter: { "/cosmos.bank.v1beta1.MsgSend": { aminoType: string; toAmino: ({ fromAddress, toAddress, amount }: _11.MsgSend) => { from_address: string; to_address: string; amount: { denom: string; amount: string; }[]; }; fromAmino: ({ from_address, to_address, amount }: { from_address: string; to_address: string; amount: { denom: string; amount: string; }[]; }) => _11.MsgSend; }; "/cosmos.bank.v1beta1.MsgMultiSend": { aminoType: string; toAmino: ({ inputs, outputs }: _11.MsgMultiSend) => { inputs: { address: string; coins: { denom: string; amount: string; }[]; }[]; outputs: { address: string; coins: { denom: string; amount: string; }[]; }[]; }; fromAmino: ({ inputs, outputs }: { inputs: { address: string; coins: { denom: string; amount: string; }[]; }[]; outputs: { address: string; coins: { denom: string; amount: string; }[]; }[]; }) => _11.MsgMultiSend; }; }; protobufPackage: "cosmos.bank.v1beta1"; MsgSend: { typeUrl: string; encode(message: _11.MsgSend, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _11.MsgSend; fromJSON(object: any): _11.MsgSend; toJSON(message: _11.MsgSend): unknown; fromPartial & { fromAddress?: string; toAddress?: string; amount?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I): _11.MsgSend; }; MsgSendResponse: { typeUrl: string; encode(_: _11.MsgSendResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _11.MsgSendResponse; fromJSON(_: any): _11.MsgSendResponse; toJSON(_: _11.MsgSendResponse): unknown; fromPartial & {} & Record, never>>(_: I_1): _11.MsgSendResponse; }; MsgMultiSend: { typeUrl: string; encode(message: _11.MsgMultiSend, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _11.MsgMultiSend; fromJSON(object: any): _11.MsgMultiSend; toJSON(message: _11.MsgMultiSend): unknown; fromPartial & { inputs?: _8.Input[] & (_8.Input & { address: string; coins: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; outputs?: _8.Output[] & (_8.Output & { address: string; coins: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_2): _11.MsgMultiSend; }; MsgMultiSendResponse: { typeUrl: string; encode(_: _11.MsgMultiSendResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _11.MsgMultiSendResponse; fromJSON(_: any): _11.MsgMultiSendResponse; toJSON(_: _11.MsgMultiSendResponse): unknown; fromPartial & {} & Record, never>>(_: I_3): _11.MsgMultiSendResponse; }; MsgClientImpl: typeof _11.MsgClientImpl; QueryBalanceRequest: { typeUrl: string; encode(message: _10.QueryBalanceRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryBalanceRequest; fromJSON(object: any): _10.QueryBalanceRequest; toJSON(message: _10.QueryBalanceRequest): unknown; fromPartial & { address?: string; denom?: string; } & Record, never>>(object: I_4): _10.QueryBalanceRequest; }; QueryBalanceResponse: { typeUrl: string; encode(message: _10.QueryBalanceResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryBalanceResponse; fromJSON(object: any): _10.QueryBalanceResponse; toJSON(message: _10.QueryBalanceResponse): unknown; fromPartial & { balance?: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>>(object: I_5): _10.QueryBalanceResponse; }; QueryAllBalancesRequest: { typeUrl: string; encode(message: _10.QueryAllBalancesRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryAllBalancesRequest; fromJSON(object: any): _10.QueryAllBalancesRequest; toJSON(message: _10.QueryAllBalancesRequest): unknown; fromPartial & { address?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_6): _10.QueryAllBalancesRequest; }; QueryAllBalancesResponse: { typeUrl: string; encode(message: _10.QueryAllBalancesResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryAllBalancesResponse; fromJSON(object: any): _10.QueryAllBalancesResponse; toJSON(message: _10.QueryAllBalancesResponse): unknown; fromPartial & { balances?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_7): _10.QueryAllBalancesResponse; }; QuerySpendableBalancesRequest: { typeUrl: string; encode(message: _10.QuerySpendableBalancesRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QuerySpendableBalancesRequest; fromJSON(object: any): _10.QuerySpendableBalancesRequest; toJSON(message: _10.QuerySpendableBalancesRequest): unknown; fromPartial & { address?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_8): _10.QuerySpendableBalancesRequest; }; QuerySpendableBalancesResponse: { typeUrl: string; encode(message: _10.QuerySpendableBalancesResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QuerySpendableBalancesResponse; fromJSON(object: any): _10.QuerySpendableBalancesResponse; toJSON(message: _10.QuerySpendableBalancesResponse): unknown; fromPartial & { balances?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_9): _10.QuerySpendableBalancesResponse; }; QueryTotalSupplyRequest: { typeUrl: string; encode(message: _10.QueryTotalSupplyRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryTotalSupplyRequest; fromJSON(object: any): _10.QueryTotalSupplyRequest; toJSON(message: _10.QueryTotalSupplyRequest): unknown; fromPartial & { pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_10): _10.QueryTotalSupplyRequest; }; QueryTotalSupplyResponse: { typeUrl: string; encode(message: _10.QueryTotalSupplyResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryTotalSupplyResponse; fromJSON(object: any): _10.QueryTotalSupplyResponse; toJSON(message: _10.QueryTotalSupplyResponse): unknown; fromPartial & { supply?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_11): _10.QueryTotalSupplyResponse; }; QuerySupplyOfRequest: { typeUrl: string; encode(message: _10.QuerySupplyOfRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QuerySupplyOfRequest; fromJSON(object: any): _10.QuerySupplyOfRequest; toJSON(message: _10.QuerySupplyOfRequest): unknown; fromPartial & { denom?: string; } & Record, never>>(object: I_12): _10.QuerySupplyOfRequest; }; QuerySupplyOfResponse: { typeUrl: string; encode(message: _10.QuerySupplyOfResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QuerySupplyOfResponse; fromJSON(object: any): _10.QuerySupplyOfResponse; toJSON(message: _10.QuerySupplyOfResponse): unknown; fromPartial & { amount?: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>>(object: I_13): _10.QuerySupplyOfResponse; }; QueryParamsRequest: { typeUrl: string; encode(_: _10.QueryParamsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryParamsRequest; fromJSON(_: any): _10.QueryParamsRequest; toJSON(_: _10.QueryParamsRequest): unknown; fromPartial & {} & Record, never>>(_: I_14): _10.QueryParamsRequest; }; QueryParamsResponse: { typeUrl: string; encode(message: _10.QueryParamsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryParamsResponse; fromJSON(object: any): _10.QueryParamsResponse; toJSON(message: _10.QueryParamsResponse): unknown; fromPartial & { params?: _8.Params & { sendEnabled: _8.SendEnabled[] & (_8.SendEnabled & { denom: string; enabled: boolean; } & Record, never>)[] & Record, never>; defaultSendEnabled: boolean; } & Record, never>; } & Record, never>>(object: I_15): _10.QueryParamsResponse; }; QueryDenomsMetadataRequest: { typeUrl: string; encode(message: _10.QueryDenomsMetadataRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryDenomsMetadataRequest; fromJSON(object: any): _10.QueryDenomsMetadataRequest; toJSON(message: _10.QueryDenomsMetadataRequest): unknown; fromPartial & { pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_16): _10.QueryDenomsMetadataRequest; }; QueryDenomsMetadataResponse: { typeUrl: string; encode(message: _10.QueryDenomsMetadataResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryDenomsMetadataResponse; fromJSON(object: any): _10.QueryDenomsMetadataResponse; toJSON(message: _10.QueryDenomsMetadataResponse): unknown; fromPartial & { metadatas?: _8.Metadata[] & (_8.Metadata & { description: string; denomUnits: _8.DenomUnit[] & (_8.DenomUnit & { denom: string; exponent: number; aliases: string[] & Record, never>; } & Record, never>)[] & Record, never>; base: string; display: string; name: string; symbol: string; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_17): _10.QueryDenomsMetadataResponse; }; QueryDenomMetadataRequest: { typeUrl: string; encode(message: _10.QueryDenomMetadataRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryDenomMetadataRequest; fromJSON(object: any): _10.QueryDenomMetadataRequest; toJSON(message: _10.QueryDenomMetadataRequest): unknown; fromPartial & { denom?: string; } & Record, never>>(object: I_18): _10.QueryDenomMetadataRequest; }; QueryDenomMetadataResponse: { typeUrl: string; encode(message: _10.QueryDenomMetadataResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _10.QueryDenomMetadataResponse; fromJSON(object: any): _10.QueryDenomMetadataResponse; toJSON(message: _10.QueryDenomMetadataResponse): unknown; fromPartial & { metadata?: _8.Metadata & { description: string; denomUnits: _8.DenomUnit[] & (_8.DenomUnit & { denom: string; exponent: number; aliases: string[] & Record, never>; } & Record, never>)[] & Record, never>; base: string; display: string; name: string; symbol: string; } & Record, never>; } & Record, never>>(object: I_19): _10.QueryDenomMetadataResponse; }; QueryClientImpl: typeof _10.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Balance(request: _10.QueryBalanceRequest): Promise<_10.QueryBalanceResponse>; AllBalances(request: _10.QueryAllBalancesRequest): Promise<_10.QueryAllBalancesResponse>; SpendableBalances(request: _10.QuerySpendableBalancesRequest): Promise<_10.QuerySpendableBalancesResponse>; TotalSupply(request?: _10.QueryTotalSupplyRequest): Promise<_10.QueryTotalSupplyResponse>; SupplyOf(request: _10.QuerySupplyOfRequest): Promise<_10.QuerySupplyOfResponse>; Params(request?: _10.QueryParamsRequest): Promise<_10.QueryParamsResponse>; DenomMetadata(request: _10.QueryDenomMetadataRequest): Promise<_10.QueryDenomMetadataResponse>; DenomsMetadata(request?: _10.QueryDenomsMetadataRequest): Promise<_10.QueryDenomsMetadataResponse>; }; GenesisState: { typeUrl: string; encode(message: _9.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _9.GenesisState; fromJSON(object: any): _9.GenesisState; toJSON(message: _9.GenesisState): unknown; fromPartial & { params?: _8.Params & { sendEnabled: _8.SendEnabled[] & (_8.SendEnabled & { denom: string; enabled: boolean; } & Record, never>)[] & Record, never>; defaultSendEnabled: boolean; } & Record, never>; balances?: _9.Balance[] & (_9.Balance & { address: string; coins: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; supply?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; denomMetadata?: _8.Metadata[] & (_8.Metadata & { description: string; denomUnits: _8.DenomUnit[] & (_8.DenomUnit & { denom: string; exponent: number; aliases: string[] & Record, never>; } & Record, never>)[] & Record, never>; base: string; display: string; name: string; symbol: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_20): _9.GenesisState; }; Balance: { typeUrl: string; encode(message: _9.Balance, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _9.Balance; fromJSON(object: any): _9.Balance; toJSON(message: _9.Balance): unknown; fromPartial & { address?: string; coins?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_21): _9.Balance; }; Params: { typeUrl: string; encode(message: _8.Params, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _8.Params; fromJSON(object: any): _8.Params; toJSON(message: _8.Params): unknown; fromPartial & { sendEnabled?: _8.SendEnabled[] & (_8.SendEnabled & { denom: string; enabled: boolean; } & Record, never>)[] & Record, never>; defaultSendEnabled?: boolean; } & Record, never>>(object: I_22): _8.Params; }; SendEnabled: { typeUrl: string; encode(message: _8.SendEnabled, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _8.SendEnabled; fromJSON(object: any): _8.SendEnabled; toJSON(message: _8.SendEnabled): unknown; fromPartial & { denom?: string; enabled?: boolean; } & Record, never>>(object: I_23): _8.SendEnabled; }; Input: { typeUrl: string; encode(message: _8.Input, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _8.Input; fromJSON(object: any): _8.Input; toJSON(message: _8.Input): unknown; fromPartial & { address?: string; coins?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_24): _8.Input; }; Output: { typeUrl: string; encode(message: _8.Output, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _8.Output; fromJSON(object: any): _8.Output; toJSON(message: _8.Output): unknown; fromPartial & { address?: string; coins?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_25): _8.Output; }; Supply: { typeUrl: string; encode(message: _8.Supply, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _8.Supply; fromJSON(object: any): _8.Supply; toJSON(message: _8.Supply): unknown; fromPartial & { total?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_26): _8.Supply; }; DenomUnit: { typeUrl: string; encode(message: _8.DenomUnit, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _8.DenomUnit; fromJSON(object: any): _8.DenomUnit; toJSON(message: _8.DenomUnit): unknown; fromPartial & { denom?: string; exponent?: number; aliases?: string[] & Record, never>; } & Record, never>>(object: I_27): _8.DenomUnit; }; Metadata: { typeUrl: string; encode(message: _8.Metadata, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _8.Metadata; fromJSON(object: any): _8.Metadata; toJSON(message: _8.Metadata): unknown; fromPartial & { description?: string; denomUnits?: _8.DenomUnit[] & (_8.DenomUnit & { denom: string; exponent: number; aliases: string[] & Record, never>; } & Record, never>)[] & Record, never>; base?: string; display?: string; name?: string; symbol?: string; } & Record, never>>(object: I_28): _8.Metadata; }; SendAuthorization: { typeUrl: string; encode(message: _7.SendAuthorization, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _7.SendAuthorization; fromJSON(object: any): _7.SendAuthorization; toJSON(message: _7.SendAuthorization): unknown; fromPartial & { spendLimit?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_29): _7.SendAuthorization; }; }; } namespace base { namespace abci { const v1beta1: { protobufPackage: "cosmos.base.abci.v1beta1"; TxResponse: { typeUrl: string; encode(message: _12.TxResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.TxResponse; fromJSON(object: any): _12.TxResponse; toJSON(message: _12.TxResponse): unknown; fromPartial & { height?: bigint; txhash?: string; codespace?: string; code?: number; data?: string; rawLog?: string; logs?: _12.ABCIMessageLog[] & (_12.ABCIMessageLog & { msgIndex: number; log: string; events: _12.StringEvent[] & (_12.StringEvent & { type: string; attributes: _12.Attribute[] & (_12.Attribute & { key: string; value: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; info?: string; gasWanted?: bigint; gasUsed?: bigint; tx?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; timestamp?: string; events?: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I): _12.TxResponse; }; ABCIMessageLog: { typeUrl: string; encode(message: _12.ABCIMessageLog, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.ABCIMessageLog; fromJSON(object: any): _12.ABCIMessageLog; toJSON(message: _12.ABCIMessageLog): unknown; fromPartial & { msgIndex?: number; log?: string; events?: _12.StringEvent[] & (_12.StringEvent & { type: string; attributes: _12.Attribute[] & (_12.Attribute & { key: string; value: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_1): _12.ABCIMessageLog; }; StringEvent: { typeUrl: string; encode(message: _12.StringEvent, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.StringEvent; fromJSON(object: any): _12.StringEvent; toJSON(message: _12.StringEvent): unknown; fromPartial & { type?: string; attributes?: _12.Attribute[] & (_12.Attribute & { key: string; value: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_2): _12.StringEvent; }; Attribute: { typeUrl: string; encode(message: _12.Attribute, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.Attribute; fromJSON(object: any): _12.Attribute; toJSON(message: _12.Attribute): unknown; fromPartial & { key?: string; value?: string; } & Record, never>>(object: I_3): _12.Attribute; }; GasInfo: { typeUrl: string; encode(message: _12.GasInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.GasInfo; fromJSON(object: any): _12.GasInfo; toJSON(message: _12.GasInfo): unknown; fromPartial & { gasWanted?: bigint; gasUsed?: bigint; } & Record, never>>(object: I_4): _12.GasInfo; }; Result: { typeUrl: string; encode(message: _12.Result, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.Result; fromJSON(object: any): _12.Result; toJSON(message: _12.Result): unknown; fromPartial & { data?: Uint8Array; log?: string; events?: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_5): _12.Result; }; SimulationResponse: { typeUrl: string; encode(message: _12.SimulationResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.SimulationResponse; fromJSON(object: any): _12.SimulationResponse; toJSON(message: _12.SimulationResponse): unknown; fromPartial & { gasInfo?: _12.GasInfo & { gasWanted: bigint; gasUsed: bigint; } & Record, never>; result?: _12.Result & { data: Uint8Array; log: string; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_6): _12.SimulationResponse; }; MsgData: { typeUrl: string; encode(message: _12.MsgData, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.MsgData; fromJSON(object: any): _12.MsgData; toJSON(message: _12.MsgData): unknown; fromPartial & { msgType?: string; data?: Uint8Array; } & Record, never>>(object: I_7): _12.MsgData; }; TxMsgData: { typeUrl: string; encode(message: _12.TxMsgData, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.TxMsgData; fromJSON(object: any): _12.TxMsgData; toJSON(message: _12.TxMsgData): unknown; fromPartial & { data?: _12.MsgData[] & (_12.MsgData & { msgType: string; data: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_8): _12.TxMsgData; }; SearchTxsResult: { typeUrl: string; encode(message: _12.SearchTxsResult, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _12.SearchTxsResult; fromJSON(object: any): _12.SearchTxsResult; toJSON(message: _12.SearchTxsResult): unknown; fromPartial & { totalCount?: bigint; count?: bigint; pageNumber?: bigint; pageTotal?: bigint; limit?: bigint; txs?: _12.TxResponse[] & (_12.TxResponse & { height: bigint; txhash: string; codespace: string; code: number; data: string; rawLog: string; logs: _12.ABCIMessageLog[] & (_12.ABCIMessageLog & { msgIndex: number; log: string; events: _12.StringEvent[] & (_12.StringEvent & { type: string; attributes: _12.Attribute[] & (_12.Attribute & { key: string; value: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; info: string; gasWanted: bigint; gasUsed: bigint; tx?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; timestamp: string; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_9): _12.SearchTxsResult; }; }; } namespace kv { const v1beta1: { protobufPackage: "cosmos.base.kv.v1beta1"; Pairs: { typeUrl: string; encode(message: _13.Pairs, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _13.Pairs; fromJSON(object: any): _13.Pairs; toJSON(message: _13.Pairs): unknown; fromPartial & { pairs?: _13.Pair[] & (_13.Pair & { key: Uint8Array; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I): _13.Pairs; }; Pair: { typeUrl: string; encode(message: _13.Pair, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _13.Pair; fromJSON(object: any): _13.Pair; toJSON(message: _13.Pair): unknown; fromPartial & { key?: Uint8Array; value?: Uint8Array; } & Record, never>>(object: I_1): _13.Pair; }; }; } namespace node { const v1beta1: { LCDQueryClient: typeof _113.LCDQueryClient; protobufPackage: "cosmos.base.node.v1beta1"; ConfigRequest: { typeUrl: string; encode(_: _14.ConfigRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _14.ConfigRequest; fromJSON(_: any): _14.ConfigRequest; toJSON(_: _14.ConfigRequest): unknown; fromPartial & {} & Record, never>>(_: I): _14.ConfigRequest; }; ConfigResponse: { typeUrl: string; encode(message: _14.ConfigResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _14.ConfigResponse; fromJSON(object: any): _14.ConfigResponse; toJSON(message: _14.ConfigResponse): unknown; fromPartial & { minimumGasPrice?: string; } & Record, never>>(object: I_1): _14.ConfigResponse; }; ServiceClientImpl: typeof _14.ServiceClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Config(request?: _14.ConfigRequest): Promise<_14.ConfigResponse>; }; }; } namespace query { const v1beta1: { protobufPackage: "cosmos.base.query.v1beta1"; PageRequest: { typeUrl: string; encode(message: _15.PageRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _15.PageRequest; fromJSON(object: any): _15.PageRequest; toJSON(message: _15.PageRequest): unknown; fromPartial & { key?: Uint8Array; offset?: bigint; limit?: bigint; countTotal?: boolean; reverse?: boolean; } & Record, never>>(object: I): _15.PageRequest; }; PageResponse: { typeUrl: string; encode(message: _15.PageResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _15.PageResponse; fromJSON(object: any): _15.PageResponse; toJSON(message: _15.PageResponse): unknown; fromPartial & { nextKey?: Uint8Array; total?: bigint; } & Record, never>>(object: I_1): _15.PageResponse; }; }; } namespace reflection { const v1beta1: { LCDQueryClient: typeof _114.LCDQueryClient; protobufPackage: "cosmos.base.reflection.v1beta1"; ListAllInterfacesRequest: { typeUrl: string; encode(_: _16.ListAllInterfacesRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _16.ListAllInterfacesRequest; fromJSON(_: any): _16.ListAllInterfacesRequest; toJSON(_: _16.ListAllInterfacesRequest): unknown; fromPartial & {} & Record, never>>(_: I): _16.ListAllInterfacesRequest; }; ListAllInterfacesResponse: { typeUrl: string; encode(message: _16.ListAllInterfacesResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _16.ListAllInterfacesResponse; fromJSON(object: any): _16.ListAllInterfacesResponse; toJSON(message: _16.ListAllInterfacesResponse): unknown; fromPartial & { interfaceNames?: string[] & Record, never>; } & Record, never>>(object: I_1): _16.ListAllInterfacesResponse; }; ListImplementationsRequest: { typeUrl: string; encode(message: _16.ListImplementationsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _16.ListImplementationsRequest; fromJSON(object: any): _16.ListImplementationsRequest; toJSON(message: _16.ListImplementationsRequest): unknown; fromPartial & { interfaceName?: string; } & Record, never>>(object: I_2): _16.ListImplementationsRequest; }; ListImplementationsResponse: { typeUrl: string; encode(message: _16.ListImplementationsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _16.ListImplementationsResponse; fromJSON(object: any): _16.ListImplementationsResponse; toJSON(message: _16.ListImplementationsResponse): unknown; fromPartial & { implementationMessageNames?: string[] & Record, never>; } & Record, never>>(object: I_3): _16.ListImplementationsResponse; }; ReflectionServiceClientImpl: typeof _16.ReflectionServiceClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { ListAllInterfaces(request?: _16.ListAllInterfacesRequest): Promise<_16.ListAllInterfacesResponse>; ListImplementations(request: _16.ListImplementationsRequest): Promise<_16.ListImplementationsResponse>; }; }; } namespace snapshots { const v1beta1: { protobufPackage: "cosmos.base.snapshots.v1beta1"; Snapshot: { typeUrl: string; encode(message: _17.Snapshot, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _17.Snapshot; fromJSON(object: any): _17.Snapshot; toJSON(message: _17.Snapshot): unknown; fromPartial & { height?: bigint; format?: number; chunks?: number; hash?: Uint8Array; metadata?: _17.Metadata & { chunkHashes: Uint8Array[] & Record, never>; } & Record, never>; } & Record, never>>(object: I): _17.Snapshot; }; Metadata: { typeUrl: string; encode(message: _17.Metadata, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _17.Metadata; fromJSON(object: any): _17.Metadata; toJSON(message: _17.Metadata): unknown; fromPartial & { chunkHashes?: Uint8Array[] & Record, never>; } & Record, never>>(object: I_1): _17.Metadata; }; SnapshotItem: { typeUrl: string; encode(message: _17.SnapshotItem, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _17.SnapshotItem; fromJSON(object: any): _17.SnapshotItem; toJSON(message: _17.SnapshotItem): unknown; fromPartial & { store?: _17.SnapshotStoreItem & { name: string; } & Record, never>; iavl?: _17.SnapshotIAVLItem & { key: Uint8Array; value: Uint8Array; version: bigint; height: number; } & Record, never>; extension?: _17.SnapshotExtensionMeta & { name: string; format: number; } & Record, never>; extensionPayload?: _17.SnapshotExtensionPayload & { payload: Uint8Array; } & Record, never>; } & Record, never>>(object: I_2): _17.SnapshotItem; }; SnapshotStoreItem: { typeUrl: string; encode(message: _17.SnapshotStoreItem, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _17.SnapshotStoreItem; fromJSON(object: any): _17.SnapshotStoreItem; toJSON(message: _17.SnapshotStoreItem): unknown; fromPartial & { name?: string; } & Record, never>>(object: I_3): _17.SnapshotStoreItem; }; SnapshotIAVLItem: { typeUrl: string; encode(message: _17.SnapshotIAVLItem, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _17.SnapshotIAVLItem; fromJSON(object: any): _17.SnapshotIAVLItem; toJSON(message: _17.SnapshotIAVLItem): unknown; fromPartial & { key?: Uint8Array; value?: Uint8Array; version?: bigint; height?: number; } & Record, never>>(object: I_4): _17.SnapshotIAVLItem; }; SnapshotExtensionMeta: { typeUrl: string; encode(message: _17.SnapshotExtensionMeta, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _17.SnapshotExtensionMeta; fromJSON(object: any): _17.SnapshotExtensionMeta; toJSON(message: _17.SnapshotExtensionMeta): unknown; fromPartial & { name?: string; format?: number; } & Record, never>>(object: I_5): _17.SnapshotExtensionMeta; }; SnapshotExtensionPayload: { typeUrl: string; encode(message: _17.SnapshotExtensionPayload, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _17.SnapshotExtensionPayload; fromJSON(object: any): _17.SnapshotExtensionPayload; toJSON(message: _17.SnapshotExtensionPayload): unknown; fromPartial & { payload?: Uint8Array; } & Record, never>>(object: I_6): _17.SnapshotExtensionPayload; }; }; } namespace store { const v1beta1: { protobufPackage: "cosmos.base.store.v1beta1"; StoreKVPair: { typeUrl: string; encode(message: _19.StoreKVPair, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _19.StoreKVPair; fromJSON(object: any): _19.StoreKVPair; toJSON(message: _19.StoreKVPair): unknown; fromPartial & { storeKey?: string; delete?: boolean; key?: Uint8Array; value?: Uint8Array; } & Record, never>>(object: I): _19.StoreKVPair; }; BlockMetadata: { typeUrl: string; encode(message: _19.BlockMetadata, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _19.BlockMetadata; fromJSON(object: any): _19.BlockMetadata; toJSON(message: _19.BlockMetadata): unknown; fromPartial & { requestBeginBlock?: import("../tendermint/abci/types").RequestBeginBlock & { hash: Uint8Array; header: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; lastCommitInfo: import("../tendermint/abci/types").LastCommitInfo & { round: number; votes: import("../tendermint/abci/types").VoteInfo[] & (import("../tendermint/abci/types").VoteInfo & { validator: import("../tendermint/abci/types").Validator & { address: Uint8Array; power: bigint; } & Record, never>; signedLastBlock: boolean; } & Record, never>)[] & Record, never>; } & Record, never>; byzantineValidators: import("../tendermint/abci/types").Evidence[] & (import("../tendermint/abci/types").Evidence & { type: import("../tendermint/abci/types").EvidenceType; validator: import("../tendermint/abci/types").Validator & { address: Uint8Array; power: bigint; } & Record, never>; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; totalVotingPower: bigint; } & Record, never>)[] & Record, never>; } & Record, never>; responseBeginBlock?: import("../tendermint/abci/types").ResponseBeginBlock & { events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; deliverTxs?: _19.BlockMetadata_DeliverTx[] & (_19.BlockMetadata_DeliverTx & { request?: import("../tendermint/abci/types").RequestDeliverTx & { tx: Uint8Array; } & Record, never>; response?: import("../tendermint/abci/types").ResponseDeliverTx & { code: number; data: Uint8Array; log: string; info: string; gasWanted: bigint; gasUsed: bigint; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; codespace: string; } & Record, never>; } & Record, never>)[] & Record, never>; requestEndBlock?: import("../tendermint/abci/types").RequestEndBlock & { height: bigint; } & Record, never>; responseEndBlock?: import("../tendermint/abci/types").ResponseEndBlock & { validatorUpdates: import("../tendermint/abci/types").ValidatorUpdate[] & (import("../tendermint/abci/types").ValidatorUpdate & { pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; power: bigint; } & Record, never>)[] & Record, never>; consensusParamUpdates?: import("../tendermint/abci/types").ConsensusParams & { block?: import("../tendermint/abci/types").BlockParams & { maxBytes: bigint; maxGas: bigint; } & Record, never>; evidence?: import("../tendermint/types/params").EvidenceParams & { maxAgeNumBlocks: bigint; maxAgeDuration: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; maxBytes: bigint; } & Record, never>; validator?: import("../tendermint/types/params").ValidatorParams & { pubKeyTypes: string[] & Record, never>; } & Record, never>; version?: import("../tendermint/types/params").VersionParams & { appVersion: bigint; } & Record, never>; } & Record, never>; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; responseCommit?: import("../tendermint/abci/types").ResponseCommit & { data: Uint8Array; retainHeight: bigint; } & Record, never>; } & Record, never>>(object: I_1): _19.BlockMetadata; }; BlockMetadata_DeliverTx: { typeUrl: string; encode(message: _19.BlockMetadata_DeliverTx, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _19.BlockMetadata_DeliverTx; fromJSON(object: any): _19.BlockMetadata_DeliverTx; toJSON(message: _19.BlockMetadata_DeliverTx): unknown; fromPartial & { request?: import("../tendermint/abci/types").RequestDeliverTx & { tx: Uint8Array; } & Record, never>; response?: import("../tendermint/abci/types").ResponseDeliverTx & { code: number; data: Uint8Array; log: string; info: string; gasWanted: bigint; gasUsed: bigint; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; codespace: string; } & Record, never>; } & Record, never>>(object: I_2): _19.BlockMetadata_DeliverTx; }; CommitInfo: { typeUrl: string; encode(message: _18.CommitInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _18.CommitInfo; fromJSON(object: any): _18.CommitInfo; toJSON(message: _18.CommitInfo): unknown; fromPartial & { version?: bigint; storeInfos?: _18.StoreInfo[] & (_18.StoreInfo & { name: string; commitId: _18.CommitID & { version: bigint; hash: Uint8Array; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_3): _18.CommitInfo; }; StoreInfo: { typeUrl: string; encode(message: _18.StoreInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _18.StoreInfo; fromJSON(object: any): _18.StoreInfo; toJSON(message: _18.StoreInfo): unknown; fromPartial & { name?: string; commitId?: _18.CommitID & { version: bigint; hash: Uint8Array; } & Record, never>; } & Record, never>>(object: I_4): _18.StoreInfo; }; CommitID: { typeUrl: string; encode(message: _18.CommitID, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _18.CommitID; fromJSON(object: any): _18.CommitID; toJSON(message: _18.CommitID): unknown; fromPartial & { version?: bigint; hash?: Uint8Array; } & Record, never>>(object: I_5): _18.CommitID; }; }; } namespace tendermint { const v1beta1: { LCDQueryClient: typeof _115.LCDQueryClient; protobufPackage: "cosmos.base.tendermint.v1beta1"; GetValidatorSetByHeightRequest: { typeUrl: string; encode(message: _20.GetValidatorSetByHeightRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetValidatorSetByHeightRequest; fromJSON(object: any): _20.GetValidatorSetByHeightRequest; toJSON(message: _20.GetValidatorSetByHeightRequest): unknown; fromPartial & { height?: bigint; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I): _20.GetValidatorSetByHeightRequest; }; GetValidatorSetByHeightResponse: { typeUrl: string; encode(message: _20.GetValidatorSetByHeightResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetValidatorSetByHeightResponse; fromJSON(object: any): _20.GetValidatorSetByHeightResponse; toJSON(message: _20.GetValidatorSetByHeightResponse): unknown; fromPartial & { blockHeight?: bigint; validators?: _20.Validator[] & (_20.Validator & { address: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_1): _20.GetValidatorSetByHeightResponse; }; GetLatestValidatorSetRequest: { typeUrl: string; encode(message: _20.GetLatestValidatorSetRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetLatestValidatorSetRequest; fromJSON(object: any): _20.GetLatestValidatorSetRequest; toJSON(message: _20.GetLatestValidatorSetRequest): unknown; fromPartial & { pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_2): _20.GetLatestValidatorSetRequest; }; GetLatestValidatorSetResponse: { typeUrl: string; encode(message: _20.GetLatestValidatorSetResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetLatestValidatorSetResponse; fromJSON(object: any): _20.GetLatestValidatorSetResponse; toJSON(message: _20.GetLatestValidatorSetResponse): unknown; fromPartial & { blockHeight?: bigint; validators?: _20.Validator[] & (_20.Validator & { address: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_3): _20.GetLatestValidatorSetResponse; }; Validator: { typeUrl: string; encode(message: _20.Validator, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.Validator; fromJSON(object: any): _20.Validator; toJSON(message: _20.Validator): unknown; fromPartial & { address?: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; votingPower?: bigint; proposerPriority?: bigint; } & Record, never>>(object: I_4): _20.Validator; }; GetBlockByHeightRequest: { typeUrl: string; encode(message: _20.GetBlockByHeightRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetBlockByHeightRequest; fromJSON(object: any): _20.GetBlockByHeightRequest; toJSON(message: _20.GetBlockByHeightRequest): unknown; fromPartial & { height?: bigint; } & Record, never>>(object: I_5): _20.GetBlockByHeightRequest; }; GetBlockByHeightResponse: { typeUrl: string; encode(message: _20.GetBlockByHeightResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetBlockByHeightResponse; fromJSON(object: any): _20.GetBlockByHeightResponse; toJSON(message: _20.GetBlockByHeightResponse): unknown; fromPartial & { blockId?: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; block?: import("../tendermint/types/block").Block & { header: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; data: import("../tendermint/types/types").Data & { txs: Uint8Array[] & Record, never>; } & Record, never>; evidence: import("../tendermint/types/evidence").EvidenceList & { evidence: import("../tendermint/types/evidence").Evidence[] & (import("../tendermint/types/evidence").Evidence & { duplicateVoteEvidence?: import("../tendermint/types/evidence").DuplicateVoteEvidence & { voteA?: import("../tendermint/types/types").Vote & { type: import("../tendermint/types/types").SignedMsgType; height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; validatorAddress: Uint8Array; validatorIndex: number; signature: Uint8Array; } & Record, never>; voteB?: import("../tendermint/types/types").Vote & { type: import("../tendermint/types/types").SignedMsgType; height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; validatorAddress: Uint8Array; validatorIndex: number; signature: Uint8Array; } & Record, never>; totalVotingPower: bigint; validatorPower: bigint; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; lightClientAttackEvidence?: import("../tendermint/types/evidence").LightClientAttackEvidence & { conflictingBlock?: import("../tendermint/types/types").LightBlock & { signedHeader?: import("../tendermint/types/types").SignedHeader & { header?: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; commit?: import("../tendermint/types/types").Commit & { height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; signatures: import("../tendermint/types/types").CommitSig[] & (import("../tendermint/types/types").CommitSig & { blockIdFlag: import("../tendermint/types/types").BlockIDFlag; validatorAddress: Uint8Array; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; signature: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; validatorSet?: import("../tendermint/types/validator").ValidatorSet & { validators: import("../tendermint/types/validator").Validator[] & (import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>)[] & Record, never>; proposer?: import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>; totalVotingPower: bigint; } & Record, never>; } & Record, never>; commonHeight: bigint; byzantineValidators: import("../tendermint/types/validator").Validator[] & (import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>)[] & Record, never>; totalVotingPower: bigint; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; lastCommit?: import("../tendermint/types/types").Commit & { height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; signatures: import("../tendermint/types/types").CommitSig[] & (import("../tendermint/types/types").CommitSig & { blockIdFlag: import("../tendermint/types/types").BlockIDFlag; validatorAddress: Uint8Array; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; signature: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; } & Record, never>>(object: I_6): _20.GetBlockByHeightResponse; }; GetLatestBlockRequest: { typeUrl: string; encode(_: _20.GetLatestBlockRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetLatestBlockRequest; fromJSON(_: any): _20.GetLatestBlockRequest; toJSON(_: _20.GetLatestBlockRequest): unknown; fromPartial & {} & Record, never>>(_: I_7): _20.GetLatestBlockRequest; }; GetLatestBlockResponse: { typeUrl: string; encode(message: _20.GetLatestBlockResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetLatestBlockResponse; fromJSON(object: any): _20.GetLatestBlockResponse; toJSON(message: _20.GetLatestBlockResponse): unknown; fromPartial & { blockId?: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; block?: import("../tendermint/types/block").Block & { header: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; data: import("../tendermint/types/types").Data & { txs: Uint8Array[] & Record, never>; } & Record, never>; evidence: import("../tendermint/types/evidence").EvidenceList & { evidence: import("../tendermint/types/evidence").Evidence[] & (import("../tendermint/types/evidence").Evidence & { duplicateVoteEvidence?: import("../tendermint/types/evidence").DuplicateVoteEvidence & { voteA?: import("../tendermint/types/types").Vote & { type: import("../tendermint/types/types").SignedMsgType; height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; validatorAddress: Uint8Array; validatorIndex: number; signature: Uint8Array; } & Record, never>; voteB?: import("../tendermint/types/types").Vote & { type: import("../tendermint/types/types").SignedMsgType; height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; validatorAddress: Uint8Array; validatorIndex: number; signature: Uint8Array; } & Record, never>; totalVotingPower: bigint; validatorPower: bigint; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; lightClientAttackEvidence?: import("../tendermint/types/evidence").LightClientAttackEvidence & { conflictingBlock?: import("../tendermint/types/types").LightBlock & { signedHeader?: import("../tendermint/types/types").SignedHeader & { header?: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; commit?: import("../tendermint/types/types").Commit & { height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; signatures: import("../tendermint/types/types").CommitSig[] & (import("../tendermint/types/types").CommitSig & { blockIdFlag: import("../tendermint/types/types").BlockIDFlag; validatorAddress: Uint8Array; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; signature: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; validatorSet?: import("../tendermint/types/validator").ValidatorSet & { validators: import("../tendermint/types/validator").Validator[] & (import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>)[] & Record, never>; proposer?: import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>; totalVotingPower: bigint; } & Record, never>; } & Record, never>; commonHeight: bigint; byzantineValidators: import("../tendermint/types/validator").Validator[] & (import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>)[] & Record, never>; totalVotingPower: bigint; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; lastCommit?: import("../tendermint/types/types").Commit & { height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; signatures: import("../tendermint/types/types").CommitSig[] & (import("../tendermint/types/types").CommitSig & { blockIdFlag: import("../tendermint/types/types").BlockIDFlag; validatorAddress: Uint8Array; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; signature: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; } & Record, never>>(object: I_8): _20.GetLatestBlockResponse; }; GetSyncingRequest: { typeUrl: string; encode(_: _20.GetSyncingRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetSyncingRequest; fromJSON(_: any): _20.GetSyncingRequest; toJSON(_: _20.GetSyncingRequest): unknown; fromPartial & {} & Record, never>>(_: I_9): _20.GetSyncingRequest; }; GetSyncingResponse: { typeUrl: string; encode(message: _20.GetSyncingResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetSyncingResponse; fromJSON(object: any): _20.GetSyncingResponse; toJSON(message: _20.GetSyncingResponse): unknown; fromPartial & { syncing?: boolean; } & Record, never>>(object: I_10): _20.GetSyncingResponse; }; GetNodeInfoRequest: { typeUrl: string; encode(_: _20.GetNodeInfoRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetNodeInfoRequest; fromJSON(_: any): _20.GetNodeInfoRequest; toJSON(_: _20.GetNodeInfoRequest): unknown; fromPartial & {} & Record, never>>(_: I_11): _20.GetNodeInfoRequest; }; GetNodeInfoResponse: { typeUrl: string; encode(message: _20.GetNodeInfoResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.GetNodeInfoResponse; fromJSON(object: any): _20.GetNodeInfoResponse; toJSON(message: _20.GetNodeInfoResponse): unknown; fromPartial & { defaultNodeInfo?: import("../tendermint/p2p/types").DefaultNodeInfo & { protocolVersion: import("../tendermint/p2p/types").ProtocolVersion & { p2p: bigint; block: bigint; app: bigint; } & Record, never>; defaultNodeId: string; listenAddr: string; network: string; version: string; channels: Uint8Array; moniker: string; other: import("../tendermint/p2p/types").DefaultNodeInfoOther & { txIndex: string; rpcAddress: string; } & Record, never>; } & Record, never>; applicationVersion?: _20.VersionInfo & { name: string; appName: string; version: string; gitCommit: string; buildTags: string; goVersion: string; buildDeps: _20.Module[] & (_20.Module & { path: string; version: string; sum: string; } & Record, never>)[] & Record, never>; cosmosSdkVersion: string; } & Record, never>; } & Record, never>>(object: I_12): _20.GetNodeInfoResponse; }; VersionInfo: { typeUrl: string; encode(message: _20.VersionInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.VersionInfo; fromJSON(object: any): _20.VersionInfo; toJSON(message: _20.VersionInfo): unknown; fromPartial & { name?: string; appName?: string; version?: string; gitCommit?: string; buildTags?: string; goVersion?: string; buildDeps?: _20.Module[] & (_20.Module & { path: string; version: string; sum: string; } & Record, never>)[] & Record, never>; cosmosSdkVersion?: string; } & Record, never>>(object: I_13): _20.VersionInfo; }; Module: { typeUrl: string; encode(message: _20.Module, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _20.Module; fromJSON(object: any): _20.Module; toJSON(message: _20.Module): unknown; fromPartial & { path?: string; version?: string; sum?: string; } & Record, never>>(object: I_14): _20.Module; }; ServiceClientImpl: typeof _20.ServiceClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { GetNodeInfo(request?: _20.GetNodeInfoRequest): Promise<_20.GetNodeInfoResponse>; GetSyncing(request?: _20.GetSyncingRequest): Promise<_20.GetSyncingResponse>; GetLatestBlock(request?: _20.GetLatestBlockRequest): Promise<_20.GetLatestBlockResponse>; GetBlockByHeight(request: _20.GetBlockByHeightRequest): Promise<_20.GetBlockByHeightResponse>; GetLatestValidatorSet(request?: _20.GetLatestValidatorSetRequest): Promise<_20.GetLatestValidatorSetResponse>; GetValidatorSetByHeight(request: _20.GetValidatorSetByHeightRequest): Promise<_20.GetValidatorSetByHeightResponse>; }; }; } const v1beta1: { protobufPackage: "cosmos.base.v1beta1"; Coin: { typeUrl: string; encode(message: _21.Coin, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _21.Coin; fromJSON(object: any): _21.Coin; toJSON(message: _21.Coin): unknown; fromPartial & { denom?: string; amount?: string; } & Record, never>>(object: I): _21.Coin; }; DecCoin: { typeUrl: string; encode(message: _21.DecCoin, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _21.DecCoin; fromJSON(object: any): _21.DecCoin; toJSON(message: _21.DecCoin): unknown; fromPartial & { denom?: string; amount?: string; } & Record, never>>(object: I_1): _21.DecCoin; }; IntProto: { typeUrl: string; encode(message: _21.IntProto, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _21.IntProto; fromJSON(object: any): _21.IntProto; toJSON(message: _21.IntProto): unknown; fromPartial & { int?: string; } & Record, never>>(object: I_2): _21.IntProto; }; DecProto: { typeUrl: string; encode(message: _21.DecProto, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _21.DecProto; fromJSON(object: any): _21.DecProto; toJSON(message: _21.DecProto): unknown; fromPartial & { dec?: string; } & Record, never>>(object: I_3): _21.DecProto; }; }; } namespace capability { const v1beta1: { protobufPackage: "cosmos.capability.v1beta1"; GenesisOwners: { typeUrl: string; encode(message: _23.GenesisOwners, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _23.GenesisOwners; fromJSON(object: any): _23.GenesisOwners; toJSON(message: _23.GenesisOwners): unknown; fromPartial & { index?: bigint; indexOwners?: _22.CapabilityOwners & { owners: _22.Owner[] & (_22.Owner & { module: string; name: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I): _23.GenesisOwners; }; GenesisState: { typeUrl: string; encode(message: _23.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _23.GenesisState; fromJSON(object: any): _23.GenesisState; toJSON(message: _23.GenesisState): unknown; fromPartial & { index?: bigint; owners?: _23.GenesisOwners[] & (_23.GenesisOwners & { index: bigint; indexOwners: _22.CapabilityOwners & { owners: _22.Owner[] & (_22.Owner & { module: string; name: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_1): _23.GenesisState; }; Capability: { typeUrl: string; encode(message: _22.Capability, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _22.Capability; fromJSON(object: any): _22.Capability; toJSON(message: _22.Capability): unknown; fromPartial & { index?: bigint; } & Record, never>>(object: I_2): _22.Capability; }; Owner: { typeUrl: string; encode(message: _22.Owner, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _22.Owner; fromJSON(object: any): _22.Owner; toJSON(message: _22.Owner): unknown; fromPartial & { module?: string; name?: string; } & Record, never>>(object: I_3): _22.Owner; }; CapabilityOwners: { typeUrl: string; encode(message: _22.CapabilityOwners, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _22.CapabilityOwners; fromJSON(object: any): _22.CapabilityOwners; toJSON(message: _22.CapabilityOwners): unknown; fromPartial & { owners?: _22.Owner[] & (_22.Owner & { module: string; name: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_4): _22.CapabilityOwners; }; }; } namespace crisis { const v1beta1: { registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { verifyInvariant(value: _25.MsgVerifyInvariant): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { verifyInvariant(value: _25.MsgVerifyInvariant): { typeUrl: string; value: _25.MsgVerifyInvariant; }; }; toJSON: { verifyInvariant(value: _25.MsgVerifyInvariant): { typeUrl: string; value: unknown; }; }; fromJSON: { verifyInvariant(value: any): { typeUrl: string; value: _25.MsgVerifyInvariant; }; }; fromPartial: { verifyInvariant(value: _25.MsgVerifyInvariant): { typeUrl: string; value: _25.MsgVerifyInvariant; }; }; }; AminoConverter: { "/cosmos.crisis.v1beta1.MsgVerifyInvariant": { aminoType: string; toAmino: ({ sender, invariantModuleName, invariantRoute, }: _25.MsgVerifyInvariant) => { sender: string; invariant_module_name: string; invariant_route: string; }; fromAmino: ({ sender, invariant_module_name, invariant_route, }: { sender: string; invariant_module_name: string; invariant_route: string; }) => _25.MsgVerifyInvariant; }; }; protobufPackage: "cosmos.crisis.v1beta1"; MsgVerifyInvariant: { typeUrl: string; encode(message: _25.MsgVerifyInvariant, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _25.MsgVerifyInvariant; fromJSON(object: any): _25.MsgVerifyInvariant; toJSON(message: _25.MsgVerifyInvariant): unknown; fromPartial & { sender?: string; invariantModuleName?: string; invariantRoute?: string; } & Record, never>>(object: I): _25.MsgVerifyInvariant; }; MsgVerifyInvariantResponse: { typeUrl: string; encode(_: _25.MsgVerifyInvariantResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _25.MsgVerifyInvariantResponse; fromJSON(_: any): _25.MsgVerifyInvariantResponse; toJSON(_: _25.MsgVerifyInvariantResponse): unknown; fromPartial & {} & Record, never>>(_: I_1): _25.MsgVerifyInvariantResponse; }; MsgClientImpl: typeof _25.MsgClientImpl; GenesisState: { typeUrl: string; encode(message: _24.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _24.GenesisState; fromJSON(object: any): _24.GenesisState; toJSON(message: _24.GenesisState): unknown; fromPartial & { constantFee?: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>>(object: I_2): _24.GenesisState; }; }; } namespace crypto { const ed25519: { protobufPackage: "cosmos.crypto.ed25519"; PubKey: { typeUrl: string; encode(message: _26.PubKey, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _26.PubKey; fromJSON(object: any): _26.PubKey; toJSON(message: _26.PubKey): unknown; fromPartial & { key?: Uint8Array; } & Record, never>>(object: I): _26.PubKey; }; PrivKey: { typeUrl: string; encode(message: _26.PrivKey, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _26.PrivKey; fromJSON(object: any): _26.PrivKey; toJSON(message: _26.PrivKey): unknown; fromPartial & { key?: Uint8Array; } & Record, never>>(object: I_1): _26.PrivKey; }; }; const multisig: { protobufPackage: "cosmos.crypto.multisig"; LegacyAminoPubKey: { typeUrl: string; encode(message: _27.LegacyAminoPubKey, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _27.LegacyAminoPubKey; fromJSON(object: any): _27.LegacyAminoPubKey; toJSON(message: _27.LegacyAminoPubKey): unknown; fromPartial & { threshold?: number; publicKeys?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I): _27.LegacyAminoPubKey; }; }; const secp256k1: { protobufPackage: "cosmos.crypto.secp256k1"; PubKey: { typeUrl: string; encode(message: _28.PubKey, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _28.PubKey; fromJSON(object: any): _28.PubKey; toJSON(message: _28.PubKey): unknown; fromPartial & { key?: Uint8Array; } & Record, never>>(object: I): _28.PubKey; }; PrivKey: { typeUrl: string; encode(message: _28.PrivKey, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _28.PrivKey; fromJSON(object: any): _28.PrivKey; toJSON(message: _28.PrivKey): unknown; fromPartial & { key?: Uint8Array; } & Record, never>>(object: I_1): _28.PrivKey; }; }; } namespace distribution { const v1beta1: { LCDQueryClient: typeof _116.LCDQueryClient; registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { setWithdrawAddress(value: _32.MsgSetWithdrawAddress): { typeUrl: string; value: Uint8Array; }; withdrawDelegatorReward(value: _32.MsgWithdrawDelegatorReward): { typeUrl: string; value: Uint8Array; }; withdrawValidatorCommission(value: _32.MsgWithdrawValidatorCommission): { typeUrl: string; value: Uint8Array; }; fundCommunityPool(value: _32.MsgFundCommunityPool): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { setWithdrawAddress(value: _32.MsgSetWithdrawAddress): { typeUrl: string; value: _32.MsgSetWithdrawAddress; }; withdrawDelegatorReward(value: _32.MsgWithdrawDelegatorReward): { typeUrl: string; value: _32.MsgWithdrawDelegatorReward; }; withdrawValidatorCommission(value: _32.MsgWithdrawValidatorCommission): { typeUrl: string; value: _32.MsgWithdrawValidatorCommission; }; fundCommunityPool(value: _32.MsgFundCommunityPool): { typeUrl: string; value: _32.MsgFundCommunityPool; }; }; toJSON: { setWithdrawAddress(value: _32.MsgSetWithdrawAddress): { typeUrl: string; value: unknown; }; withdrawDelegatorReward(value: _32.MsgWithdrawDelegatorReward): { typeUrl: string; value: unknown; }; withdrawValidatorCommission(value: _32.MsgWithdrawValidatorCommission): { typeUrl: string; value: unknown; }; fundCommunityPool(value: _32.MsgFundCommunityPool): { typeUrl: string; value: unknown; }; }; fromJSON: { setWithdrawAddress(value: any): { typeUrl: string; value: _32.MsgSetWithdrawAddress; }; withdrawDelegatorReward(value: any): { typeUrl: string; value: _32.MsgWithdrawDelegatorReward; }; withdrawValidatorCommission(value: any): { typeUrl: string; value: _32.MsgWithdrawValidatorCommission; }; fundCommunityPool(value: any): { typeUrl: string; value: _32.MsgFundCommunityPool; }; }; fromPartial: { setWithdrawAddress(value: _32.MsgSetWithdrawAddress): { typeUrl: string; value: _32.MsgSetWithdrawAddress; }; withdrawDelegatorReward(value: _32.MsgWithdrawDelegatorReward): { typeUrl: string; value: _32.MsgWithdrawDelegatorReward; }; withdrawValidatorCommission(value: _32.MsgWithdrawValidatorCommission): { typeUrl: string; value: _32.MsgWithdrawValidatorCommission; }; fundCommunityPool(value: _32.MsgFundCommunityPool): { typeUrl: string; value: _32.MsgFundCommunityPool; }; }; }; AminoConverter: { "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress": { aminoType: string; toAmino: ({ delegatorAddress, withdrawAddress, }: _32.MsgSetWithdrawAddress) => { delegator_address: string; withdraw_address: string; }; fromAmino: ({ delegator_address, withdraw_address, }: { delegator_address: string; withdraw_address: string; }) => _32.MsgSetWithdrawAddress; }; "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward": { aminoType: string; toAmino: ({ delegatorAddress, validatorAddress, }: _32.MsgWithdrawDelegatorReward) => { delegator_address: string; validator_address: string; }; fromAmino: ({ delegator_address, validator_address, }: { delegator_address: string; validator_address: string; }) => _32.MsgWithdrawDelegatorReward; }; "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission": { aminoType: string; toAmino: ({ validatorAddress, }: _32.MsgWithdrawValidatorCommission) => { validator_address: string; }; fromAmino: ({ validator_address, }: { validator_address: string; }) => _32.MsgWithdrawValidatorCommission; }; "/cosmos.distribution.v1beta1.MsgFundCommunityPool": { aminoType: string; toAmino: ({ amount, depositor }: _32.MsgFundCommunityPool) => { amount: { denom: string; amount: string; }[]; depositor: string; }; fromAmino: ({ amount, depositor }: { amount: { denom: string; amount: string; }[]; depositor: string; }) => _32.MsgFundCommunityPool; }; }; protobufPackage: "cosmos.distribution.v1beta1"; MsgSetWithdrawAddress: { typeUrl: string; encode(message: _32.MsgSetWithdrawAddress, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _32.MsgSetWithdrawAddress; fromJSON(object: any): _32.MsgSetWithdrawAddress; toJSON(message: _32.MsgSetWithdrawAddress): unknown; fromPartial & { delegatorAddress?: string; withdrawAddress?: string; } & Record, never>>(object: I): _32.MsgSetWithdrawAddress; }; MsgSetWithdrawAddressResponse: { typeUrl: string; encode(_: _32.MsgSetWithdrawAddressResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _32.MsgSetWithdrawAddressResponse; fromJSON(_: any): _32.MsgSetWithdrawAddressResponse; toJSON(_: _32.MsgSetWithdrawAddressResponse): unknown; fromPartial & {} & Record, never>>(_: I_1): _32.MsgSetWithdrawAddressResponse; }; MsgWithdrawDelegatorReward: { typeUrl: string; encode(message: _32.MsgWithdrawDelegatorReward, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _32.MsgWithdrawDelegatorReward; fromJSON(object: any): _32.MsgWithdrawDelegatorReward; toJSON(message: _32.MsgWithdrawDelegatorReward): unknown; fromPartial & { delegatorAddress?: string; validatorAddress?: string; } & Record, never>>(object: I_2): _32.MsgWithdrawDelegatorReward; }; MsgWithdrawDelegatorRewardResponse: { typeUrl: string; encode(_: _32.MsgWithdrawDelegatorRewardResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _32.MsgWithdrawDelegatorRewardResponse; fromJSON(_: any): _32.MsgWithdrawDelegatorRewardResponse; toJSON(_: _32.MsgWithdrawDelegatorRewardResponse): unknown; fromPartial & {} & Record, never>>(_: I_3): _32.MsgWithdrawDelegatorRewardResponse; }; MsgWithdrawValidatorCommission: { typeUrl: string; encode(message: _32.MsgWithdrawValidatorCommission, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _32.MsgWithdrawValidatorCommission; fromJSON(object: any): _32.MsgWithdrawValidatorCommission; toJSON(message: _32.MsgWithdrawValidatorCommission): unknown; fromPartial & { validatorAddress?: string; } & Record, never>>(object: I_4): _32.MsgWithdrawValidatorCommission; }; MsgWithdrawValidatorCommissionResponse: { typeUrl: string; encode(_: _32.MsgWithdrawValidatorCommissionResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _32.MsgWithdrawValidatorCommissionResponse; fromJSON(_: any): _32.MsgWithdrawValidatorCommissionResponse; toJSON(_: _32.MsgWithdrawValidatorCommissionResponse): unknown; fromPartial & {} & Record, never>>(_: I_5): _32.MsgWithdrawValidatorCommissionResponse; }; MsgFundCommunityPool: { typeUrl: string; encode(message: _32.MsgFundCommunityPool, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _32.MsgFundCommunityPool; fromJSON(object: any): _32.MsgFundCommunityPool; toJSON(message: _32.MsgFundCommunityPool): unknown; fromPartial & { amount?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; depositor?: string; } & Record, never>>(object: I_6): _32.MsgFundCommunityPool; }; MsgFundCommunityPoolResponse: { typeUrl: string; encode(_: _32.MsgFundCommunityPoolResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _32.MsgFundCommunityPoolResponse; fromJSON(_: any): _32.MsgFundCommunityPoolResponse; toJSON(_: _32.MsgFundCommunityPoolResponse): unknown; fromPartial & {} & Record, never>>(_: I_7): _32.MsgFundCommunityPoolResponse; }; MsgClientImpl: typeof _32.MsgClientImpl; QueryParamsRequest: { typeUrl: string; encode(_: _31.QueryParamsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryParamsRequest; fromJSON(_: any): _31.QueryParamsRequest; toJSON(_: _31.QueryParamsRequest): unknown; fromPartial & {} & Record, never>>(_: I_8): _31.QueryParamsRequest; }; QueryParamsResponse: { typeUrl: string; encode(message: _31.QueryParamsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryParamsResponse; fromJSON(object: any): _31.QueryParamsResponse; toJSON(message: _31.QueryParamsResponse): unknown; fromPartial & { params?: _29.Params & { communityTax: string; baseProposerReward: string; bonusProposerReward: string; withdrawAddrEnabled: boolean; } & Record, never>; } & Record, never>>(object: I_9): _31.QueryParamsResponse; }; QueryValidatorOutstandingRewardsRequest: { typeUrl: string; encode(message: _31.QueryValidatorOutstandingRewardsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryValidatorOutstandingRewardsRequest; fromJSON(object: any): _31.QueryValidatorOutstandingRewardsRequest; toJSON(message: _31.QueryValidatorOutstandingRewardsRequest): unknown; fromPartial & { validatorAddress?: string; } & Record, never>>(object: I_10): _31.QueryValidatorOutstandingRewardsRequest; }; QueryValidatorOutstandingRewardsResponse: { typeUrl: string; encode(message: _31.QueryValidatorOutstandingRewardsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryValidatorOutstandingRewardsResponse; fromJSON(object: any): _31.QueryValidatorOutstandingRewardsResponse; toJSON(message: _31.QueryValidatorOutstandingRewardsResponse): unknown; fromPartial & { rewards?: _29.ValidatorOutstandingRewards & { rewards: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_11): _31.QueryValidatorOutstandingRewardsResponse; }; QueryValidatorCommissionRequest: { typeUrl: string; encode(message: _31.QueryValidatorCommissionRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryValidatorCommissionRequest; fromJSON(object: any): _31.QueryValidatorCommissionRequest; toJSON(message: _31.QueryValidatorCommissionRequest): unknown; fromPartial & { validatorAddress?: string; } & Record, never>>(object: I_12): _31.QueryValidatorCommissionRequest; }; QueryValidatorCommissionResponse: { typeUrl: string; encode(message: _31.QueryValidatorCommissionResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryValidatorCommissionResponse; fromJSON(object: any): _31.QueryValidatorCommissionResponse; toJSON(message: _31.QueryValidatorCommissionResponse): unknown; fromPartial & { commission?: _29.ValidatorAccumulatedCommission & { commission: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_13): _31.QueryValidatorCommissionResponse; }; QueryValidatorSlashesRequest: { typeUrl: string; encode(message: _31.QueryValidatorSlashesRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryValidatorSlashesRequest; fromJSON(object: any): _31.QueryValidatorSlashesRequest; toJSON(message: _31.QueryValidatorSlashesRequest): unknown; fromPartial & { validatorAddress?: string; startingHeight?: bigint; endingHeight?: bigint; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_14): _31.QueryValidatorSlashesRequest; }; QueryValidatorSlashesResponse: { typeUrl: string; encode(message: _31.QueryValidatorSlashesResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryValidatorSlashesResponse; fromJSON(object: any): _31.QueryValidatorSlashesResponse; toJSON(message: _31.QueryValidatorSlashesResponse): unknown; fromPartial & { slashes?: _29.ValidatorSlashEvent[] & (_29.ValidatorSlashEvent & { validatorPeriod: bigint; fraction: string; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_15): _31.QueryValidatorSlashesResponse; }; QueryDelegationRewardsRequest: { typeUrl: string; encode(message: _31.QueryDelegationRewardsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryDelegationRewardsRequest; fromJSON(object: any): _31.QueryDelegationRewardsRequest; toJSON(message: _31.QueryDelegationRewardsRequest): unknown; fromPartial & { delegatorAddress?: string; validatorAddress?: string; } & Record, never>>(object: I_16): _31.QueryDelegationRewardsRequest; }; QueryDelegationRewardsResponse: { typeUrl: string; encode(message: _31.QueryDelegationRewardsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryDelegationRewardsResponse; fromJSON(object: any): _31.QueryDelegationRewardsResponse; toJSON(message: _31.QueryDelegationRewardsResponse): unknown; fromPartial & { rewards?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_17): _31.QueryDelegationRewardsResponse; }; QueryDelegationTotalRewardsRequest: { typeUrl: string; encode(message: _31.QueryDelegationTotalRewardsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryDelegationTotalRewardsRequest; fromJSON(object: any): _31.QueryDelegationTotalRewardsRequest; toJSON(message: _31.QueryDelegationTotalRewardsRequest): unknown; fromPartial & { delegatorAddress?: string; } & Record, never>>(object: I_18): _31.QueryDelegationTotalRewardsRequest; }; QueryDelegationTotalRewardsResponse: { typeUrl: string; encode(message: _31.QueryDelegationTotalRewardsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryDelegationTotalRewardsResponse; fromJSON(object: any): _31.QueryDelegationTotalRewardsResponse; toJSON(message: _31.QueryDelegationTotalRewardsResponse): unknown; fromPartial & { rewards?: _29.DelegationDelegatorReward[] & (_29.DelegationDelegatorReward & { validatorAddress: string; reward: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; total?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_19): _31.QueryDelegationTotalRewardsResponse; }; QueryDelegatorValidatorsRequest: { typeUrl: string; encode(message: _31.QueryDelegatorValidatorsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryDelegatorValidatorsRequest; fromJSON(object: any): _31.QueryDelegatorValidatorsRequest; toJSON(message: _31.QueryDelegatorValidatorsRequest): unknown; fromPartial & { delegatorAddress?: string; } & Record, never>>(object: I_20): _31.QueryDelegatorValidatorsRequest; }; QueryDelegatorValidatorsResponse: { typeUrl: string; encode(message: _31.QueryDelegatorValidatorsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryDelegatorValidatorsResponse; fromJSON(object: any): _31.QueryDelegatorValidatorsResponse; toJSON(message: _31.QueryDelegatorValidatorsResponse): unknown; fromPartial & { validators?: string[] & Record, never>; } & Record, never>>(object: I_21): _31.QueryDelegatorValidatorsResponse; }; QueryDelegatorWithdrawAddressRequest: { typeUrl: string; encode(message: _31.QueryDelegatorWithdrawAddressRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryDelegatorWithdrawAddressRequest; fromJSON(object: any): _31.QueryDelegatorWithdrawAddressRequest; toJSON(message: _31.QueryDelegatorWithdrawAddressRequest): unknown; fromPartial & { delegatorAddress?: string; } & Record, never>>(object: I_22): _31.QueryDelegatorWithdrawAddressRequest; }; QueryDelegatorWithdrawAddressResponse: { typeUrl: string; encode(message: _31.QueryDelegatorWithdrawAddressResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryDelegatorWithdrawAddressResponse; fromJSON(object: any): _31.QueryDelegatorWithdrawAddressResponse; toJSON(message: _31.QueryDelegatorWithdrawAddressResponse): unknown; fromPartial & { withdrawAddress?: string; } & Record, never>>(object: I_23): _31.QueryDelegatorWithdrawAddressResponse; }; QueryCommunityPoolRequest: { typeUrl: string; encode(_: _31.QueryCommunityPoolRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryCommunityPoolRequest; fromJSON(_: any): _31.QueryCommunityPoolRequest; toJSON(_: _31.QueryCommunityPoolRequest): unknown; fromPartial & {} & Record, never>>(_: I_24): _31.QueryCommunityPoolRequest; }; QueryCommunityPoolResponse: { typeUrl: string; encode(message: _31.QueryCommunityPoolResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _31.QueryCommunityPoolResponse; fromJSON(object: any): _31.QueryCommunityPoolResponse; toJSON(message: _31.QueryCommunityPoolResponse): unknown; fromPartial & { pool?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_25): _31.QueryCommunityPoolResponse; }; QueryClientImpl: typeof _31.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Params(request?: _31.QueryParamsRequest): Promise<_31.QueryParamsResponse>; ValidatorOutstandingRewards(request: _31.QueryValidatorOutstandingRewardsRequest): Promise<_31.QueryValidatorOutstandingRewardsResponse>; ValidatorCommission(request: _31.QueryValidatorCommissionRequest): Promise<_31.QueryValidatorCommissionResponse>; ValidatorSlashes(request: _31.QueryValidatorSlashesRequest): Promise<_31.QueryValidatorSlashesResponse>; DelegationRewards(request: _31.QueryDelegationRewardsRequest): Promise<_31.QueryDelegationRewardsResponse>; DelegationTotalRewards(request: _31.QueryDelegationTotalRewardsRequest): Promise<_31.QueryDelegationTotalRewardsResponse>; DelegatorValidators(request: _31.QueryDelegatorValidatorsRequest): Promise<_31.QueryDelegatorValidatorsResponse>; DelegatorWithdrawAddress(request: _31.QueryDelegatorWithdrawAddressRequest): Promise<_31.QueryDelegatorWithdrawAddressResponse>; CommunityPool(request?: _31.QueryCommunityPoolRequest): Promise<_31.QueryCommunityPoolResponse>; }; DelegatorWithdrawInfo: { typeUrl: string; encode(message: _30.DelegatorWithdrawInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _30.DelegatorWithdrawInfo; fromJSON(object: any): _30.DelegatorWithdrawInfo; toJSON(message: _30.DelegatorWithdrawInfo): unknown; fromPartial & { delegatorAddress?: string; withdrawAddress?: string; } & Record, never>>(object: I_26): _30.DelegatorWithdrawInfo; }; ValidatorOutstandingRewardsRecord: { typeUrl: string; encode(message: _30.ValidatorOutstandingRewardsRecord, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _30.ValidatorOutstandingRewardsRecord; fromJSON(object: any): _30.ValidatorOutstandingRewardsRecord; toJSON(message: _30.ValidatorOutstandingRewardsRecord): unknown; fromPartial & { validatorAddress?: string; outstandingRewards?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_27): _30.ValidatorOutstandingRewardsRecord; }; ValidatorAccumulatedCommissionRecord: { typeUrl: string; encode(message: _30.ValidatorAccumulatedCommissionRecord, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _30.ValidatorAccumulatedCommissionRecord; fromJSON(object: any): _30.ValidatorAccumulatedCommissionRecord; toJSON(message: _30.ValidatorAccumulatedCommissionRecord): unknown; fromPartial & { validatorAddress?: string; accumulated?: _29.ValidatorAccumulatedCommission & { commission: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_28): _30.ValidatorAccumulatedCommissionRecord; }; ValidatorHistoricalRewardsRecord: { typeUrl: string; encode(message: _30.ValidatorHistoricalRewardsRecord, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _30.ValidatorHistoricalRewardsRecord; fromJSON(object: any): _30.ValidatorHistoricalRewardsRecord; toJSON(message: _30.ValidatorHistoricalRewardsRecord): unknown; fromPartial & { validatorAddress?: string; period?: bigint; rewards?: _29.ValidatorHistoricalRewards & { cumulativeRewardRatio: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; referenceCount: number; } & Record, never>; } & Record, never>>(object: I_29): _30.ValidatorHistoricalRewardsRecord; }; ValidatorCurrentRewardsRecord: { typeUrl: string; encode(message: _30.ValidatorCurrentRewardsRecord, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _30.ValidatorCurrentRewardsRecord; fromJSON(object: any): _30.ValidatorCurrentRewardsRecord; toJSON(message: _30.ValidatorCurrentRewardsRecord): unknown; fromPartial & { validatorAddress?: string; rewards?: _29.ValidatorCurrentRewards & { rewards: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; period: bigint; } & Record, never>; } & Record, never>>(object: I_30): _30.ValidatorCurrentRewardsRecord; }; DelegatorStartingInfoRecord: { typeUrl: string; encode(message: _30.DelegatorStartingInfoRecord, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _30.DelegatorStartingInfoRecord; fromJSON(object: any): _30.DelegatorStartingInfoRecord; toJSON(message: _30.DelegatorStartingInfoRecord): unknown; fromPartial & { delegatorAddress?: string; validatorAddress?: string; startingInfo?: _29.DelegatorStartingInfo & { previousPeriod: bigint; stake: string; height: bigint; } & Record, never>; } & Record, never>>(object: I_31): _30.DelegatorStartingInfoRecord; }; ValidatorSlashEventRecord: { typeUrl: string; encode(message: _30.ValidatorSlashEventRecord, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _30.ValidatorSlashEventRecord; fromJSON(object: any): _30.ValidatorSlashEventRecord; toJSON(message: _30.ValidatorSlashEventRecord): unknown; fromPartial & { validatorAddress?: string; height?: bigint; period?: bigint; validatorSlashEvent?: _29.ValidatorSlashEvent & { validatorPeriod: bigint; fraction: string; } & Record, never>; } & Record, never>>(object: I_32): _30.ValidatorSlashEventRecord; }; GenesisState: { typeUrl: string; encode(message: _30.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _30.GenesisState; fromJSON(object: any): _30.GenesisState; toJSON(message: _30.GenesisState): unknown; fromPartial & { params?: _29.Params & { communityTax: string; baseProposerReward: string; bonusProposerReward: string; withdrawAddrEnabled: boolean; } & Record, never>; feePool?: _29.FeePool & { communityPool: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>; delegatorWithdrawInfos?: _30.DelegatorWithdrawInfo[] & (_30.DelegatorWithdrawInfo & { delegatorAddress: string; withdrawAddress: string; } & Record, never>)[] & Record, never>; previousProposer?: string; outstandingRewards?: _30.ValidatorOutstandingRewardsRecord[] & (_30.ValidatorOutstandingRewardsRecord & { validatorAddress: string; outstandingRewards: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; validatorAccumulatedCommissions?: _30.ValidatorAccumulatedCommissionRecord[] & (_30.ValidatorAccumulatedCommissionRecord & { validatorAddress: string; accumulated: _29.ValidatorAccumulatedCommission & { commission: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; validatorHistoricalRewards?: _30.ValidatorHistoricalRewardsRecord[] & (_30.ValidatorHistoricalRewardsRecord & { validatorAddress: string; period: bigint; rewards: _29.ValidatorHistoricalRewards & { cumulativeRewardRatio: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; referenceCount: number; } & Record, never>; } & Record, never>)[] & Record, never>; validatorCurrentRewards?: _30.ValidatorCurrentRewardsRecord[] & (_30.ValidatorCurrentRewardsRecord & { validatorAddress: string; rewards: _29.ValidatorCurrentRewards & { rewards: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; period: bigint; } & Record, never>; } & Record, never>)[] & Record, never>; delegatorStartingInfos?: _30.DelegatorStartingInfoRecord[] & (_30.DelegatorStartingInfoRecord & { delegatorAddress: string; validatorAddress: string; startingInfo: _29.DelegatorStartingInfo & { previousPeriod: bigint; stake: string; height: bigint; } & Record, never>; } & Record, never>)[] & Record, never>; validatorSlashEvents?: _30.ValidatorSlashEventRecord[] & (_30.ValidatorSlashEventRecord & { validatorAddress: string; height: bigint; period: bigint; validatorSlashEvent: _29.ValidatorSlashEvent & { validatorPeriod: bigint; fraction: string; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_33): _30.GenesisState; }; Params: { typeUrl: string; encode(message: _29.Params, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.Params; fromJSON(object: any): _29.Params; toJSON(message: _29.Params): unknown; fromPartial & { communityTax?: string; baseProposerReward?: string; bonusProposerReward?: string; withdrawAddrEnabled?: boolean; } & Record, never>>(object: I_34): _29.Params; }; ValidatorHistoricalRewards: { typeUrl: string; encode(message: _29.ValidatorHistoricalRewards, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.ValidatorHistoricalRewards; fromJSON(object: any): _29.ValidatorHistoricalRewards; toJSON(message: _29.ValidatorHistoricalRewards): unknown; fromPartial & { cumulativeRewardRatio?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; referenceCount?: number; } & Record, never>>(object: I_35): _29.ValidatorHistoricalRewards; }; ValidatorCurrentRewards: { typeUrl: string; encode(message: _29.ValidatorCurrentRewards, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.ValidatorCurrentRewards; fromJSON(object: any): _29.ValidatorCurrentRewards; toJSON(message: _29.ValidatorCurrentRewards): unknown; fromPartial & { rewards?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; period?: bigint; } & Record, never>>(object: I_36): _29.ValidatorCurrentRewards; }; ValidatorAccumulatedCommission: { typeUrl: string; encode(message: _29.ValidatorAccumulatedCommission, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.ValidatorAccumulatedCommission; fromJSON(object: any): _29.ValidatorAccumulatedCommission; toJSON(message: _29.ValidatorAccumulatedCommission): unknown; fromPartial & { commission?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_37): _29.ValidatorAccumulatedCommission; }; ValidatorOutstandingRewards: { typeUrl: string; encode(message: _29.ValidatorOutstandingRewards, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.ValidatorOutstandingRewards; fromJSON(object: any): _29.ValidatorOutstandingRewards; toJSON(message: _29.ValidatorOutstandingRewards): unknown; fromPartial & { rewards?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_38): _29.ValidatorOutstandingRewards; }; ValidatorSlashEvent: { typeUrl: string; encode(message: _29.ValidatorSlashEvent, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.ValidatorSlashEvent; fromJSON(object: any): _29.ValidatorSlashEvent; toJSON(message: _29.ValidatorSlashEvent): unknown; fromPartial & { validatorPeriod?: bigint; fraction?: string; } & Record, never>>(object: I_39): _29.ValidatorSlashEvent; }; ValidatorSlashEvents: { typeUrl: string; encode(message: _29.ValidatorSlashEvents, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.ValidatorSlashEvents; fromJSON(object: any): _29.ValidatorSlashEvents; toJSON(message: _29.ValidatorSlashEvents): unknown; fromPartial & { validatorSlashEvents?: _29.ValidatorSlashEvent[] & (_29.ValidatorSlashEvent & { validatorPeriod: bigint; fraction: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_40): _29.ValidatorSlashEvents; }; FeePool: { typeUrl: string; encode(message: _29.FeePool, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.FeePool; fromJSON(object: any): _29.FeePool; toJSON(message: _29.FeePool): unknown; fromPartial & { communityPool?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_41): _29.FeePool; }; CommunityPoolSpendProposal: { typeUrl: string; encode(message: _29.CommunityPoolSpendProposal, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.CommunityPoolSpendProposal; fromJSON(object: any): _29.CommunityPoolSpendProposal; toJSON(message: _29.CommunityPoolSpendProposal): unknown; fromPartial & { title?: string; description?: string; recipient?: string; amount?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_42): _29.CommunityPoolSpendProposal; }; DelegatorStartingInfo: { typeUrl: string; encode(message: _29.DelegatorStartingInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.DelegatorStartingInfo; fromJSON(object: any): _29.DelegatorStartingInfo; toJSON(message: _29.DelegatorStartingInfo): unknown; fromPartial & { previousPeriod?: bigint; stake?: string; height?: bigint; } & Record, never>>(object: I_43): _29.DelegatorStartingInfo; }; DelegationDelegatorReward: { typeUrl: string; encode(message: _29.DelegationDelegatorReward, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.DelegationDelegatorReward; fromJSON(object: any): _29.DelegationDelegatorReward; toJSON(message: _29.DelegationDelegatorReward): unknown; fromPartial & { validatorAddress?: string; reward?: _21.DecCoin[] & (_21.DecCoin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_44): _29.DelegationDelegatorReward; }; CommunityPoolSpendProposalWithDeposit: { typeUrl: string; encode(message: _29.CommunityPoolSpendProposalWithDeposit, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _29.CommunityPoolSpendProposalWithDeposit; fromJSON(object: any): _29.CommunityPoolSpendProposalWithDeposit; toJSON(message: _29.CommunityPoolSpendProposalWithDeposit): unknown; fromPartial & { title?: string; description?: string; recipient?: string; amount?: string; deposit?: string; } & Record, never>>(object: I_45): _29.CommunityPoolSpendProposalWithDeposit; }; }; } namespace evidence { const v1beta1: { LCDQueryClient: typeof _117.LCDQueryClient; registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { submitEvidence(value: _36.MsgSubmitEvidence): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { submitEvidence(value: _36.MsgSubmitEvidence): { typeUrl: string; value: _36.MsgSubmitEvidence; }; }; toJSON: { submitEvidence(value: _36.MsgSubmitEvidence): { typeUrl: string; value: unknown; }; }; fromJSON: { submitEvidence(value: any): { typeUrl: string; value: _36.MsgSubmitEvidence; }; }; fromPartial: { submitEvidence(value: _36.MsgSubmitEvidence): { typeUrl: string; value: _36.MsgSubmitEvidence; }; }; }; AminoConverter: { "/cosmos.evidence.v1beta1.MsgSubmitEvidence": { aminoType: string; toAmino: ({ submitter, evidence }: _36.MsgSubmitEvidence) => { submitter: string; evidence: { type_url: string; value: Uint8Array; }; }; fromAmino: ({ submitter, evidence }: { submitter: string; evidence: { type_url: string; value: Uint8Array; }; }) => _36.MsgSubmitEvidence; }; }; protobufPackage: "cosmos.evidence.v1beta1"; MsgSubmitEvidence: { typeUrl: string; encode(message: _36.MsgSubmitEvidence, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _36.MsgSubmitEvidence; fromJSON(object: any): _36.MsgSubmitEvidence; toJSON(message: _36.MsgSubmitEvidence): unknown; fromPartial & { submitter?: string; evidence?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>>(object: I): _36.MsgSubmitEvidence; }; MsgSubmitEvidenceResponse: { typeUrl: string; encode(message: _36.MsgSubmitEvidenceResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _36.MsgSubmitEvidenceResponse; fromJSON(object: any): _36.MsgSubmitEvidenceResponse; toJSON(message: _36.MsgSubmitEvidenceResponse): unknown; fromPartial & { hash?: Uint8Array; } & Record, never>>(object: I_1): _36.MsgSubmitEvidenceResponse; }; MsgClientImpl: typeof _36.MsgClientImpl; QueryEvidenceRequest: { typeUrl: string; encode(message: _35.QueryEvidenceRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _35.QueryEvidenceRequest; fromJSON(object: any): _35.QueryEvidenceRequest; toJSON(message: _35.QueryEvidenceRequest): unknown; fromPartial & { evidenceHash?: Uint8Array; } & Record, never>>(object: I_2): _35.QueryEvidenceRequest; }; QueryEvidenceResponse: { typeUrl: string; encode(message: _35.QueryEvidenceResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _35.QueryEvidenceResponse; fromJSON(object: any): _35.QueryEvidenceResponse; toJSON(message: _35.QueryEvidenceResponse): unknown; fromPartial & { evidence?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>>(object: I_3): _35.QueryEvidenceResponse; }; QueryAllEvidenceRequest: { typeUrl: string; encode(message: _35.QueryAllEvidenceRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _35.QueryAllEvidenceRequest; fromJSON(object: any): _35.QueryAllEvidenceRequest; toJSON(message: _35.QueryAllEvidenceRequest): unknown; fromPartial & { pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_4): _35.QueryAllEvidenceRequest; }; QueryAllEvidenceResponse: { typeUrl: string; encode(message: _35.QueryAllEvidenceResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _35.QueryAllEvidenceResponse; fromJSON(object: any): _35.QueryAllEvidenceResponse; toJSON(message: _35.QueryAllEvidenceResponse): unknown; fromPartial & { evidence?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_5): _35.QueryAllEvidenceResponse; }; QueryClientImpl: typeof _35.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Evidence(request: _35.QueryEvidenceRequest): Promise<_35.QueryEvidenceResponse>; AllEvidence(request?: _35.QueryAllEvidenceRequest): Promise<_35.QueryAllEvidenceResponse>; }; GenesisState: { typeUrl: string; encode(message: _34.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _34.GenesisState; fromJSON(object: any): _34.GenesisState; toJSON(message: _34.GenesisState): unknown; fromPartial & { evidence?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_6): _34.GenesisState; }; Equivocation: { typeUrl: string; encode(message: _33.Equivocation, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _33.Equivocation; fromJSON(object: any): _33.Equivocation; toJSON(message: _33.Equivocation): unknown; fromPartial & { height?: bigint; time?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; power?: bigint; consensusAddress?: string; } & Record, never>>(object: I_7): _33.Equivocation; }; }; } namespace feegrant { const v1beta1: { LCDQueryClient: typeof _118.LCDQueryClient; registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { grantAllowance(value: _40.MsgGrantAllowance): { typeUrl: string; value: Uint8Array; }; revokeAllowance(value: _40.MsgRevokeAllowance): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { grantAllowance(value: _40.MsgGrantAllowance): { typeUrl: string; value: _40.MsgGrantAllowance; }; revokeAllowance(value: _40.MsgRevokeAllowance): { typeUrl: string; value: _40.MsgRevokeAllowance; }; }; toJSON: { grantAllowance(value: _40.MsgGrantAllowance): { typeUrl: string; value: unknown; }; revokeAllowance(value: _40.MsgRevokeAllowance): { typeUrl: string; value: unknown; }; }; fromJSON: { grantAllowance(value: any): { typeUrl: string; value: _40.MsgGrantAllowance; }; revokeAllowance(value: any): { typeUrl: string; value: _40.MsgRevokeAllowance; }; }; fromPartial: { grantAllowance(value: _40.MsgGrantAllowance): { typeUrl: string; value: _40.MsgGrantAllowance; }; revokeAllowance(value: _40.MsgRevokeAllowance): { typeUrl: string; value: _40.MsgRevokeAllowance; }; }; }; AminoConverter: { "/cosmos.feegrant.v1beta1.MsgGrantAllowance": { aminoType: string; toAmino: ({ granter, grantee, allowance }: _40.MsgGrantAllowance) => { granter: string; grantee: string; allowance: { type_url: string; value: Uint8Array; }; }; fromAmino: ({ granter, grantee, allowance }: { granter: string; grantee: string; allowance: { type_url: string; value: Uint8Array; }; }) => _40.MsgGrantAllowance; }; "/cosmos.feegrant.v1beta1.MsgRevokeAllowance": { aminoType: string; toAmino: ({ granter, grantee }: _40.MsgRevokeAllowance) => { granter: string; grantee: string; }; fromAmino: ({ granter, grantee }: { granter: string; grantee: string; }) => _40.MsgRevokeAllowance; }; }; protobufPackage: "cosmos.feegrant.v1beta1"; MsgGrantAllowance: { typeUrl: string; encode(message: _40.MsgGrantAllowance, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _40.MsgGrantAllowance; fromJSON(object: any): _40.MsgGrantAllowance; toJSON(message: _40.MsgGrantAllowance): unknown; fromPartial & { granter?: string; grantee?: string; allowance?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>>(object: I): _40.MsgGrantAllowance; }; MsgGrantAllowanceResponse: { typeUrl: string; encode(_: _40.MsgGrantAllowanceResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _40.MsgGrantAllowanceResponse; fromJSON(_: any): _40.MsgGrantAllowanceResponse; toJSON(_: _40.MsgGrantAllowanceResponse): unknown; fromPartial & {} & Record, never>>(_: I_1): _40.MsgGrantAllowanceResponse; }; MsgRevokeAllowance: { typeUrl: string; encode(message: _40.MsgRevokeAllowance, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _40.MsgRevokeAllowance; fromJSON(object: any): _40.MsgRevokeAllowance; toJSON(message: _40.MsgRevokeAllowance): unknown; fromPartial & { granter?: string; grantee?: string; } & Record, never>>(object: I_2): _40.MsgRevokeAllowance; }; MsgRevokeAllowanceResponse: { typeUrl: string; encode(_: _40.MsgRevokeAllowanceResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _40.MsgRevokeAllowanceResponse; fromJSON(_: any): _40.MsgRevokeAllowanceResponse; toJSON(_: _40.MsgRevokeAllowanceResponse): unknown; fromPartial & {} & Record, never>>(_: I_3): _40.MsgRevokeAllowanceResponse; }; MsgClientImpl: typeof _40.MsgClientImpl; QueryAllowanceRequest: { typeUrl: string; encode(message: _39.QueryAllowanceRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _39.QueryAllowanceRequest; fromJSON(object: any): _39.QueryAllowanceRequest; toJSON(message: _39.QueryAllowanceRequest): unknown; fromPartial & { granter?: string; grantee?: string; } & Record, never>>(object: I_4): _39.QueryAllowanceRequest; }; QueryAllowanceResponse: { typeUrl: string; encode(message: _39.QueryAllowanceResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _39.QueryAllowanceResponse; fromJSON(object: any): _39.QueryAllowanceResponse; toJSON(message: _39.QueryAllowanceResponse): unknown; fromPartial & { allowance?: _37.Grant & { granter: string; grantee: string; allowance?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>; } & Record, never>>(object: I_5): _39.QueryAllowanceResponse; }; QueryAllowancesRequest: { typeUrl: string; encode(message: _39.QueryAllowancesRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _39.QueryAllowancesRequest; fromJSON(object: any): _39.QueryAllowancesRequest; toJSON(message: _39.QueryAllowancesRequest): unknown; fromPartial & { grantee?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_6): _39.QueryAllowancesRequest; }; QueryAllowancesResponse: { typeUrl: string; encode(message: _39.QueryAllowancesResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _39.QueryAllowancesResponse; fromJSON(object: any): _39.QueryAllowancesResponse; toJSON(message: _39.QueryAllowancesResponse): unknown; fromPartial & { allowances?: _37.Grant[] & (_37.Grant & { granter: string; grantee: string; allowance?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_7): _39.QueryAllowancesResponse; }; QueryAllowancesByGranterRequest: { typeUrl: string; encode(message: _39.QueryAllowancesByGranterRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _39.QueryAllowancesByGranterRequest; fromJSON(object: any): _39.QueryAllowancesByGranterRequest; toJSON(message: _39.QueryAllowancesByGranterRequest): unknown; fromPartial & { granter?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_8): _39.QueryAllowancesByGranterRequest; }; QueryAllowancesByGranterResponse: { typeUrl: string; encode(message: _39.QueryAllowancesByGranterResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _39.QueryAllowancesByGranterResponse; fromJSON(object: any): _39.QueryAllowancesByGranterResponse; toJSON(message: _39.QueryAllowancesByGranterResponse): unknown; fromPartial & { allowances?: _37.Grant[] & (_37.Grant & { granter: string; grantee: string; allowance?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_9): _39.QueryAllowancesByGranterResponse; }; QueryClientImpl: typeof _39.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Allowance(request: _39.QueryAllowanceRequest): Promise<_39.QueryAllowanceResponse>; Allowances(request: _39.QueryAllowancesRequest): Promise<_39.QueryAllowancesResponse>; AllowancesByGranter(request: _39.QueryAllowancesByGranterRequest): Promise<_39.QueryAllowancesByGranterResponse>; }; GenesisState: { typeUrl: string; encode(message: _38.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _38.GenesisState; fromJSON(object: any): _38.GenesisState; toJSON(message: _38.GenesisState): unknown; fromPartial & { allowances?: _37.Grant[] & (_37.Grant & { granter: string; grantee: string; allowance?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_10): _38.GenesisState; }; BasicAllowance: { typeUrl: string; encode(message: _37.BasicAllowance, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _37.BasicAllowance; fromJSON(object: any): _37.BasicAllowance; toJSON(message: _37.BasicAllowance): unknown; fromPartial & { spendLimit?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; expiration?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_11): _37.BasicAllowance; }; PeriodicAllowance: { typeUrl: string; encode(message: _37.PeriodicAllowance, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _37.PeriodicAllowance; fromJSON(object: any): _37.PeriodicAllowance; toJSON(message: _37.PeriodicAllowance): unknown; fromPartial & { basic?: _37.BasicAllowance & { spendLimit: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; expiration?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; period?: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; periodSpendLimit?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; periodCanSpend?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; periodReset?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_12): _37.PeriodicAllowance; }; AllowedMsgAllowance: { typeUrl: string; encode(message: _37.AllowedMsgAllowance, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _37.AllowedMsgAllowance; fromJSON(object: any): _37.AllowedMsgAllowance; toJSON(message: _37.AllowedMsgAllowance): unknown; fromPartial & { allowance?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; allowedMessages?: string[] & Record, never>; } & Record, never>>(object: I_13): _37.AllowedMsgAllowance; }; Grant: { typeUrl: string; encode(message: _37.Grant, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _37.Grant; fromJSON(object: any): _37.Grant; toJSON(message: _37.Grant): unknown; fromPartial & { granter?: string; grantee?: string; allowance?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>>(object: I_14): _37.Grant; }; }; } namespace genutil { const v1beta1: { protobufPackage: "cosmos.genutil.v1beta1"; GenesisState: { typeUrl: string; encode(message: _41.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _41.GenesisState; fromJSON(object: any): _41.GenesisState; toJSON(message: _41.GenesisState): unknown; fromPartial & { genTxs?: Uint8Array[] & Record, never>; } & Record, never>>(object: I): _41.GenesisState; }; }; } namespace gov { const v1beta1: { LCDQueryClient: typeof _119.LCDQueryClient; registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { submitProposal(value: _45.MsgSubmitProposal): { typeUrl: string; value: Uint8Array; }; vote(value: _45.MsgVote): { typeUrl: string; value: Uint8Array; }; voteWeighted(value: _45.MsgVoteWeighted): { typeUrl: string; value: Uint8Array; }; deposit(value: _45.MsgDeposit): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { submitProposal(value: _45.MsgSubmitProposal): { typeUrl: string; value: _45.MsgSubmitProposal; }; vote(value: _45.MsgVote): { typeUrl: string; value: _45.MsgVote; }; voteWeighted(value: _45.MsgVoteWeighted): { typeUrl: string; value: _45.MsgVoteWeighted; }; deposit(value: _45.MsgDeposit): { typeUrl: string; value: _45.MsgDeposit; }; }; toJSON: { submitProposal(value: _45.MsgSubmitProposal): { typeUrl: string; value: unknown; }; vote(value: _45.MsgVote): { typeUrl: string; value: unknown; }; voteWeighted(value: _45.MsgVoteWeighted): { typeUrl: string; value: unknown; }; deposit(value: _45.MsgDeposit): { typeUrl: string; value: unknown; }; }; fromJSON: { submitProposal(value: any): { typeUrl: string; value: _45.MsgSubmitProposal; }; vote(value: any): { typeUrl: string; value: _45.MsgVote; }; voteWeighted(value: any): { typeUrl: string; value: _45.MsgVoteWeighted; }; deposit(value: any): { typeUrl: string; value: _45.MsgDeposit; }; }; fromPartial: { submitProposal(value: _45.MsgSubmitProposal): { typeUrl: string; value: _45.MsgSubmitProposal; }; vote(value: _45.MsgVote): { typeUrl: string; value: _45.MsgVote; }; voteWeighted(value: _45.MsgVoteWeighted): { typeUrl: string; value: _45.MsgVoteWeighted; }; deposit(value: _45.MsgDeposit): { typeUrl: string; value: _45.MsgDeposit; }; }; }; AminoConverter: { "/cosmos.gov.v1beta1.MsgSubmitProposal": { aminoType: string; toAmino: ({ content, initialDeposit, proposer, }: _45.MsgSubmitProposal) => { content: { type_url: string; value: Uint8Array; }; initial_deposit: { denom: string; amount: string; }[]; proposer: string; }; fromAmino: ({ content, initial_deposit, proposer, }: { content: { type_url: string; value: Uint8Array; }; initial_deposit: { denom: string; amount: string; }[]; proposer: string; }) => _45.MsgSubmitProposal; }; "/cosmos.gov.v1beta1.MsgVote": { aminoType: string; toAmino: ({ proposalId, voter, option }: _45.MsgVote) => { proposal_id: string; voter: string; option: number; }; fromAmino: ({ proposal_id, voter, option }: { proposal_id: string; voter: string; option: number; }) => _45.MsgVote; }; "/cosmos.gov.v1beta1.MsgVoteWeighted": { aminoType: string; toAmino: ({ proposalId, voter, options }: _45.MsgVoteWeighted) => { proposal_id: string; voter: string; options: { option: number; weight: string; }[]; }; fromAmino: ({ proposal_id, voter, options }: { proposal_id: string; voter: string; options: { option: number; weight: string; }[]; }) => _45.MsgVoteWeighted; }; "/cosmos.gov.v1beta1.MsgDeposit": { aminoType: string; toAmino: ({ proposalId, depositor, amount }: _45.MsgDeposit) => { proposal_id: string; depositor: string; amount: { denom: string; amount: string; }[]; }; fromAmino: ({ proposal_id, depositor, amount }: { proposal_id: string; depositor: string; amount: { denom: string; amount: string; }[]; }) => _45.MsgDeposit; }; }; protobufPackage: "cosmos.gov.v1beta1"; MsgSubmitProposal: { typeUrl: string; encode(message: _45.MsgSubmitProposal, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _45.MsgSubmitProposal; fromJSON(object: any): _45.MsgSubmitProposal; toJSON(message: _45.MsgSubmitProposal): unknown; fromPartial & { content?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; initialDeposit?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; proposer?: string; } & Record, never>>(object: I): _45.MsgSubmitProposal; }; MsgSubmitProposalResponse: { typeUrl: string; encode(message: _45.MsgSubmitProposalResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _45.MsgSubmitProposalResponse; fromJSON(object: any): _45.MsgSubmitProposalResponse; toJSON(message: _45.MsgSubmitProposalResponse): unknown; fromPartial & { proposalId?: bigint; } & Record, never>>(object: I_1): _45.MsgSubmitProposalResponse; }; MsgVote: { typeUrl: string; encode(message: _45.MsgVote, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _45.MsgVote; fromJSON(object: any): _45.MsgVote; toJSON(message: _45.MsgVote): unknown; fromPartial & { proposalId?: bigint; voter?: string; option?: _43.VoteOption; } & Record, never>>(object: I_2): _45.MsgVote; }; MsgVoteResponse: { typeUrl: string; encode(_: _45.MsgVoteResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _45.MsgVoteResponse; fromJSON(_: any): _45.MsgVoteResponse; toJSON(_: _45.MsgVoteResponse): unknown; fromPartial & {} & Record, never>>(_: I_3): _45.MsgVoteResponse; }; MsgVoteWeighted: { typeUrl: string; encode(message: _45.MsgVoteWeighted, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _45.MsgVoteWeighted; fromJSON(object: any): _45.MsgVoteWeighted; toJSON(message: _45.MsgVoteWeighted): unknown; fromPartial & { proposalId?: bigint; voter?: string; options?: _43.WeightedVoteOption[] & (_43.WeightedVoteOption & { option: _43.VoteOption; weight: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_4): _45.MsgVoteWeighted; }; MsgVoteWeightedResponse: { typeUrl: string; encode(_: _45.MsgVoteWeightedResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _45.MsgVoteWeightedResponse; fromJSON(_: any): _45.MsgVoteWeightedResponse; toJSON(_: _45.MsgVoteWeightedResponse): unknown; fromPartial & {} & Record, never>>(_: I_5): _45.MsgVoteWeightedResponse; }; MsgDeposit: { typeUrl: string; encode(message: _45.MsgDeposit, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _45.MsgDeposit; fromJSON(object: any): _45.MsgDeposit; toJSON(message: _45.MsgDeposit): unknown; fromPartial & { proposalId?: bigint; depositor?: string; amount?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_6): _45.MsgDeposit; }; MsgDepositResponse: { typeUrl: string; encode(_: _45.MsgDepositResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _45.MsgDepositResponse; fromJSON(_: any): _45.MsgDepositResponse; toJSON(_: _45.MsgDepositResponse): unknown; fromPartial & {} & Record, never>>(_: I_7): _45.MsgDepositResponse; }; MsgClientImpl: typeof _45.MsgClientImpl; QueryProposalRequest: { typeUrl: string; encode(message: _44.QueryProposalRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryProposalRequest; fromJSON(object: any): _44.QueryProposalRequest; toJSON(message: _44.QueryProposalRequest): unknown; fromPartial & { proposalId?: bigint; } & Record, never>>(object: I_8): _44.QueryProposalRequest; }; QueryProposalResponse: { typeUrl: string; encode(message: _44.QueryProposalResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryProposalResponse; fromJSON(object: any): _44.QueryProposalResponse; toJSON(message: _44.QueryProposalResponse): unknown; fromPartial & { proposal?: _43.Proposal & { proposalId: bigint; content?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; status: _43.ProposalStatus; finalTallyResult: _43.TallyResult & { yes: string; abstain: string; no: string; noWithVeto: string; } & Record, never>; submitTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; depositEndTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; totalDeposit: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; votingStartTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; votingEndTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; } & Record, never>>(object: I_9): _44.QueryProposalResponse; }; QueryProposalsRequest: { typeUrl: string; encode(message: _44.QueryProposalsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryProposalsRequest; fromJSON(object: any): _44.QueryProposalsRequest; toJSON(message: _44.QueryProposalsRequest): unknown; fromPartial & { proposalStatus?: _43.ProposalStatus; voter?: string; depositor?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_10): _44.QueryProposalsRequest; }; QueryProposalsResponse: { typeUrl: string; encode(message: _44.QueryProposalsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryProposalsResponse; fromJSON(object: any): _44.QueryProposalsResponse; toJSON(message: _44.QueryProposalsResponse): unknown; fromPartial & { proposals?: _43.Proposal[] & (_43.Proposal & { proposalId: bigint; content?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; status: _43.ProposalStatus; finalTallyResult: _43.TallyResult & { yes: string; abstain: string; no: string; noWithVeto: string; } & Record, never>; submitTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; depositEndTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; totalDeposit: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; votingStartTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; votingEndTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_11): _44.QueryProposalsResponse; }; QueryVoteRequest: { typeUrl: string; encode(message: _44.QueryVoteRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryVoteRequest; fromJSON(object: any): _44.QueryVoteRequest; toJSON(message: _44.QueryVoteRequest): unknown; fromPartial & { proposalId?: bigint; voter?: string; } & Record, never>>(object: I_12): _44.QueryVoteRequest; }; QueryVoteResponse: { typeUrl: string; encode(message: _44.QueryVoteResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryVoteResponse; fromJSON(object: any): _44.QueryVoteResponse; toJSON(message: _44.QueryVoteResponse): unknown; fromPartial & { vote?: _43.Vote & { proposalId: bigint; voter: string; option: _43.VoteOption; options: _43.WeightedVoteOption[] & (_43.WeightedVoteOption & { option: _43.VoteOption; weight: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_13): _44.QueryVoteResponse; }; QueryVotesRequest: { typeUrl: string; encode(message: _44.QueryVotesRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryVotesRequest; fromJSON(object: any): _44.QueryVotesRequest; toJSON(message: _44.QueryVotesRequest): unknown; fromPartial & { proposalId?: bigint; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_14): _44.QueryVotesRequest; }; QueryVotesResponse: { typeUrl: string; encode(message: _44.QueryVotesResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryVotesResponse; fromJSON(object: any): _44.QueryVotesResponse; toJSON(message: _44.QueryVotesResponse): unknown; fromPartial & { votes?: _43.Vote[] & (_43.Vote & { proposalId: bigint; voter: string; option: _43.VoteOption; options: _43.WeightedVoteOption[] & (_43.WeightedVoteOption & { option: _43.VoteOption; weight: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_15): _44.QueryVotesResponse; }; QueryParamsRequest: { typeUrl: string; encode(message: _44.QueryParamsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryParamsRequest; fromJSON(object: any): _44.QueryParamsRequest; toJSON(message: _44.QueryParamsRequest): unknown; fromPartial & { paramsType?: string; } & Record, never>>(object: I_16): _44.QueryParamsRequest; }; QueryParamsResponse: { typeUrl: string; encode(message: _44.QueryParamsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryParamsResponse; fromJSON(object: any): _44.QueryParamsResponse; toJSON(message: _44.QueryParamsResponse): unknown; fromPartial & { votingParams?: _43.VotingParams & { votingPeriod: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; depositParams?: _43.DepositParams & { minDeposit: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; maxDepositPeriod: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; tallyParams?: _43.TallyParams & { quorum: Uint8Array; threshold: Uint8Array; vetoThreshold: Uint8Array; } & Record, never>; } & Record, never>>(object: I_17): _44.QueryParamsResponse; }; QueryDepositRequest: { typeUrl: string; encode(message: _44.QueryDepositRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryDepositRequest; fromJSON(object: any): _44.QueryDepositRequest; toJSON(message: _44.QueryDepositRequest): unknown; fromPartial & { proposalId?: bigint; depositor?: string; } & Record, never>>(object: I_18): _44.QueryDepositRequest; }; QueryDepositResponse: { typeUrl: string; encode(message: _44.QueryDepositResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryDepositResponse; fromJSON(object: any): _44.QueryDepositResponse; toJSON(message: _44.QueryDepositResponse): unknown; fromPartial & { deposit?: _43.Deposit & { proposalId: bigint; depositor: string; amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_19): _44.QueryDepositResponse; }; QueryDepositsRequest: { typeUrl: string; encode(message: _44.QueryDepositsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryDepositsRequest; fromJSON(object: any): _44.QueryDepositsRequest; toJSON(message: _44.QueryDepositsRequest): unknown; fromPartial & { proposalId?: bigint; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_20): _44.QueryDepositsRequest; }; QueryDepositsResponse: { typeUrl: string; encode(message: _44.QueryDepositsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryDepositsResponse; fromJSON(object: any): _44.QueryDepositsResponse; toJSON(message: _44.QueryDepositsResponse): unknown; fromPartial & { deposits?: _43.Deposit[] & (_43.Deposit & { proposalId: bigint; depositor: string; amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_21): _44.QueryDepositsResponse; }; QueryTallyResultRequest: { typeUrl: string; encode(message: _44.QueryTallyResultRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryTallyResultRequest; fromJSON(object: any): _44.QueryTallyResultRequest; toJSON(message: _44.QueryTallyResultRequest): unknown; fromPartial & { proposalId?: bigint; } & Record, never>>(object: I_22): _44.QueryTallyResultRequest; }; QueryTallyResultResponse: { typeUrl: string; encode(message: _44.QueryTallyResultResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _44.QueryTallyResultResponse; fromJSON(object: any): _44.QueryTallyResultResponse; toJSON(message: _44.QueryTallyResultResponse): unknown; fromPartial & { tally?: _43.TallyResult & { yes: string; abstain: string; no: string; noWithVeto: string; } & Record, never>; } & Record, never>>(object: I_23): _44.QueryTallyResultResponse; }; QueryClientImpl: typeof _44.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Proposal(request: _44.QueryProposalRequest): Promise<_44.QueryProposalResponse>; Proposals(request: _44.QueryProposalsRequest): Promise<_44.QueryProposalsResponse>; Vote(request: _44.QueryVoteRequest): Promise<_44.QueryVoteResponse>; Votes(request: _44.QueryVotesRequest): Promise<_44.QueryVotesResponse>; Params(request: _44.QueryParamsRequest): Promise<_44.QueryParamsResponse>; Deposit(request: _44.QueryDepositRequest): Promise<_44.QueryDepositResponse>; Deposits(request: _44.QueryDepositsRequest): Promise<_44.QueryDepositsResponse>; TallyResult(request: _44.QueryTallyResultRequest): Promise<_44.QueryTallyResultResponse>; }; voteOptionFromJSON(object: any): _43.VoteOption; voteOptionToJSON(object: _43.VoteOption): string; proposalStatusFromJSON(object: any): _43.ProposalStatus; proposalStatusToJSON(object: _43.ProposalStatus): string; VoteOption: typeof _43.VoteOption; VoteOptionSDKType: typeof _43.VoteOption; ProposalStatus: typeof _43.ProposalStatus; ProposalStatusSDKType: typeof _43.ProposalStatus; WeightedVoteOption: { typeUrl: string; encode(message: _43.WeightedVoteOption, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.WeightedVoteOption; fromJSON(object: any): _43.WeightedVoteOption; toJSON(message: _43.WeightedVoteOption): unknown; fromPartial & { option?: _43.VoteOption; weight?: string; } & Record, never>>(object: I_24): _43.WeightedVoteOption; }; TextProposal: { typeUrl: string; encode(message: _43.TextProposal, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.TextProposal; fromJSON(object: any): _43.TextProposal; toJSON(message: _43.TextProposal): unknown; fromPartial & { title?: string; description?: string; } & Record, never>>(object: I_25): _43.TextProposal; }; Deposit: { typeUrl: string; encode(message: _43.Deposit, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.Deposit; fromJSON(object: any): _43.Deposit; toJSON(message: _43.Deposit): unknown; fromPartial & { proposalId?: bigint; depositor?: string; amount?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_26): _43.Deposit; }; Proposal: { typeUrl: string; encode(message: _43.Proposal, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.Proposal; fromJSON(object: any): _43.Proposal; toJSON(message: _43.Proposal): unknown; fromPartial & { proposalId?: bigint; content?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; status?: _43.ProposalStatus; finalTallyResult?: _43.TallyResult & { yes: string; abstain: string; no: string; noWithVeto: string; } & Record, never>; submitTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; depositEndTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; totalDeposit?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; votingStartTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; votingEndTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_27): _43.Proposal; }; TallyResult: { typeUrl: string; encode(message: _43.TallyResult, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.TallyResult; fromJSON(object: any): _43.TallyResult; toJSON(message: _43.TallyResult): unknown; fromPartial & { yes?: string; abstain?: string; no?: string; noWithVeto?: string; } & Record, never>>(object: I_28): _43.TallyResult; }; Vote: { typeUrl: string; encode(message: _43.Vote, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.Vote; fromJSON(object: any): _43.Vote; toJSON(message: _43.Vote): unknown; fromPartial & { proposalId?: bigint; voter?: string; option?: _43.VoteOption; options?: _43.WeightedVoteOption[] & (_43.WeightedVoteOption & { option: _43.VoteOption; weight: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_29): _43.Vote; }; DepositParams: { typeUrl: string; encode(message: _43.DepositParams, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.DepositParams; fromJSON(object: any): _43.DepositParams; toJSON(message: _43.DepositParams): unknown; fromPartial & { minDeposit?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; maxDepositPeriod?: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_30): _43.DepositParams; }; VotingParams: { typeUrl: string; encode(message: _43.VotingParams, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.VotingParams; fromJSON(object: any): _43.VotingParams; toJSON(message: _43.VotingParams): unknown; fromPartial & { votingPeriod?: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_31): _43.VotingParams; }; TallyParams: { typeUrl: string; encode(message: _43.TallyParams, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _43.TallyParams; fromJSON(object: any): _43.TallyParams; toJSON(message: _43.TallyParams): unknown; fromPartial & { quorum?: Uint8Array; threshold?: Uint8Array; vetoThreshold?: Uint8Array; } & Record, never>>(object: I_32): _43.TallyParams; }; GenesisState: { typeUrl: string; encode(message: _42.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _42.GenesisState; fromJSON(object: any): _42.GenesisState; toJSON(message: _42.GenesisState): unknown; fromPartial & { startingProposalId?: bigint; deposits?: _43.Deposit[] & (_43.Deposit & { proposalId: bigint; depositor: string; amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; votes?: _43.Vote[] & (_43.Vote & { proposalId: bigint; voter: string; option: _43.VoteOption; options: _43.WeightedVoteOption[] & (_43.WeightedVoteOption & { option: _43.VoteOption; weight: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; proposals?: _43.Proposal[] & (_43.Proposal & { proposalId: bigint; content?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; status: _43.ProposalStatus; finalTallyResult: _43.TallyResult & { yes: string; abstain: string; no: string; noWithVeto: string; } & Record, never>; submitTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; depositEndTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; totalDeposit: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; votingStartTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; votingEndTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>)[] & Record, never>; depositParams?: _43.DepositParams & { minDeposit: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; maxDepositPeriod: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; votingParams?: _43.VotingParams & { votingPeriod: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; tallyParams?: _43.TallyParams & { quorum: Uint8Array; threshold: Uint8Array; vetoThreshold: Uint8Array; } & Record, never>; } & Record, never>>(object: I_33): _42.GenesisState; }; }; } namespace mint { const v1beta1: { LCDQueryClient: typeof _120.LCDQueryClient; protobufPackage: "cosmos.mint.v1beta1"; QueryParamsRequest: { typeUrl: string; encode(_: _48.QueryParamsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _48.QueryParamsRequest; fromJSON(_: any): _48.QueryParamsRequest; toJSON(_: _48.QueryParamsRequest): unknown; fromPartial & {} & Record, never>>(_: I): _48.QueryParamsRequest; }; QueryParamsResponse: { typeUrl: string; encode(message: _48.QueryParamsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _48.QueryParamsResponse; fromJSON(object: any): _48.QueryParamsResponse; toJSON(message: _48.QueryParamsResponse): unknown; fromPartial & { params?: _47.Params & { mintDenom: string; inflationRateChange: string; inflationMax: string; inflationMin: string; goalBonded: string; blocksPerYear: bigint; } & Record, never>; } & Record, never>>(object: I_1): _48.QueryParamsResponse; }; QueryInflationRequest: { typeUrl: string; encode(_: _48.QueryInflationRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _48.QueryInflationRequest; fromJSON(_: any): _48.QueryInflationRequest; toJSON(_: _48.QueryInflationRequest): unknown; fromPartial & {} & Record, never>>(_: I_2): _48.QueryInflationRequest; }; QueryInflationResponse: { typeUrl: string; encode(message: _48.QueryInflationResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _48.QueryInflationResponse; fromJSON(object: any): _48.QueryInflationResponse; toJSON(message: _48.QueryInflationResponse): unknown; fromPartial & { inflation?: Uint8Array; } & Record, never>>(object: I_3): _48.QueryInflationResponse; }; QueryAnnualProvisionsRequest: { typeUrl: string; encode(_: _48.QueryAnnualProvisionsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _48.QueryAnnualProvisionsRequest; fromJSON(_: any): _48.QueryAnnualProvisionsRequest; toJSON(_: _48.QueryAnnualProvisionsRequest): unknown; fromPartial & {} & Record, never>>(_: I_4): _48.QueryAnnualProvisionsRequest; }; QueryAnnualProvisionsResponse: { typeUrl: string; encode(message: _48.QueryAnnualProvisionsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _48.QueryAnnualProvisionsResponse; fromJSON(object: any): _48.QueryAnnualProvisionsResponse; toJSON(message: _48.QueryAnnualProvisionsResponse): unknown; fromPartial & { annualProvisions?: Uint8Array; } & Record, never>>(object: I_5): _48.QueryAnnualProvisionsResponse; }; QueryClientImpl: typeof _48.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Params(request?: _48.QueryParamsRequest): Promise<_48.QueryParamsResponse>; Inflation(request?: _48.QueryInflationRequest): Promise<_48.QueryInflationResponse>; AnnualProvisions(request?: _48.QueryAnnualProvisionsRequest): Promise<_48.QueryAnnualProvisionsResponse>; }; Minter: { typeUrl: string; encode(message: _47.Minter, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _47.Minter; fromJSON(object: any): _47.Minter; toJSON(message: _47.Minter): unknown; fromPartial & { inflation?: string; annualProvisions?: string; } & Record, never>>(object: I_6): _47.Minter; }; Params: { typeUrl: string; encode(message: _47.Params, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _47.Params; fromJSON(object: any): _47.Params; toJSON(message: _47.Params): unknown; fromPartial & { mintDenom?: string; inflationRateChange?: string; inflationMax?: string; inflationMin?: string; goalBonded?: string; blocksPerYear?: bigint; } & Record, never>>(object: I_7): _47.Params; }; GenesisState: { typeUrl: string; encode(message: _46.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _46.GenesisState; fromJSON(object: any): _46.GenesisState; toJSON(message: _46.GenesisState): unknown; fromPartial & { minter?: _47.Minter & { inflation: string; annualProvisions: string; } & Record, never>; params?: _47.Params & { mintDenom: string; inflationRateChange: string; inflationMax: string; inflationMin: string; goalBonded: string; blocksPerYear: bigint; } & Record, never>; } & Record, never>>(object: I_8): _46.GenesisState; }; }; } namespace params { const v1beta1: { LCDQueryClient: typeof _121.LCDQueryClient; protobufPackage: "cosmos.params.v1beta1"; QueryParamsRequest: { typeUrl: string; encode(message: _50.QueryParamsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _50.QueryParamsRequest; fromJSON(object: any): _50.QueryParamsRequest; toJSON(message: _50.QueryParamsRequest): unknown; fromPartial & { subspace?: string; key?: string; } & Record, never>>(object: I): _50.QueryParamsRequest; }; QueryParamsResponse: { typeUrl: string; encode(message: _50.QueryParamsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _50.QueryParamsResponse; fromJSON(object: any): _50.QueryParamsResponse; toJSON(message: _50.QueryParamsResponse): unknown; fromPartial & { param?: _49.ParamChange & { subspace: string; key: string; value: string; } & Record, never>; } & Record, never>>(object: I_1): _50.QueryParamsResponse; }; QueryClientImpl: typeof _50.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Params(request: _50.QueryParamsRequest): Promise<_50.QueryParamsResponse>; }; ParameterChangeProposal: { typeUrl: string; encode(message: _49.ParameterChangeProposal, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _49.ParameterChangeProposal; fromJSON(object: any): _49.ParameterChangeProposal; toJSON(message: _49.ParameterChangeProposal): unknown; fromPartial & { title?: string; description?: string; changes?: _49.ParamChange[] & (_49.ParamChange & { subspace: string; key: string; value: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_2): _49.ParameterChangeProposal; }; ParamChange: { typeUrl: string; encode(message: _49.ParamChange, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _49.ParamChange; fromJSON(object: any): _49.ParamChange; toJSON(message: _49.ParamChange): unknown; fromPartial & { subspace?: string; key?: string; value?: string; } & Record, never>>(object: I_3): _49.ParamChange; }; }; } namespace slashing { const v1beta1: { LCDQueryClient: typeof _122.LCDQueryClient; registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { unjail(value: _54.MsgUnjail): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { unjail(value: _54.MsgUnjail): { typeUrl: string; value: _54.MsgUnjail; }; }; toJSON: { unjail(value: _54.MsgUnjail): { typeUrl: string; value: unknown; }; }; fromJSON: { unjail(value: any): { typeUrl: string; value: _54.MsgUnjail; }; }; fromPartial: { unjail(value: _54.MsgUnjail): { typeUrl: string; value: _54.MsgUnjail; }; }; }; AminoConverter: { "/cosmos.slashing.v1beta1.MsgUnjail": { aminoType: string; toAmino: ({ validatorAddr }: _54.MsgUnjail) => { validator_addr: string; }; fromAmino: ({ validator_addr }: { validator_addr: string; }) => _54.MsgUnjail; }; }; protobufPackage: "cosmos.slashing.v1beta1"; MsgUnjail: { typeUrl: string; encode(message: _54.MsgUnjail, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _54.MsgUnjail; fromJSON(object: any): _54.MsgUnjail; toJSON(message: _54.MsgUnjail): unknown; fromPartial & { validatorAddr?: string; } & Record, never>>(object: I): _54.MsgUnjail; }; MsgUnjailResponse: { typeUrl: string; encode(_: _54.MsgUnjailResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _54.MsgUnjailResponse; fromJSON(_: any): _54.MsgUnjailResponse; toJSON(_: _54.MsgUnjailResponse): unknown; fromPartial & {} & Record, never>>(_: I_1): _54.MsgUnjailResponse; }; MsgClientImpl: typeof _54.MsgClientImpl; ValidatorSigningInfo: { typeUrl: string; encode(message: _53.ValidatorSigningInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _53.ValidatorSigningInfo; fromJSON(object: any): _53.ValidatorSigningInfo; toJSON(message: _53.ValidatorSigningInfo): unknown; fromPartial & { address?: string; startHeight?: bigint; indexOffset?: bigint; jailedUntil?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; tombstoned?: boolean; missedBlocksCounter?: bigint; } & Record, never>>(object: I_2): _53.ValidatorSigningInfo; }; Params: { typeUrl: string; encode(message: _53.Params, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _53.Params; fromJSON(object: any): _53.Params; toJSON(message: _53.Params): unknown; fromPartial & { signedBlocksWindow?: bigint; minSignedPerWindow?: Uint8Array; downtimeJailDuration?: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; slashFractionDoubleSign?: Uint8Array; slashFractionDowntime?: Uint8Array; } & Record, never>>(object: I_3): _53.Params; }; QueryParamsRequest: { typeUrl: string; encode(_: _52.QueryParamsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _52.QueryParamsRequest; fromJSON(_: any): _52.QueryParamsRequest; toJSON(_: _52.QueryParamsRequest): unknown; fromPartial & {} & Record, never>>(_: I_4): _52.QueryParamsRequest; }; QueryParamsResponse: { typeUrl: string; encode(message: _52.QueryParamsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _52.QueryParamsResponse; fromJSON(object: any): _52.QueryParamsResponse; toJSON(message: _52.QueryParamsResponse): unknown; fromPartial & { params?: _53.Params & { signedBlocksWindow: bigint; minSignedPerWindow: Uint8Array; downtimeJailDuration: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; slashFractionDoubleSign: Uint8Array; slashFractionDowntime: Uint8Array; } & Record, never>; } & Record, never>>(object: I_5): _52.QueryParamsResponse; }; QuerySigningInfoRequest: { typeUrl: string; encode(message: _52.QuerySigningInfoRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _52.QuerySigningInfoRequest; fromJSON(object: any): _52.QuerySigningInfoRequest; toJSON(message: _52.QuerySigningInfoRequest): unknown; fromPartial & { consAddress?: string; } & Record, never>>(object: I_6): _52.QuerySigningInfoRequest; }; QuerySigningInfoResponse: { typeUrl: string; encode(message: _52.QuerySigningInfoResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _52.QuerySigningInfoResponse; fromJSON(object: any): _52.QuerySigningInfoResponse; toJSON(message: _52.QuerySigningInfoResponse): unknown; fromPartial & { valSigningInfo?: _53.ValidatorSigningInfo & { address: string; startHeight: bigint; indexOffset: bigint; jailedUntil: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; tombstoned: boolean; missedBlocksCounter: bigint; } & Record, never>; } & Record, never>>(object: I_7): _52.QuerySigningInfoResponse; }; QuerySigningInfosRequest: { typeUrl: string; encode(message: _52.QuerySigningInfosRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _52.QuerySigningInfosRequest; fromJSON(object: any): _52.QuerySigningInfosRequest; toJSON(message: _52.QuerySigningInfosRequest): unknown; fromPartial & { pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_8): _52.QuerySigningInfosRequest; }; QuerySigningInfosResponse: { typeUrl: string; encode(message: _52.QuerySigningInfosResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _52.QuerySigningInfosResponse; fromJSON(object: any): _52.QuerySigningInfosResponse; toJSON(message: _52.QuerySigningInfosResponse): unknown; fromPartial & { info?: _53.ValidatorSigningInfo[] & (_53.ValidatorSigningInfo & { address: string; startHeight: bigint; indexOffset: bigint; jailedUntil: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; tombstoned: boolean; missedBlocksCounter: bigint; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_9): _52.QuerySigningInfosResponse; }; QueryClientImpl: typeof _52.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Params(request?: _52.QueryParamsRequest): Promise<_52.QueryParamsResponse>; SigningInfo(request: _52.QuerySigningInfoRequest): Promise<_52.QuerySigningInfoResponse>; SigningInfos(request?: _52.QuerySigningInfosRequest): Promise<_52.QuerySigningInfosResponse>; }; GenesisState: { typeUrl: string; encode(message: _51.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _51.GenesisState; fromJSON(object: any): _51.GenesisState; toJSON(message: _51.GenesisState): unknown; fromPartial & { params?: _53.Params & { signedBlocksWindow: bigint; minSignedPerWindow: Uint8Array; downtimeJailDuration: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; slashFractionDoubleSign: Uint8Array; slashFractionDowntime: Uint8Array; } & Record, never>; signingInfos?: _51.SigningInfo[] & (_51.SigningInfo & { address: string; validatorSigningInfo: _53.ValidatorSigningInfo & { address: string; startHeight: bigint; indexOffset: bigint; jailedUntil: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; tombstoned: boolean; missedBlocksCounter: bigint; } & Record, never>; } & Record, never>)[] & Record, never>; missedBlocks?: _51.ValidatorMissedBlocks[] & (_51.ValidatorMissedBlocks & { address: string; missedBlocks: _51.MissedBlock[] & (_51.MissedBlock & { index: bigint; missed: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_10): _51.GenesisState; }; SigningInfo: { typeUrl: string; encode(message: _51.SigningInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _51.SigningInfo; fromJSON(object: any): _51.SigningInfo; toJSON(message: _51.SigningInfo): unknown; fromPartial & { address?: string; validatorSigningInfo?: _53.ValidatorSigningInfo & { address: string; startHeight: bigint; indexOffset: bigint; jailedUntil: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; tombstoned: boolean; missedBlocksCounter: bigint; } & Record, never>; } & Record, never>>(object: I_11): _51.SigningInfo; }; ValidatorMissedBlocks: { typeUrl: string; encode(message: _51.ValidatorMissedBlocks, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _51.ValidatorMissedBlocks; fromJSON(object: any): _51.ValidatorMissedBlocks; toJSON(message: _51.ValidatorMissedBlocks): unknown; fromPartial & { address?: string; missedBlocks?: _51.MissedBlock[] & (_51.MissedBlock & { index: bigint; missed: boolean; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_12): _51.ValidatorMissedBlocks; }; MissedBlock: { typeUrl: string; encode(message: _51.MissedBlock, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _51.MissedBlock; fromJSON(object: any): _51.MissedBlock; toJSON(message: _51.MissedBlock): unknown; fromPartial & { index?: bigint; missed?: boolean; } & Record, never>>(object: I_13): _51.MissedBlock; }; }; } namespace staking { const v1beta1: { LCDQueryClient: typeof _123.LCDQueryClient; registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { createValidator(value: _59.MsgCreateValidator): { typeUrl: string; value: Uint8Array; }; editValidator(value: _59.MsgEditValidator): { typeUrl: string; value: Uint8Array; }; delegate(value: _59.MsgDelegate): { typeUrl: string; value: Uint8Array; }; beginRedelegate(value: _59.MsgBeginRedelegate): { typeUrl: string; value: Uint8Array; }; undelegate(value: _59.MsgUndelegate): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { createValidator(value: _59.MsgCreateValidator): { typeUrl: string; value: _59.MsgCreateValidator; }; editValidator(value: _59.MsgEditValidator): { typeUrl: string; value: _59.MsgEditValidator; }; delegate(value: _59.MsgDelegate): { typeUrl: string; value: _59.MsgDelegate; }; beginRedelegate(value: _59.MsgBeginRedelegate): { typeUrl: string; value: _59.MsgBeginRedelegate; }; undelegate(value: _59.MsgUndelegate): { typeUrl: string; value: _59.MsgUndelegate; }; }; toJSON: { createValidator(value: _59.MsgCreateValidator): { typeUrl: string; value: unknown; }; editValidator(value: _59.MsgEditValidator): { typeUrl: string; value: unknown; }; delegate(value: _59.MsgDelegate): { typeUrl: string; value: unknown; }; beginRedelegate(value: _59.MsgBeginRedelegate): { typeUrl: string; value: unknown; }; undelegate(value: _59.MsgUndelegate): { typeUrl: string; value: unknown; }; }; fromJSON: { createValidator(value: any): { typeUrl: string; value: _59.MsgCreateValidator; }; editValidator(value: any): { typeUrl: string; value: _59.MsgEditValidator; }; delegate(value: any): { typeUrl: string; value: _59.MsgDelegate; }; beginRedelegate(value: any): { typeUrl: string; value: _59.MsgBeginRedelegate; }; undelegate(value: any): { typeUrl: string; value: _59.MsgUndelegate; }; }; fromPartial: { createValidator(value: _59.MsgCreateValidator): { typeUrl: string; value: _59.MsgCreateValidator; }; editValidator(value: _59.MsgEditValidator): { typeUrl: string; value: _59.MsgEditValidator; }; delegate(value: _59.MsgDelegate): { typeUrl: string; value: _59.MsgDelegate; }; beginRedelegate(value: _59.MsgBeginRedelegate): { typeUrl: string; value: _59.MsgBeginRedelegate; }; undelegate(value: _59.MsgUndelegate): { typeUrl: string; value: _59.MsgUndelegate; }; }; }; AminoConverter: { "/cosmos.staking.v1beta1.MsgCreateValidator": { aminoType: string; toAmino: ({ description, commission, minSelfDelegation, delegatorAddress, validatorAddress, pubkey, value, }: _59.MsgCreateValidator) => { description: { moniker: string; identity: string; website: string; security_contact: string; details: string; }; commission: { rate: string; max_rate: string; max_change_rate: string; }; min_self_delegation: string; delegator_address: string; validator_address: string; pubkey: import("@cosmjs/amino").Pubkey; value: { denom: string; amount: string; }; }; fromAmino: ({ description, commission, min_self_delegation, delegator_address, validator_address, pubkey, value, }: { description: { moniker: string; identity: string; website: string; security_contact: string; details: string; }; commission: { rate: string; max_rate: string; max_change_rate: string; }; min_self_delegation: string; delegator_address: string; validator_address: string; pubkey: import("@cosmjs/amino").Pubkey; value: { denom: string; amount: string; }; }) => _59.MsgCreateValidator; }; "/cosmos.staking.v1beta1.MsgEditValidator": { aminoType: string; toAmino: ({ description, validatorAddress, commissionRate, minSelfDelegation, }: _59.MsgEditValidator) => { description: { moniker: string; identity: string; website: string; security_contact: string; details: string; }; validator_address: string; commission_rate: string; min_self_delegation: string; }; fromAmino: ({ description, validator_address, commission_rate, min_self_delegation, }: { description: { moniker: string; identity: string; website: string; security_contact: string; details: string; }; validator_address: string; commission_rate: string; min_self_delegation: string; }) => _59.MsgEditValidator; }; "/cosmos.staking.v1beta1.MsgDelegate": { aminoType: string; toAmino: ({ delegatorAddress, validatorAddress, amount }: _59.MsgDelegate) => { delegator_address: string; validator_address: string; amount: { denom: string; amount: string; }; }; fromAmino: ({ delegator_address, validator_address, amount, }: { delegator_address: string; validator_address: string; amount: { denom: string; amount: string; }; }) => _59.MsgDelegate; }; "/cosmos.staking.v1beta1.MsgBeginRedelegate": { aminoType: string; toAmino: ({ delegatorAddress, validatorSrcAddress, validatorDstAddress, amount, }: _59.MsgBeginRedelegate) => { delegator_address: string; validator_src_address: string; validator_dst_address: string; amount: { denom: string; amount: string; }; }; fromAmino: ({ delegator_address, validator_src_address, validator_dst_address, amount, }: { delegator_address: string; validator_src_address: string; validator_dst_address: string; amount: { denom: string; amount: string; }; }) => _59.MsgBeginRedelegate; }; "/cosmos.staking.v1beta1.MsgUndelegate": { aminoType: string; toAmino: ({ delegatorAddress, validatorAddress, amount, }: _59.MsgUndelegate) => { delegator_address: string; validator_address: string; amount: { denom: string; amount: string; }; }; fromAmino: ({ delegator_address, validator_address, amount, }: { delegator_address: string; validator_address: string; amount: { denom: string; amount: string; }; }) => _59.MsgUndelegate; }; }; protobufPackage: "cosmos.staking.v1beta1"; MsgCreateValidator: { typeUrl: string; encode(message: _59.MsgCreateValidator, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgCreateValidator; fromJSON(object: any): _59.MsgCreateValidator; toJSON(message: _59.MsgCreateValidator): unknown; fromPartial & { description?: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; commission?: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; minSelfDelegation?: string; delegatorAddress?: string; validatorAddress?: string; pubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; value?: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>>(object: I): _59.MsgCreateValidator; }; MsgCreateValidatorResponse: { typeUrl: string; encode(_: _59.MsgCreateValidatorResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgCreateValidatorResponse; fromJSON(_: any): _59.MsgCreateValidatorResponse; toJSON(_: _59.MsgCreateValidatorResponse): unknown; fromPartial & {} & Record, never>>(_: I_1): _59.MsgCreateValidatorResponse; }; MsgEditValidator: { typeUrl: string; encode(message: _59.MsgEditValidator, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgEditValidator; fromJSON(object: any): _59.MsgEditValidator; toJSON(message: _59.MsgEditValidator): unknown; fromPartial & { description?: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; validatorAddress?: string; commissionRate?: string; minSelfDelegation?: string; } & Record, never>>(object: I_2): _59.MsgEditValidator; }; MsgEditValidatorResponse: { typeUrl: string; encode(_: _59.MsgEditValidatorResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgEditValidatorResponse; fromJSON(_: any): _59.MsgEditValidatorResponse; toJSON(_: _59.MsgEditValidatorResponse): unknown; fromPartial & {} & Record, never>>(_: I_3): _59.MsgEditValidatorResponse; }; MsgDelegate: { typeUrl: string; encode(message: _59.MsgDelegate, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgDelegate; fromJSON(object: any): _59.MsgDelegate; toJSON(message: _59.MsgDelegate): unknown; fromPartial & { delegatorAddress?: string; validatorAddress?: string; amount?: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>>(object: I_4): _59.MsgDelegate; }; MsgDelegateResponse: { typeUrl: string; encode(_: _59.MsgDelegateResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgDelegateResponse; fromJSON(_: any): _59.MsgDelegateResponse; toJSON(_: _59.MsgDelegateResponse): unknown; fromPartial & {} & Record, never>>(_: I_5): _59.MsgDelegateResponse; }; MsgBeginRedelegate: { typeUrl: string; encode(message: _59.MsgBeginRedelegate, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgBeginRedelegate; fromJSON(object: any): _59.MsgBeginRedelegate; toJSON(message: _59.MsgBeginRedelegate): unknown; fromPartial & { delegatorAddress?: string; validatorSrcAddress?: string; validatorDstAddress?: string; amount?: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>>(object: I_6): _59.MsgBeginRedelegate; }; MsgBeginRedelegateResponse: { typeUrl: string; encode(message: _59.MsgBeginRedelegateResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgBeginRedelegateResponse; fromJSON(object: any): _59.MsgBeginRedelegateResponse; toJSON(message: _59.MsgBeginRedelegateResponse): unknown; fromPartial & { completionTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_7): _59.MsgBeginRedelegateResponse; }; MsgUndelegate: { typeUrl: string; encode(message: _59.MsgUndelegate, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgUndelegate; fromJSON(object: any): _59.MsgUndelegate; toJSON(message: _59.MsgUndelegate): unknown; fromPartial & { delegatorAddress?: string; validatorAddress?: string; amount?: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>>(object: I_8): _59.MsgUndelegate; }; MsgUndelegateResponse: { typeUrl: string; encode(message: _59.MsgUndelegateResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _59.MsgUndelegateResponse; fromJSON(object: any): _59.MsgUndelegateResponse; toJSON(message: _59.MsgUndelegateResponse): unknown; fromPartial & { completionTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_9): _59.MsgUndelegateResponse; }; MsgClientImpl: typeof _59.MsgClientImpl; bondStatusFromJSON(object: any): _58.BondStatus; bondStatusToJSON(object: _58.BondStatus): string; BondStatus: typeof _58.BondStatus; BondStatusSDKType: typeof _58.BondStatus; HistoricalInfo: { typeUrl: string; encode(message: _58.HistoricalInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.HistoricalInfo; fromJSON(object: any): _58.HistoricalInfo; toJSON(message: _58.HistoricalInfo): unknown; fromPartial & { header?: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; valset?: _58.Validator[] & (_58.Validator & { operatorAddress: string; consensusPubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; jailed: boolean; status: _58.BondStatus; tokens: string; delegatorShares: string; description: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; unbondingHeight: bigint; unbondingTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; commission: _58.Commission & { commissionRates: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; minSelfDelegation: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_10): _58.HistoricalInfo; }; CommissionRates: { typeUrl: string; encode(message: _58.CommissionRates, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.CommissionRates; fromJSON(object: any): _58.CommissionRates; toJSON(message: _58.CommissionRates): unknown; fromPartial & { rate?: string; maxRate?: string; maxChangeRate?: string; } & Record, never>>(object: I_11): _58.CommissionRates; }; Commission: { typeUrl: string; encode(message: _58.Commission, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.Commission; fromJSON(object: any): _58.Commission; toJSON(message: _58.Commission): unknown; fromPartial & { commissionRates?: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>>(object: I_12): _58.Commission; }; Description: { typeUrl: string; encode(message: _58.Description, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.Description; fromJSON(object: any): _58.Description; toJSON(message: _58.Description): unknown; fromPartial & { moniker?: string; identity?: string; website?: string; securityContact?: string; details?: string; } & Record, never>>(object: I_13): _58.Description; }; Validator: { typeUrl: string; encode(message: _58.Validator, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.Validator; fromJSON(object: any): _58.Validator; toJSON(message: _58.Validator): unknown; fromPartial & { operatorAddress?: string; consensusPubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; jailed?: boolean; status?: _58.BondStatus; tokens?: string; delegatorShares?: string; description?: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; unbondingHeight?: bigint; unbondingTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; commission?: _58.Commission & { commissionRates: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; minSelfDelegation?: string; } & Record, never>>(object: I_14): _58.Validator; }; ValAddresses: { typeUrl: string; encode(message: _58.ValAddresses, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.ValAddresses; fromJSON(object: any): _58.ValAddresses; toJSON(message: _58.ValAddresses): unknown; fromPartial & { addresses?: string[] & Record, never>; } & Record, never>>(object: I_15): _58.ValAddresses; }; DVPair: { typeUrl: string; encode(message: _58.DVPair, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.DVPair; fromJSON(object: any): _58.DVPair; toJSON(message: _58.DVPair): unknown; fromPartial & { delegatorAddress?: string; validatorAddress?: string; } & Record, never>>(object: I_16): _58.DVPair; }; DVPairs: { typeUrl: string; encode(message: _58.DVPairs, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.DVPairs; fromJSON(object: any): _58.DVPairs; toJSON(message: _58.DVPairs): unknown; fromPartial & { pairs?: _58.DVPair[] & (_58.DVPair & { delegatorAddress: string; validatorAddress: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_17): _58.DVPairs; }; DVVTriplet: { typeUrl: string; encode(message: _58.DVVTriplet, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.DVVTriplet; fromJSON(object: any): _58.DVVTriplet; toJSON(message: _58.DVVTriplet): unknown; fromPartial & { delegatorAddress?: string; validatorSrcAddress?: string; validatorDstAddress?: string; } & Record, never>>(object: I_18): _58.DVVTriplet; }; DVVTriplets: { typeUrl: string; encode(message: _58.DVVTriplets, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.DVVTriplets; fromJSON(object: any): _58.DVVTriplets; toJSON(message: _58.DVVTriplets): unknown; fromPartial & { triplets?: _58.DVVTriplet[] & (_58.DVVTriplet & { delegatorAddress: string; validatorSrcAddress: string; validatorDstAddress: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_19): _58.DVVTriplets; }; Delegation: { typeUrl: string; encode(message: _58.Delegation, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.Delegation; fromJSON(object: any): _58.Delegation; toJSON(message: _58.Delegation): unknown; fromPartial & { delegatorAddress?: string; validatorAddress?: string; shares?: string; } & Record, never>>(object: I_20): _58.Delegation; }; UnbondingDelegation: { typeUrl: string; encode(message: _58.UnbondingDelegation, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.UnbondingDelegation; fromJSON(object: any): _58.UnbondingDelegation; toJSON(message: _58.UnbondingDelegation): unknown; fromPartial & { delegatorAddress?: string; validatorAddress?: string; entries?: _58.UnbondingDelegationEntry[] & (_58.UnbondingDelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; balance: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_21): _58.UnbondingDelegation; }; UnbondingDelegationEntry: { typeUrl: string; encode(message: _58.UnbondingDelegationEntry, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.UnbondingDelegationEntry; fromJSON(object: any): _58.UnbondingDelegationEntry; toJSON(message: _58.UnbondingDelegationEntry): unknown; fromPartial & { creationHeight?: bigint; completionTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance?: string; balance?: string; } & Record, never>>(object: I_22): _58.UnbondingDelegationEntry; }; RedelegationEntry: { typeUrl: string; encode(message: _58.RedelegationEntry, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.RedelegationEntry; fromJSON(object: any): _58.RedelegationEntry; toJSON(message: _58.RedelegationEntry): unknown; fromPartial & { creationHeight?: bigint; completionTime?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance?: string; sharesDst?: string; } & Record, never>>(object: I_23): _58.RedelegationEntry; }; Redelegation: { typeUrl: string; encode(message: _58.Redelegation, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.Redelegation; fromJSON(object: any): _58.Redelegation; toJSON(message: _58.Redelegation): unknown; fromPartial & { delegatorAddress?: string; validatorSrcAddress?: string; validatorDstAddress?: string; entries?: _58.RedelegationEntry[] & (_58.RedelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; sharesDst: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_24): _58.Redelegation; }; Params: { typeUrl: string; encode(message: _58.Params, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.Params; fromJSON(object: any): _58.Params; toJSON(message: _58.Params): unknown; fromPartial & { unbondingTime?: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; maxValidators?: number; maxEntries?: number; historicalEntries?: number; bondDenom?: string; } & Record, never>>(object: I_25): _58.Params; }; DelegationResponse: { typeUrl: string; encode(message: _58.DelegationResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.DelegationResponse; fromJSON(object: any): _58.DelegationResponse; toJSON(message: _58.DelegationResponse): unknown; fromPartial & { delegation?: _58.Delegation & { delegatorAddress: string; validatorAddress: string; shares: string; } & Record, never>; balance?: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>>(object: I_26): _58.DelegationResponse; }; RedelegationEntryResponse: { typeUrl: string; encode(message: _58.RedelegationEntryResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.RedelegationEntryResponse; fromJSON(object: any): _58.RedelegationEntryResponse; toJSON(message: _58.RedelegationEntryResponse): unknown; fromPartial & { redelegationEntry?: _58.RedelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; sharesDst: string; } & Record, never>; balance?: string; } & Record, never>>(object: I_27): _58.RedelegationEntryResponse; }; RedelegationResponse: { typeUrl: string; encode(message: _58.RedelegationResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.RedelegationResponse; fromJSON(object: any): _58.RedelegationResponse; toJSON(message: _58.RedelegationResponse): unknown; fromPartial & { redelegation?: _58.Redelegation & { delegatorAddress: string; validatorSrcAddress: string; validatorDstAddress: string; entries: _58.RedelegationEntry[] & (_58.RedelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; sharesDst: string; } & Record, never>)[] & Record, never>; } & Record, never>; entries?: _58.RedelegationEntryResponse[] & (_58.RedelegationEntryResponse & { redelegationEntry: _58.RedelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; sharesDst: string; } & Record, never>; balance: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_28): _58.RedelegationResponse; }; Pool: { typeUrl: string; encode(message: _58.Pool, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _58.Pool; fromJSON(object: any): _58.Pool; toJSON(message: _58.Pool): unknown; fromPartial & { notBondedTokens?: string; bondedTokens?: string; } & Record, never>>(object: I_29): _58.Pool; }; QueryValidatorsRequest: { typeUrl: string; encode(message: _57.QueryValidatorsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryValidatorsRequest; fromJSON(object: any): _57.QueryValidatorsRequest; toJSON(message: _57.QueryValidatorsRequest): unknown; fromPartial & { status?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_30): _57.QueryValidatorsRequest; }; QueryValidatorsResponse: { typeUrl: string; encode(message: _57.QueryValidatorsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryValidatorsResponse; fromJSON(object: any): _57.QueryValidatorsResponse; toJSON(message: _57.QueryValidatorsResponse): unknown; fromPartial & { validators?: _58.Validator[] & (_58.Validator & { operatorAddress: string; consensusPubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; jailed: boolean; status: _58.BondStatus; tokens: string; delegatorShares: string; description: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; unbondingHeight: bigint; unbondingTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; commission: _58.Commission & { commissionRates: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; minSelfDelegation: string; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_31): _57.QueryValidatorsResponse; }; QueryValidatorRequest: { typeUrl: string; encode(message: _57.QueryValidatorRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryValidatorRequest; fromJSON(object: any): _57.QueryValidatorRequest; toJSON(message: _57.QueryValidatorRequest): unknown; fromPartial & { validatorAddr?: string; } & Record, never>>(object: I_32): _57.QueryValidatorRequest; }; QueryValidatorResponse: { typeUrl: string; encode(message: _57.QueryValidatorResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryValidatorResponse; fromJSON(object: any): _57.QueryValidatorResponse; toJSON(message: _57.QueryValidatorResponse): unknown; fromPartial & { validator?: _58.Validator & { operatorAddress: string; consensusPubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; jailed: boolean; status: _58.BondStatus; tokens: string; delegatorShares: string; description: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; unbondingHeight: bigint; unbondingTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; commission: _58.Commission & { commissionRates: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; minSelfDelegation: string; } & Record, never>; } & Record, never>>(object: I_33): _57.QueryValidatorResponse; }; QueryValidatorDelegationsRequest: { typeUrl: string; encode(message: _57.QueryValidatorDelegationsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryValidatorDelegationsRequest; fromJSON(object: any): _57.QueryValidatorDelegationsRequest; toJSON(message: _57.QueryValidatorDelegationsRequest): unknown; fromPartial & { validatorAddr?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_34): _57.QueryValidatorDelegationsRequest; }; QueryValidatorDelegationsResponse: { typeUrl: string; encode(message: _57.QueryValidatorDelegationsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryValidatorDelegationsResponse; fromJSON(object: any): _57.QueryValidatorDelegationsResponse; toJSON(message: _57.QueryValidatorDelegationsResponse): unknown; fromPartial & { delegationResponses?: _58.DelegationResponse[] & (_58.DelegationResponse & { delegation: _58.Delegation & { delegatorAddress: string; validatorAddress: string; shares: string; } & Record, never>; balance: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_35): _57.QueryValidatorDelegationsResponse; }; QueryValidatorUnbondingDelegationsRequest: { typeUrl: string; encode(message: _57.QueryValidatorUnbondingDelegationsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryValidatorUnbondingDelegationsRequest; fromJSON(object: any): _57.QueryValidatorUnbondingDelegationsRequest; toJSON(message: _57.QueryValidatorUnbondingDelegationsRequest): unknown; fromPartial & { validatorAddr?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_36): _57.QueryValidatorUnbondingDelegationsRequest; }; QueryValidatorUnbondingDelegationsResponse: { typeUrl: string; encode(message: _57.QueryValidatorUnbondingDelegationsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryValidatorUnbondingDelegationsResponse; fromJSON(object: any): _57.QueryValidatorUnbondingDelegationsResponse; toJSON(message: _57.QueryValidatorUnbondingDelegationsResponse): unknown; fromPartial & { unbondingResponses?: _58.UnbondingDelegation[] & (_58.UnbondingDelegation & { delegatorAddress: string; validatorAddress: string; entries: _58.UnbondingDelegationEntry[] & (_58.UnbondingDelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; balance: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_37): _57.QueryValidatorUnbondingDelegationsResponse; }; QueryDelegationRequest: { typeUrl: string; encode(message: _57.QueryDelegationRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegationRequest; fromJSON(object: any): _57.QueryDelegationRequest; toJSON(message: _57.QueryDelegationRequest): unknown; fromPartial & { delegatorAddr?: string; validatorAddr?: string; } & Record, never>>(object: I_38): _57.QueryDelegationRequest; }; QueryDelegationResponse: { typeUrl: string; encode(message: _57.QueryDelegationResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegationResponse; fromJSON(object: any): _57.QueryDelegationResponse; toJSON(message: _57.QueryDelegationResponse): unknown; fromPartial & { delegationResponse?: _58.DelegationResponse & { delegation: _58.Delegation & { delegatorAddress: string; validatorAddress: string; shares: string; } & Record, never>; balance: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>; } & Record, never>>(object: I_39): _57.QueryDelegationResponse; }; QueryUnbondingDelegationRequest: { typeUrl: string; encode(message: _57.QueryUnbondingDelegationRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryUnbondingDelegationRequest; fromJSON(object: any): _57.QueryUnbondingDelegationRequest; toJSON(message: _57.QueryUnbondingDelegationRequest): unknown; fromPartial & { delegatorAddr?: string; validatorAddr?: string; } & Record, never>>(object: I_40): _57.QueryUnbondingDelegationRequest; }; QueryUnbondingDelegationResponse: { typeUrl: string; encode(message: _57.QueryUnbondingDelegationResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryUnbondingDelegationResponse; fromJSON(object: any): _57.QueryUnbondingDelegationResponse; toJSON(message: _57.QueryUnbondingDelegationResponse): unknown; fromPartial & { unbond?: _58.UnbondingDelegation & { delegatorAddress: string; validatorAddress: string; entries: _58.UnbondingDelegationEntry[] & (_58.UnbondingDelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; balance: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_41): _57.QueryUnbondingDelegationResponse; }; QueryDelegatorDelegationsRequest: { typeUrl: string; encode(message: _57.QueryDelegatorDelegationsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegatorDelegationsRequest; fromJSON(object: any): _57.QueryDelegatorDelegationsRequest; toJSON(message: _57.QueryDelegatorDelegationsRequest): unknown; fromPartial & { delegatorAddr?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_42): _57.QueryDelegatorDelegationsRequest; }; QueryDelegatorDelegationsResponse: { typeUrl: string; encode(message: _57.QueryDelegatorDelegationsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegatorDelegationsResponse; fromJSON(object: any): _57.QueryDelegatorDelegationsResponse; toJSON(message: _57.QueryDelegatorDelegationsResponse): unknown; fromPartial & { delegationResponses?: _58.DelegationResponse[] & (_58.DelegationResponse & { delegation: _58.Delegation & { delegatorAddress: string; validatorAddress: string; shares: string; } & Record, never>; balance: _21.Coin & { denom: string; amount: string; } & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_43): _57.QueryDelegatorDelegationsResponse; }; QueryDelegatorUnbondingDelegationsRequest: { typeUrl: string; encode(message: _57.QueryDelegatorUnbondingDelegationsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegatorUnbondingDelegationsRequest; fromJSON(object: any): _57.QueryDelegatorUnbondingDelegationsRequest; toJSON(message: _57.QueryDelegatorUnbondingDelegationsRequest): unknown; fromPartial & { delegatorAddr?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_44): _57.QueryDelegatorUnbondingDelegationsRequest; }; QueryDelegatorUnbondingDelegationsResponse: { typeUrl: string; encode(message: _57.QueryDelegatorUnbondingDelegationsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegatorUnbondingDelegationsResponse; fromJSON(object: any): _57.QueryDelegatorUnbondingDelegationsResponse; toJSON(message: _57.QueryDelegatorUnbondingDelegationsResponse): unknown; fromPartial & { unbondingResponses?: _58.UnbondingDelegation[] & (_58.UnbondingDelegation & { delegatorAddress: string; validatorAddress: string; entries: _58.UnbondingDelegationEntry[] & (_58.UnbondingDelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; balance: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_45): _57.QueryDelegatorUnbondingDelegationsResponse; }; QueryRedelegationsRequest: { typeUrl: string; encode(message: _57.QueryRedelegationsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryRedelegationsRequest; fromJSON(object: any): _57.QueryRedelegationsRequest; toJSON(message: _57.QueryRedelegationsRequest): unknown; fromPartial & { delegatorAddr?: string; srcValidatorAddr?: string; dstValidatorAddr?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_46): _57.QueryRedelegationsRequest; }; QueryRedelegationsResponse: { typeUrl: string; encode(message: _57.QueryRedelegationsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryRedelegationsResponse; fromJSON(object: any): _57.QueryRedelegationsResponse; toJSON(message: _57.QueryRedelegationsResponse): unknown; fromPartial & { redelegationResponses?: _58.RedelegationResponse[] & (_58.RedelegationResponse & { redelegation: _58.Redelegation & { delegatorAddress: string; validatorSrcAddress: string; validatorDstAddress: string; entries: _58.RedelegationEntry[] & (_58.RedelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; sharesDst: string; } & Record, never>)[] & Record, never>; } & Record, never>; entries: _58.RedelegationEntryResponse[] & (_58.RedelegationEntryResponse & { redelegationEntry: _58.RedelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; sharesDst: string; } & Record, never>; balance: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_47): _57.QueryRedelegationsResponse; }; QueryDelegatorValidatorsRequest: { typeUrl: string; encode(message: _57.QueryDelegatorValidatorsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegatorValidatorsRequest; fromJSON(object: any): _57.QueryDelegatorValidatorsRequest; toJSON(message: _57.QueryDelegatorValidatorsRequest): unknown; fromPartial & { delegatorAddr?: string; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_48): _57.QueryDelegatorValidatorsRequest; }; QueryDelegatorValidatorsResponse: { typeUrl: string; encode(message: _57.QueryDelegatorValidatorsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegatorValidatorsResponse; fromJSON(object: any): _57.QueryDelegatorValidatorsResponse; toJSON(message: _57.QueryDelegatorValidatorsResponse): unknown; fromPartial & { validators?: _58.Validator[] & (_58.Validator & { operatorAddress: string; consensusPubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; jailed: boolean; status: _58.BondStatus; tokens: string; delegatorShares: string; description: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; unbondingHeight: bigint; unbondingTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; commission: _58.Commission & { commissionRates: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; minSelfDelegation: string; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_49): _57.QueryDelegatorValidatorsResponse; }; QueryDelegatorValidatorRequest: { typeUrl: string; encode(message: _57.QueryDelegatorValidatorRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegatorValidatorRequest; fromJSON(object: any): _57.QueryDelegatorValidatorRequest; toJSON(message: _57.QueryDelegatorValidatorRequest): unknown; fromPartial & { delegatorAddr?: string; validatorAddr?: string; } & Record, never>>(object: I_50): _57.QueryDelegatorValidatorRequest; }; QueryDelegatorValidatorResponse: { typeUrl: string; encode(message: _57.QueryDelegatorValidatorResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryDelegatorValidatorResponse; fromJSON(object: any): _57.QueryDelegatorValidatorResponse; toJSON(message: _57.QueryDelegatorValidatorResponse): unknown; fromPartial & { validator?: _58.Validator & { operatorAddress: string; consensusPubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; jailed: boolean; status: _58.BondStatus; tokens: string; delegatorShares: string; description: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; unbondingHeight: bigint; unbondingTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; commission: _58.Commission & { commissionRates: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; minSelfDelegation: string; } & Record, never>; } & Record, never>>(object: I_51): _57.QueryDelegatorValidatorResponse; }; QueryHistoricalInfoRequest: { typeUrl: string; encode(message: _57.QueryHistoricalInfoRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryHistoricalInfoRequest; fromJSON(object: any): _57.QueryHistoricalInfoRequest; toJSON(message: _57.QueryHistoricalInfoRequest): unknown; fromPartial & { height?: bigint; } & Record, never>>(object: I_52): _57.QueryHistoricalInfoRequest; }; QueryHistoricalInfoResponse: { typeUrl: string; encode(message: _57.QueryHistoricalInfoResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryHistoricalInfoResponse; fromJSON(object: any): _57.QueryHistoricalInfoResponse; toJSON(message: _57.QueryHistoricalInfoResponse): unknown; fromPartial & { hist?: _58.HistoricalInfo & { header: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; valset: _58.Validator[] & (_58.Validator & { operatorAddress: string; consensusPubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; jailed: boolean; status: _58.BondStatus; tokens: string; delegatorShares: string; description: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; unbondingHeight: bigint; unbondingTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; commission: _58.Commission & { commissionRates: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; minSelfDelegation: string; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_53): _57.QueryHistoricalInfoResponse; }; QueryPoolRequest: { typeUrl: string; encode(_: _57.QueryPoolRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryPoolRequest; fromJSON(_: any): _57.QueryPoolRequest; toJSON(_: _57.QueryPoolRequest): unknown; fromPartial & {} & Record, never>>(_: I_54): _57.QueryPoolRequest; }; QueryPoolResponse: { typeUrl: string; encode(message: _57.QueryPoolResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryPoolResponse; fromJSON(object: any): _57.QueryPoolResponse; toJSON(message: _57.QueryPoolResponse): unknown; fromPartial & { pool?: _58.Pool & { notBondedTokens: string; bondedTokens: string; } & Record, never>; } & Record, never>>(object: I_55): _57.QueryPoolResponse; }; QueryParamsRequest: { typeUrl: string; encode(_: _57.QueryParamsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryParamsRequest; fromJSON(_: any): _57.QueryParamsRequest; toJSON(_: _57.QueryParamsRequest): unknown; fromPartial & {} & Record, never>>(_: I_56): _57.QueryParamsRequest; }; QueryParamsResponse: { typeUrl: string; encode(message: _57.QueryParamsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _57.QueryParamsResponse; fromJSON(object: any): _57.QueryParamsResponse; toJSON(message: _57.QueryParamsResponse): unknown; fromPartial & { params?: _58.Params & { unbondingTime: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; maxValidators: number; maxEntries: number; historicalEntries: number; bondDenom: string; } & Record, never>; } & Record, never>>(object: I_57): _57.QueryParamsResponse; }; QueryClientImpl: typeof _57.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Validators(request: _57.QueryValidatorsRequest): Promise<_57.QueryValidatorsResponse>; Validator(request: _57.QueryValidatorRequest): Promise<_57.QueryValidatorResponse>; ValidatorDelegations(request: _57.QueryValidatorDelegationsRequest): Promise<_57.QueryValidatorDelegationsResponse>; ValidatorUnbondingDelegations(request: _57.QueryValidatorUnbondingDelegationsRequest): Promise<_57.QueryValidatorUnbondingDelegationsResponse>; Delegation(request: _57.QueryDelegationRequest): Promise<_57.QueryDelegationResponse>; UnbondingDelegation(request: _57.QueryUnbondingDelegationRequest): Promise<_57.QueryUnbondingDelegationResponse>; DelegatorDelegations(request: _57.QueryDelegatorDelegationsRequest): Promise<_57.QueryDelegatorDelegationsResponse>; DelegatorUnbondingDelegations(request: _57.QueryDelegatorUnbondingDelegationsRequest): Promise<_57.QueryDelegatorUnbondingDelegationsResponse>; Redelegations(request: _57.QueryRedelegationsRequest): Promise<_57.QueryRedelegationsResponse>; DelegatorValidators(request: _57.QueryDelegatorValidatorsRequest): Promise<_57.QueryDelegatorValidatorsResponse>; DelegatorValidator(request: _57.QueryDelegatorValidatorRequest): Promise<_57.QueryDelegatorValidatorResponse>; HistoricalInfo(request: _57.QueryHistoricalInfoRequest): Promise<_57.QueryHistoricalInfoResponse>; Pool(request?: _57.QueryPoolRequest): Promise<_57.QueryPoolResponse>; Params(request?: _57.QueryParamsRequest): Promise<_57.QueryParamsResponse>; }; GenesisState: { typeUrl: string; encode(message: _56.GenesisState, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _56.GenesisState; fromJSON(object: any): _56.GenesisState; toJSON(message: _56.GenesisState): unknown; fromPartial & { params?: _58.Params & { unbondingTime: import("../google/protobuf/duration").Duration & { seconds: bigint; nanos: number; } & Record, never>; maxValidators: number; maxEntries: number; historicalEntries: number; bondDenom: string; } & Record, never>; lastTotalPower?: Uint8Array; lastValidatorPowers?: _56.LastValidatorPower[] & (_56.LastValidatorPower & { address: string; power: bigint; } & Record, never>)[] & Record, never>; validators?: _58.Validator[] & (_58.Validator & { operatorAddress: string; consensusPubkey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; jailed: boolean; status: _58.BondStatus; tokens: string; delegatorShares: string; description: _58.Description & { moniker: string; identity: string; website: string; securityContact: string; details: string; } & Record, never>; unbondingHeight: bigint; unbondingTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; commission: _58.Commission & { commissionRates: _58.CommissionRates & { rate: string; maxRate: string; maxChangeRate: string; } & Record, never>; updateTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; minSelfDelegation: string; } & Record, never>)[] & Record, never>; delegations?: _58.Delegation[] & (_58.Delegation & { delegatorAddress: string; validatorAddress: string; shares: string; } & Record, never>)[] & Record, never>; unbondingDelegations?: _58.UnbondingDelegation[] & (_58.UnbondingDelegation & { delegatorAddress: string; validatorAddress: string; entries: _58.UnbondingDelegationEntry[] & (_58.UnbondingDelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; balance: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; redelegations?: _58.Redelegation[] & (_58.Redelegation & { delegatorAddress: string; validatorSrcAddress: string; validatorDstAddress: string; entries: _58.RedelegationEntry[] & (_58.RedelegationEntry & { creationHeight: bigint; completionTime: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; initialBalance: string; sharesDst: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; exported?: boolean; } & Record, never>>(object: I_58): _56.GenesisState; }; LastValidatorPower: { typeUrl: string; encode(message: _56.LastValidatorPower, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _56.LastValidatorPower; fromJSON(object: any): _56.LastValidatorPower; toJSON(message: _56.LastValidatorPower): unknown; fromPartial & { address?: string; power?: bigint; } & Record, never>>(object: I_59): _56.LastValidatorPower; }; authorizationTypeFromJSON(object: any): _55.AuthorizationType; authorizationTypeToJSON(object: _55.AuthorizationType): string; AuthorizationType: typeof _55.AuthorizationType; AuthorizationTypeSDKType: typeof _55.AuthorizationType; StakeAuthorization: { typeUrl: string; encode(message: _55.StakeAuthorization, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _55.StakeAuthorization; fromJSON(object: any): _55.StakeAuthorization; toJSON(message: _55.StakeAuthorization): unknown; fromPartial & { maxTokens?: _21.Coin & { denom: string; amount: string; } & Record, never>; allowList?: _55.StakeAuthorization_Validators & { address: string[] & Record, never>; } & Record, never>; denyList?: _55.StakeAuthorization_Validators & { address: string[] & Record, never>; } & Record, never>; authorizationType?: _55.AuthorizationType; } & Record, never>>(object: I_60): _55.StakeAuthorization; }; StakeAuthorization_Validators: { typeUrl: string; encode(message: _55.StakeAuthorization_Validators, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _55.StakeAuthorization_Validators; fromJSON(object: any): _55.StakeAuthorization_Validators; toJSON(message: _55.StakeAuthorization_Validators): unknown; fromPartial & { address?: string[] & Record, never>; } & Record, never>>(object: I_61): _55.StakeAuthorization_Validators; }; }; } namespace tx { namespace signing { const v1beta1: { signModeFromJSON(object: any): _60.SignMode; signModeToJSON(object: _60.SignMode): string; protobufPackage: "cosmos.tx.signing.v1beta1"; SignMode: typeof _60.SignMode; SignModeSDKType: typeof _60.SignMode; SignatureDescriptors: { typeUrl: string; encode(message: _60.SignatureDescriptors, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _60.SignatureDescriptors; fromJSON(object: any): _60.SignatureDescriptors; toJSON(message: _60.SignatureDescriptors): unknown; fromPartial & { signatures?: _60.SignatureDescriptor[] & (_60.SignatureDescriptor & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; data?: _60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & any & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & any & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence: bigint; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I): _60.SignatureDescriptors; }; SignatureDescriptor: { typeUrl: string; encode(message: _60.SignatureDescriptor, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _60.SignatureDescriptor; fromJSON(object: any): _60.SignatureDescriptor; toJSON(message: _60.SignatureDescriptor): unknown; fromPartial & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; data?: _60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & any & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & any & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence?: bigint; } & Record, never>>(object: I_1): _60.SignatureDescriptor; }; SignatureDescriptor_Data: { typeUrl: string; encode(message: _60.SignatureDescriptor_Data, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _60.SignatureDescriptor_Data; fromJSON(object: any): _60.SignatureDescriptor_Data; toJSON(message: _60.SignatureDescriptor_Data): unknown; fromPartial & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & any & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & any & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_2): _60.SignatureDescriptor_Data; }; SignatureDescriptor_Data_Single: { typeUrl: string; encode(message: _60.SignatureDescriptor_Data_Single, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _60.SignatureDescriptor_Data_Single; fromJSON(object: any): _60.SignatureDescriptor_Data_Single; toJSON(message: _60.SignatureDescriptor_Data_Single): unknown; fromPartial & { mode?: _60.SignMode; signature?: Uint8Array; } & Record, never>>(object: I_3): _60.SignatureDescriptor_Data_Single; }; SignatureDescriptor_Data_Multi: { typeUrl: string; encode(message: _60.SignatureDescriptor_Data_Multi, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _60.SignatureDescriptor_Data_Multi; fromJSON(object: any): _60.SignatureDescriptor_Data_Multi; toJSON(message: _60.SignatureDescriptor_Data_Multi): unknown; fromPartial & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures?: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & { single?: _60.SignatureDescriptor_Data_Single & { mode: _60.SignMode; signature: Uint8Array; } & Record, never>; multi?: _60.SignatureDescriptor_Data_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & any & Record, never>; signatures: _60.SignatureDescriptor_Data[] & (_60.SignatureDescriptor_Data & any & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_4): _60.SignatureDescriptor_Data_Multi; }; }; } const v1beta1: { LCDQueryClient: typeof _124.LCDQueryClient; protobufPackage: "cosmos.tx.v1beta1"; Tx: { typeUrl: string; encode(message: _62.Tx, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.Tx; fromJSON(object: any): _62.Tx; toJSON(message: _62.Tx): unknown; fromPartial & { body?: _62.TxBody & { messages: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; memo: string; timeoutHeight: bigint; extensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; nonCriticalExtensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; authInfo?: _62.AuthInfo & { signerInfos: _62.SignerInfo[] & (_62.SignerInfo & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; modeInfo?: _62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & any & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & any & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence: bigint; } & Record, never>)[] & Record, never>; fee?: _62.Fee & { amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; gasLimit: bigint; payer: string; granter: string; } & Record, never>; } & Record, never>; signatures?: Uint8Array[] & Record, never>; } & Record, never>>(object: I): _62.Tx; }; TxRaw: { typeUrl: string; encode(message: _62.TxRaw, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.TxRaw; fromJSON(object: any): _62.TxRaw; toJSON(message: _62.TxRaw): unknown; fromPartial & { bodyBytes?: Uint8Array; authInfoBytes?: Uint8Array; signatures?: Uint8Array[] & Record, never>; } & Record, never>>(object: I_1): _62.TxRaw; }; SignDoc: { typeUrl: string; encode(message: _62.SignDoc, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.SignDoc; fromJSON(object: any): _62.SignDoc; toJSON(message: _62.SignDoc): unknown; fromPartial & { bodyBytes?: Uint8Array; authInfoBytes?: Uint8Array; chainId?: string; accountNumber?: bigint; } & Record, never>>(object: I_2): _62.SignDoc; }; TxBody: { typeUrl: string; encode(message: _62.TxBody, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.TxBody; fromJSON(object: any): _62.TxBody; toJSON(message: _62.TxBody): unknown; fromPartial & { messages?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; memo?: string; timeoutHeight?: bigint; extensionOptions?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; nonCriticalExtensionOptions?: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_3): _62.TxBody; }; AuthInfo: { typeUrl: string; encode(message: _62.AuthInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.AuthInfo; fromJSON(object: any): _62.AuthInfo; toJSON(message: _62.AuthInfo): unknown; fromPartial & { signerInfos?: _62.SignerInfo[] & (_62.SignerInfo & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; modeInfo?: _62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & any & Record, never>; multi?: _62.ModeInfo_Multi & any & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence: bigint; } & Record, never>)[] & Record, never>; fee?: _62.Fee & { amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; gasLimit: bigint; payer: string; granter: string; } & Record, never>; } & Record, never>>(object: I_4): _62.AuthInfo; }; SignerInfo: { typeUrl: string; encode(message: _62.SignerInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.SignerInfo; fromJSON(object: any): _62.SignerInfo; toJSON(message: _62.SignerInfo): unknown; fromPartial & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; modeInfo?: _62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & any & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & any & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence?: bigint; } & Record, never>>(object: I_5): _62.SignerInfo; }; ModeInfo: { typeUrl: string; encode(message: _62.ModeInfo, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.ModeInfo; fromJSON(object: any): _62.ModeInfo; toJSON(message: _62.ModeInfo): unknown; fromPartial & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & any & Record, never>; multi?: _62.ModeInfo_Multi & any & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_6): _62.ModeInfo; }; ModeInfo_Single: { typeUrl: string; encode(message: _62.ModeInfo_Single, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.ModeInfo_Single; fromJSON(object: any): _62.ModeInfo_Single; toJSON(message: _62.ModeInfo_Single): unknown; fromPartial & { mode?: _60.SignMode; } & Record, never>>(object: I_7): _62.ModeInfo_Single; }; ModeInfo_Multi: { typeUrl: string; encode(message: _62.ModeInfo_Multi, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.ModeInfo_Multi; fromJSON(object: any): _62.ModeInfo_Multi; toJSON(message: _62.ModeInfo_Multi): unknown; fromPartial & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos?: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & any & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & any & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_8): _62.ModeInfo_Multi; }; Fee: { typeUrl: string; encode(message: _62.Fee, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _62.Fee; fromJSON(object: any): _62.Fee; toJSON(message: _62.Fee): unknown; fromPartial & { amount?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; gasLimit?: bigint; payer?: string; granter?: string; } & Record, never>>(object: I_9): _62.Fee; }; orderByFromJSON(object: any): _61.OrderBy; orderByToJSON(object: _61.OrderBy): string; broadcastModeFromJSON(object: any): _61.BroadcastMode; broadcastModeToJSON(object: _61.BroadcastMode): string; OrderBy: typeof _61.OrderBy; OrderBySDKType: typeof _61.OrderBy; BroadcastMode: typeof _61.BroadcastMode; BroadcastModeSDKType: typeof _61.BroadcastMode; GetTxsEventRequest: { typeUrl: string; encode(message: _61.GetTxsEventRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.GetTxsEventRequest; fromJSON(object: any): _61.GetTxsEventRequest; toJSON(message: _61.GetTxsEventRequest): unknown; fromPartial & { events?: string[] & Record, never>; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; orderBy?: _61.OrderBy; } & Record, never>>(object: I_10): _61.GetTxsEventRequest; }; GetTxsEventResponse: { typeUrl: string; encode(message: _61.GetTxsEventResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.GetTxsEventResponse; fromJSON(object: any): _61.GetTxsEventResponse; toJSON(message: _61.GetTxsEventResponse): unknown; fromPartial & { txs?: _62.Tx[] & (_62.Tx & { body?: _62.TxBody & { messages: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; memo: string; timeoutHeight: bigint; extensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; nonCriticalExtensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; authInfo?: _62.AuthInfo & { signerInfos: _62.SignerInfo[] & (_62.SignerInfo & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; modeInfo?: _62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & any & Record, never>; multi?: _62.ModeInfo_Multi & any & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence: bigint; } & Record, never>)[] & Record, never>; fee?: _62.Fee & { amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; gasLimit: bigint; payer: string; granter: string; } & Record, never>; } & Record, never>; signatures: Uint8Array[] & Record, never>; } & Record, never>)[] & Record, never>; txResponses?: _12.TxResponse[] & (_12.TxResponse & { height: bigint; txhash: string; codespace: string; code: number; data: string; rawLog: string; logs: _12.ABCIMessageLog[] & (_12.ABCIMessageLog & { msgIndex: number; log: string; events: _12.StringEvent[] & (_12.StringEvent & { type: string; attributes: _12.Attribute[] & (_12.Attribute & { key: string; value: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; info: string; gasWanted: bigint; gasUsed: bigint; tx?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; timestamp: string; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_11): _61.GetTxsEventResponse; }; BroadcastTxRequest: { typeUrl: string; encode(message: _61.BroadcastTxRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.BroadcastTxRequest; fromJSON(object: any): _61.BroadcastTxRequest; toJSON(message: _61.BroadcastTxRequest): unknown; fromPartial & { txBytes?: Uint8Array; mode?: _61.BroadcastMode; } & Record, never>>(object: I_12): _61.BroadcastTxRequest; }; BroadcastTxResponse: { typeUrl: string; encode(message: _61.BroadcastTxResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.BroadcastTxResponse; fromJSON(object: any): _61.BroadcastTxResponse; toJSON(message: _61.BroadcastTxResponse): unknown; fromPartial & { txResponse?: _12.TxResponse & { height: bigint; txhash: string; codespace: string; code: number; data: string; rawLog: string; logs: _12.ABCIMessageLog[] & (_12.ABCIMessageLog & { msgIndex: number; log: string; events: _12.StringEvent[] & (_12.StringEvent & { type: string; attributes: _12.Attribute[] & (_12.Attribute & { key: string; value: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; info: string; gasWanted: bigint; gasUsed: bigint; tx?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; timestamp: string; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_13): _61.BroadcastTxResponse; }; SimulateRequest: { typeUrl: string; encode(message: _61.SimulateRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.SimulateRequest; fromJSON(object: any): _61.SimulateRequest; toJSON(message: _61.SimulateRequest): unknown; fromPartial & { tx?: _62.Tx & { body?: _62.TxBody & { messages: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; memo: string; timeoutHeight: bigint; extensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; nonCriticalExtensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; authInfo?: _62.AuthInfo & { signerInfos: _62.SignerInfo[] & (_62.SignerInfo & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; modeInfo?: _62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & any & Record, never>; multi?: _62.ModeInfo_Multi & any & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence: bigint; } & Record, never>)[] & Record, never>; fee?: _62.Fee & { amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; gasLimit: bigint; payer: string; granter: string; } & Record, never>; } & Record, never>; signatures: Uint8Array[] & Record, never>; } & Record, never>; txBytes?: Uint8Array; } & Record, never>>(object: I_14): _61.SimulateRequest; }; SimulateResponse: { typeUrl: string; encode(message: _61.SimulateResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.SimulateResponse; fromJSON(object: any): _61.SimulateResponse; toJSON(message: _61.SimulateResponse): unknown; fromPartial & { gasInfo?: _12.GasInfo & { gasWanted: bigint; gasUsed: bigint; } & Record, never>; result?: _12.Result & { data: Uint8Array; log: string; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_15): _61.SimulateResponse; }; GetTxRequest: { typeUrl: string; encode(message: _61.GetTxRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.GetTxRequest; fromJSON(object: any): _61.GetTxRequest; toJSON(message: _61.GetTxRequest): unknown; fromPartial & { hash?: string; } & Record, never>>(object: I_16): _61.GetTxRequest; }; GetTxResponse: { typeUrl: string; encode(message: _61.GetTxResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.GetTxResponse; fromJSON(object: any): _61.GetTxResponse; toJSON(message: _61.GetTxResponse): unknown; fromPartial & { tx?: _62.Tx & { body?: _62.TxBody & { messages: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; memo: string; timeoutHeight: bigint; extensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; nonCriticalExtensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; authInfo?: _62.AuthInfo & { signerInfos: _62.SignerInfo[] & (_62.SignerInfo & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; modeInfo?: _62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & any & Record, never>; multi?: _62.ModeInfo_Multi & any & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence: bigint; } & Record, never>)[] & Record, never>; fee?: _62.Fee & { amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; gasLimit: bigint; payer: string; granter: string; } & Record, never>; } & Record, never>; signatures: Uint8Array[] & Record, never>; } & Record, never>; txResponse?: _12.TxResponse & { height: bigint; txhash: string; codespace: string; code: number; data: string; rawLog: string; logs: _12.ABCIMessageLog[] & (_12.ABCIMessageLog & { msgIndex: number; log: string; events: _12.StringEvent[] & (_12.StringEvent & { type: string; attributes: _12.Attribute[] & (_12.Attribute & { key: string; value: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; info: string; gasWanted: bigint; gasUsed: bigint; tx?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; timestamp: string; events: import("../tendermint/abci/types").Event[] & (import("../tendermint/abci/types").Event & { type: string; attributes: import("../tendermint/abci/types").EventAttribute[] & (import("../tendermint/abci/types").EventAttribute & { key: Uint8Array; value: Uint8Array; index: boolean; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>>(object: I_17): _61.GetTxResponse; }; GetBlockWithTxsRequest: { typeUrl: string; encode(message: _61.GetBlockWithTxsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.GetBlockWithTxsRequest; fromJSON(object: any): _61.GetBlockWithTxsRequest; toJSON(message: _61.GetBlockWithTxsRequest): unknown; fromPartial & { height?: bigint; pagination?: _15.PageRequest & { key: Uint8Array; offset: bigint; limit: bigint; countTotal: boolean; reverse: boolean; } & Record, never>; } & Record, never>>(object: I_18): _61.GetBlockWithTxsRequest; }; GetBlockWithTxsResponse: { typeUrl: string; encode(message: _61.GetBlockWithTxsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _61.GetBlockWithTxsResponse; fromJSON(object: any): _61.GetBlockWithTxsResponse; toJSON(message: _61.GetBlockWithTxsResponse): unknown; fromPartial & { txs?: _62.Tx[] & (_62.Tx & { body?: _62.TxBody & { messages: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; memo: string; timeoutHeight: bigint; extensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; nonCriticalExtensionOptions: import("../google/protobuf/any").Any[] & (import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; authInfo?: _62.AuthInfo & { signerInfos: _62.SignerInfo[] & (_62.SignerInfo & { publicKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; modeInfo?: _62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & { mode: _60.SignMode; } & Record, never>; multi?: _62.ModeInfo_Multi & { bitarray?: import("./crypto/multisig/v1beta1/multisig").CompactBitArray & { extraBitsStored: number; elems: Uint8Array; } & Record, never>; modeInfos: _62.ModeInfo[] & (_62.ModeInfo & { single?: _62.ModeInfo_Single & any & Record, never>; multi?: _62.ModeInfo_Multi & any & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; sequence: bigint; } & Record, never>)[] & Record, never>; fee?: _62.Fee & { amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; gasLimit: bigint; payer: string; granter: string; } & Record, never>; } & Record, never>; signatures: Uint8Array[] & Record, never>; } & Record, never>)[] & Record, never>; blockId?: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; block?: import("../tendermint/types/block").Block & { header: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; data: import("../tendermint/types/types").Data & { txs: Uint8Array[] & Record, never>; } & Record, never>; evidence: import("../tendermint/types/evidence").EvidenceList & { evidence: import("../tendermint/types/evidence").Evidence[] & (import("../tendermint/types/evidence").Evidence & { duplicateVoteEvidence?: import("../tendermint/types/evidence").DuplicateVoteEvidence & { voteA?: import("../tendermint/types/types").Vote & { type: import("../tendermint/types/types").SignedMsgType; height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; validatorAddress: Uint8Array; validatorIndex: number; signature: Uint8Array; } & Record, never>; voteB?: import("../tendermint/types/types").Vote & { type: import("../tendermint/types/types").SignedMsgType; height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; validatorAddress: Uint8Array; validatorIndex: number; signature: Uint8Array; } & Record, never>; totalVotingPower: bigint; validatorPower: bigint; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; lightClientAttackEvidence?: import("../tendermint/types/evidence").LightClientAttackEvidence & { conflictingBlock?: import("../tendermint/types/types").LightBlock & { signedHeader?: import("../tendermint/types/types").SignedHeader & { header?: import("../tendermint/types/types").Header & { version: import("../tendermint/version/types").Consensus & { block: bigint; app: bigint; } & Record, never>; chainId: string; height: bigint; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; lastBlockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; lastCommitHash: Uint8Array; dataHash: Uint8Array; validatorsHash: Uint8Array; nextValidatorsHash: Uint8Array; consensusHash: Uint8Array; appHash: Uint8Array; lastResultsHash: Uint8Array; evidenceHash: Uint8Array; proposerAddress: Uint8Array; } & Record, never>; commit?: import("../tendermint/types/types").Commit & { height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; signatures: import("../tendermint/types/types").CommitSig[] & (import("../tendermint/types/types").CommitSig & { blockIdFlag: import("../tendermint/types/types").BlockIDFlag; validatorAddress: Uint8Array; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; signature: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; validatorSet?: import("../tendermint/types/validator").ValidatorSet & { validators: import("../tendermint/types/validator").Validator[] & (import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>)[] & Record, never>; proposer?: import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>; totalVotingPower: bigint; } & Record, never>; } & Record, never>; commonHeight: bigint; byzantineValidators: import("../tendermint/types/validator").Validator[] & (import("../tendermint/types/validator").Validator & { address: Uint8Array; pubKey: import("../tendermint/crypto/keys").PublicKey & { ed25519?: Uint8Array; secp256k1?: Uint8Array; } & Record, never>; votingPower: bigint; proposerPriority: bigint; } & Record, never>)[] & Record, never>; totalVotingPower: bigint; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; } & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>; lastCommit?: import("../tendermint/types/types").Commit & { height: bigint; round: number; blockId: import("../tendermint/types/types").BlockID & { hash: Uint8Array; partSetHeader: import("../tendermint/types/types").PartSetHeader & { total: number; hash: Uint8Array; } & Record, never>; } & Record, never>; signatures: import("../tendermint/types/types").CommitSig[] & (import("../tendermint/types/types").CommitSig & { blockIdFlag: import("../tendermint/types/types").BlockIDFlag; validatorAddress: Uint8Array; timestamp: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; signature: Uint8Array; } & Record, never>)[] & Record, never>; } & Record, never>; } & Record, never>; pagination?: _15.PageResponse & { nextKey: Uint8Array; total: bigint; } & Record, never>; } & Record, never>>(object: I_19): _61.GetBlockWithTxsResponse; }; ServiceClientImpl: typeof _61.ServiceClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { Simulate(request: _61.SimulateRequest): Promise<_61.SimulateResponse>; GetTx(request: _61.GetTxRequest): Promise<_61.GetTxResponse>; BroadcastTx(request: _61.BroadcastTxRequest): Promise<_61.BroadcastTxResponse>; GetTxsEvent(request: _61.GetTxsEventRequest): Promise<_61.GetTxsEventResponse>; GetBlockWithTxs(request: _61.GetBlockWithTxsRequest): Promise<_61.GetBlockWithTxsResponse>; }; }; } namespace upgrade { const v1beta1: { LCDQueryClient: typeof _125.LCDQueryClient; protobufPackage: "cosmos.upgrade.v1beta1"; Plan: { typeUrl: string; encode(message: _64.Plan, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _64.Plan; fromJSON(object: any): _64.Plan; toJSON(message: _64.Plan): unknown; fromPartial & { name?: string; time?: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; height?: bigint; info?: string; upgradedClientState?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>>(object: I): _64.Plan; }; SoftwareUpgradeProposal: { typeUrl: string; encode(message: _64.SoftwareUpgradeProposal, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _64.SoftwareUpgradeProposal; fromJSON(object: any): _64.SoftwareUpgradeProposal; toJSON(message: _64.SoftwareUpgradeProposal): unknown; fromPartial & { title?: string; description?: string; plan?: _64.Plan & { name: string; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; height: bigint; info: string; upgradedClientState?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>; } & Record, never>>(object: I_1): _64.SoftwareUpgradeProposal; }; CancelSoftwareUpgradeProposal: { typeUrl: string; encode(message: _64.CancelSoftwareUpgradeProposal, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _64.CancelSoftwareUpgradeProposal; fromJSON(object: any): _64.CancelSoftwareUpgradeProposal; toJSON(message: _64.CancelSoftwareUpgradeProposal): unknown; fromPartial & { title?: string; description?: string; } & Record, never>>(object: I_2): _64.CancelSoftwareUpgradeProposal; }; ModuleVersion: { typeUrl: string; encode(message: _64.ModuleVersion, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _64.ModuleVersion; fromJSON(object: any): _64.ModuleVersion; toJSON(message: _64.ModuleVersion): unknown; fromPartial & { name?: string; version?: bigint; } & Record, never>>(object: I_3): _64.ModuleVersion; }; QueryCurrentPlanRequest: { typeUrl: string; encode(_: _63.QueryCurrentPlanRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _63.QueryCurrentPlanRequest; fromJSON(_: any): _63.QueryCurrentPlanRequest; toJSON(_: _63.QueryCurrentPlanRequest): unknown; fromPartial & {} & Record, never>>(_: I_4): _63.QueryCurrentPlanRequest; }; QueryCurrentPlanResponse: { typeUrl: string; encode(message: _63.QueryCurrentPlanResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _63.QueryCurrentPlanResponse; fromJSON(object: any): _63.QueryCurrentPlanResponse; toJSON(message: _63.QueryCurrentPlanResponse): unknown; fromPartial & { plan?: _64.Plan & { name: string; time: import("../google/protobuf/timestamp").Timestamp & { seconds: bigint; nanos: number; } & Record, never>; height: bigint; info: string; upgradedClientState?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; } & Record, never>; } & Record, never>>(object: I_5): _63.QueryCurrentPlanResponse; }; QueryAppliedPlanRequest: { typeUrl: string; encode(message: _63.QueryAppliedPlanRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _63.QueryAppliedPlanRequest; fromJSON(object: any): _63.QueryAppliedPlanRequest; toJSON(message: _63.QueryAppliedPlanRequest): unknown; fromPartial & { name?: string; } & Record, never>>(object: I_6): _63.QueryAppliedPlanRequest; }; QueryAppliedPlanResponse: { typeUrl: string; encode(message: _63.QueryAppliedPlanResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _63.QueryAppliedPlanResponse; fromJSON(object: any): _63.QueryAppliedPlanResponse; toJSON(message: _63.QueryAppliedPlanResponse): unknown; fromPartial & { height?: bigint; } & Record, never>>(object: I_7): _63.QueryAppliedPlanResponse; }; QueryUpgradedConsensusStateRequest: { typeUrl: string; encode(message: _63.QueryUpgradedConsensusStateRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _63.QueryUpgradedConsensusStateRequest; fromJSON(object: any): _63.QueryUpgradedConsensusStateRequest; toJSON(message: _63.QueryUpgradedConsensusStateRequest): unknown; fromPartial & { lastHeight?: bigint; } & Record, never>>(object: I_8): _63.QueryUpgradedConsensusStateRequest; }; QueryUpgradedConsensusStateResponse: { typeUrl: string; encode(message: _63.QueryUpgradedConsensusStateResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _63.QueryUpgradedConsensusStateResponse; fromJSON(object: any): _63.QueryUpgradedConsensusStateResponse; toJSON(message: _63.QueryUpgradedConsensusStateResponse): unknown; fromPartial & { upgradedConsensusState?: Uint8Array; } & Record, never>>(object: I_9): _63.QueryUpgradedConsensusStateResponse; }; QueryModuleVersionsRequest: { typeUrl: string; encode(message: _63.QueryModuleVersionsRequest, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _63.QueryModuleVersionsRequest; fromJSON(object: any): _63.QueryModuleVersionsRequest; toJSON(message: _63.QueryModuleVersionsRequest): unknown; fromPartial & { moduleName?: string; } & Record, never>>(object: I_10): _63.QueryModuleVersionsRequest; }; QueryModuleVersionsResponse: { typeUrl: string; encode(message: _63.QueryModuleVersionsResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _63.QueryModuleVersionsResponse; fromJSON(object: any): _63.QueryModuleVersionsResponse; toJSON(message: _63.QueryModuleVersionsResponse): unknown; fromPartial & { moduleVersions?: _64.ModuleVersion[] & (_64.ModuleVersion & { name: string; version: bigint; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_11): _63.QueryModuleVersionsResponse; }; QueryClientImpl: typeof _63.QueryClientImpl; createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => { CurrentPlan(request?: _63.QueryCurrentPlanRequest): Promise<_63.QueryCurrentPlanResponse>; AppliedPlan(request: _63.QueryAppliedPlanRequest): Promise<_63.QueryAppliedPlanResponse>; UpgradedConsensusState(request: _63.QueryUpgradedConsensusStateRequest): Promise<_63.QueryUpgradedConsensusStateResponse>; ModuleVersions(request: _63.QueryModuleVersionsRequest): Promise<_63.QueryModuleVersionsResponse>; }; }; } namespace vesting { const v1beta1: { registry: readonly [string, import("../types").TelescopeGeneratedType][]; load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void; MessageComposer: { encoded: { createVestingAccount(value: _65.MsgCreateVestingAccount): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { createVestingAccount(value: _65.MsgCreateVestingAccount): { typeUrl: string; value: _65.MsgCreateVestingAccount; }; }; toJSON: { createVestingAccount(value: _65.MsgCreateVestingAccount): { typeUrl: string; value: unknown; }; }; fromJSON: { createVestingAccount(value: any): { typeUrl: string; value: _65.MsgCreateVestingAccount; }; }; fromPartial: { createVestingAccount(value: _65.MsgCreateVestingAccount): { typeUrl: string; value: _65.MsgCreateVestingAccount; }; }; }; AminoConverter: { "/cosmos.vesting.v1beta1.MsgCreateVestingAccount": { aminoType: string; toAmino: ({ fromAddress, toAddress, amount, endTime, delayed, }: _65.MsgCreateVestingAccount) => { from_address: string; to_address: string; amount: { denom: string; amount: string; }[]; end_time: string; delayed: boolean; }; fromAmino: ({ from_address, to_address, amount, end_time, delayed, }: { from_address: string; to_address: string; amount: { denom: string; amount: string; }[]; end_time: string; delayed: boolean; }) => _65.MsgCreateVestingAccount; }; }; protobufPackage: "cosmos.vesting.v1beta1"; BaseVestingAccount: { typeUrl: string; encode(message: _66.BaseVestingAccount, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _66.BaseVestingAccount; fromJSON(object: any): _66.BaseVestingAccount; toJSON(message: _66.BaseVestingAccount): unknown; fromPartial & { baseAccount?: _0.BaseAccount & { address: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; accountNumber: bigint; sequence: bigint; } & Record, never>; originalVesting?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedFree?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedVesting?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; endTime?: bigint; } & Record, never>>(object: I): _66.BaseVestingAccount; }; ContinuousVestingAccount: { typeUrl: string; encode(message: _66.ContinuousVestingAccount, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _66.ContinuousVestingAccount; fromJSON(object: any): _66.ContinuousVestingAccount; toJSON(message: _66.ContinuousVestingAccount): unknown; fromPartial & { baseVestingAccount?: _66.BaseVestingAccount & { baseAccount?: _0.BaseAccount & { address: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; accountNumber: bigint; sequence: bigint; } & Record, never>; originalVesting: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedFree: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedVesting: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; endTime: bigint; } & Record, never>; startTime?: bigint; } & Record, never>>(object: I_1): _66.ContinuousVestingAccount; }; DelayedVestingAccount: { typeUrl: string; encode(message: _66.DelayedVestingAccount, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _66.DelayedVestingAccount; fromJSON(object: any): _66.DelayedVestingAccount; toJSON(message: _66.DelayedVestingAccount): unknown; fromPartial & { baseVestingAccount?: _66.BaseVestingAccount & { baseAccount?: _0.BaseAccount & { address: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; accountNumber: bigint; sequence: bigint; } & Record, never>; originalVesting: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedFree: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedVesting: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; endTime: bigint; } & Record, never>; } & Record, never>>(object: I_2): _66.DelayedVestingAccount; }; Period: { typeUrl: string; encode(message: _66.Period, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _66.Period; fromJSON(object: any): _66.Period; toJSON(message: _66.Period): unknown; fromPartial & { length?: bigint; amount?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_3): _66.Period; }; PeriodicVestingAccount: { typeUrl: string; encode(message: _66.PeriodicVestingAccount, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _66.PeriodicVestingAccount; fromJSON(object: any): _66.PeriodicVestingAccount; toJSON(message: _66.PeriodicVestingAccount): unknown; fromPartial & { baseVestingAccount?: _66.BaseVestingAccount & { baseAccount?: _0.BaseAccount & { address: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; accountNumber: bigint; sequence: bigint; } & Record, never>; originalVesting: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedFree: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedVesting: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; endTime: bigint; } & Record, never>; startTime?: bigint; vestingPeriods?: _66.Period[] & (_66.Period & { length: bigint; amount: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; } & Record, never>)[] & Record, never>; } & Record, never>>(object: I_4): _66.PeriodicVestingAccount; }; PermanentLockedAccount: { typeUrl: string; encode(message: _66.PermanentLockedAccount, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _66.PermanentLockedAccount; fromJSON(object: any): _66.PermanentLockedAccount; toJSON(message: _66.PermanentLockedAccount): unknown; fromPartial & { baseVestingAccount?: _66.BaseVestingAccount & { baseAccount?: _0.BaseAccount & { address: string; pubKey?: import("../google/protobuf/any").Any & { typeUrl: string; value: Uint8Array; } & Record, never>; accountNumber: bigint; sequence: bigint; } & Record, never>; originalVesting: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedFree: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; delegatedVesting: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; endTime: bigint; } & Record, never>; } & Record, never>>(object: I_5): _66.PermanentLockedAccount; }; MsgCreateVestingAccount: { typeUrl: string; encode(message: _65.MsgCreateVestingAccount, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _65.MsgCreateVestingAccount; fromJSON(object: any): _65.MsgCreateVestingAccount; toJSON(message: _65.MsgCreateVestingAccount): unknown; fromPartial & { fromAddress?: string; toAddress?: string; amount?: _21.Coin[] & (_21.Coin & { denom: string; amount: string; } & Record, never>)[] & Record, never>; endTime?: bigint; delayed?: boolean; } & Record, never>>(object: I_6): _65.MsgCreateVestingAccount; }; MsgCreateVestingAccountResponse: { typeUrl: string; encode(_: _65.MsgCreateVestingAccountResponse, writer?: import("../binary").BinaryWriter): import("../binary").BinaryWriter; decode(input: Uint8Array | import("../binary").BinaryReader, length?: number): _65.MsgCreateVestingAccountResponse; fromJSON(_: any): _65.MsgCreateVestingAccountResponse; toJSON(_: _65.MsgCreateVestingAccountResponse): unknown; fromPartial & {} & Record, never>>(_: I_7): _65.MsgCreateVestingAccountResponse; }; MsgClientImpl: typeof _65.MsgClientImpl; }; } const ClientFactory: { createLCDClient: ({ restEndpoint }: { restEndpoint: string; }) => Promise<{ cosmos: { auth: { v1beta1: _110.LCDQueryClient; }; authz: { v1beta1: _111.LCDQueryClient; }; bank: { v1beta1: _112.LCDQueryClient; }; base: { node: { v1beta1: _113.LCDQueryClient; }; reflection: { v1beta1: _114.LCDQueryClient; }; tendermint: { v1beta1: _115.LCDQueryClient; }; }; distribution: { v1beta1: _116.LCDQueryClient; }; evidence: { v1beta1: _117.LCDQueryClient; }; feegrant: { v1beta1: _118.LCDQueryClient; }; gov: { v1beta1: _119.LCDQueryClient; }; mint: { v1beta1: _120.LCDQueryClient; }; params: { v1beta1: _121.LCDQueryClient; }; slashing: { v1beta1: _122.LCDQueryClient; }; staking: { v1beta1: _123.LCDQueryClient; }; tx: { v1beta1: _124.LCDQueryClient; }; upgrade: { v1beta1: _125.LCDQueryClient; }; }; }>; }; }