v1beta1 : { LCDQueryClient : any ; QueryClientImpl : any ; AccountI_FromAmino : ( ( content : AnyAmino ) => Any ) ; AccountI_InterfaceDecoder : ( ( input : Uint8Array | BinaryReader ) => Any | BaseAccount ) ; AccountI_ToAmino : ( ( content : Any ) => AnyAmino ) ; BaseAccount : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : BaseAccount ; encode ( message : BaseAccount ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : BaseAccountAmino ) : BaseAccount ; fromAminoMsg ( object : BaseAccountAminoMsg ) : BaseAccount ; fromPartial ( object : { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ) : BaseAccount ; fromProtoMsg ( message : BaseAccountProtoMsg ) : BaseAccount ; toAmino ( message : BaseAccount ) : BaseAccountAmino ; toAminoMsg ( message : BaseAccount ) : BaseAccountAminoMsg ; toProto ( message : BaseAccount ) : Uint8Array ; toProtoMsg ( message : BaseAccount ) : BaseAccountProtoMsg ; } ; GenesisState : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : GenesisState ; encode ( message : GenesisState ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : GenesisStateAmino ) : GenesisState ; fromAminoMsg ( object : GenesisStateAminoMsg ) : GenesisState ; fromPartial ( object : { accounts ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } [] ; params ?: { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; ModuleAccount : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ModuleAccount ; encode ( message : ModuleAccount ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ModuleAccountAmino ) : ModuleAccount ; fromAminoMsg ( object : ModuleAccountAminoMsg ) : ModuleAccount ; fromPartial ( object : { $typeUrl ?: "/cosmos.auth.v1beta1.ModuleAccount" ; baseAccount ?: { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ; name ?: string ; permissions ?: string [] ; } ) : ModuleAccount ; fromProtoMsg ( message : ModuleAccountProtoMsg ) : ModuleAccount ; toAmino ( message : ModuleAccount ) : ModuleAccountAmino ; toAminoMsg ( message : ModuleAccount ) : ModuleAccountAminoMsg ; toProto ( message : ModuleAccount ) : Uint8Array ; toProtoMsg ( message : ModuleAccount ) : ModuleAccountProtoMsg ; } ; Params : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Params ; encode ( message : Params ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ParamsAmino ) : Params ; fromAminoMsg ( object : ParamsAminoMsg ) : Params ; fromPartial ( object : { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toAminoMsg ( message : Params ) : ParamsAminoMsg ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } ; QueryAccountRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryAccountRequest ; encode ( message : QueryAccountRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryAccountRequestAmino ) : QueryAccountRequest ; fromAminoMsg ( object : QueryAccountRequestAminoMsg ) : QueryAccountRequest ; fromPartial ( object : { address ?: string ; } ) : QueryAccountRequest ; fromProtoMsg ( message : QueryAccountRequestProtoMsg ) : QueryAccountRequest ; toAmino ( message : QueryAccountRequest ) : QueryAccountRequestAmino ; toAminoMsg ( message : QueryAccountRequest ) : QueryAccountRequestAminoMsg ; toProto ( message : QueryAccountRequest ) : Uint8Array ; toProtoMsg ( message : QueryAccountRequest ) : QueryAccountRequestProtoMsg ; } ; QueryAccountResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryAccountResponse ; encode ( message : QueryAccountResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryAccountResponseAmino ) : QueryAccountResponse ; fromAminoMsg ( object : QueryAccountResponseAminoMsg ) : QueryAccountResponse ; fromPartial ( object : { account ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ; } ) : QueryAccountResponse ; fromProtoMsg ( message : QueryAccountResponseProtoMsg ) : QueryAccountResponse ; toAmino ( message : QueryAccountResponse ) : QueryAccountResponseAmino ; toAminoMsg ( message : QueryAccountResponse ) : QueryAccountResponseAminoMsg ; toProto ( message : QueryAccountResponse ) : Uint8Array ; toProtoMsg ( message : QueryAccountResponse ) : QueryAccountResponseProtoMsg ; } ; QueryAccountsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryAccountsRequest ; encode ( message : QueryAccountsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryAccountsRequestAmino ) : QueryAccountsRequest ; fromAminoMsg ( object : QueryAccountsRequestAminoMsg ) : QueryAccountsRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryAccountsRequest ; fromProtoMsg ( message : QueryAccountsRequestProtoMsg ) : QueryAccountsRequest ; toAmino ( message : QueryAccountsRequest ) : QueryAccountsRequestAmino ; toAminoMsg ( message : QueryAccountsRequest ) : QueryAccountsRequestAminoMsg ; toProto ( message : QueryAccountsRequest ) : Uint8Array ; toProtoMsg ( message : QueryAccountsRequest ) : QueryAccountsRequestProtoMsg ; } ; QueryAccountsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryAccountsResponse ; encode ( message : QueryAccountsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryAccountsResponseAmino ) : QueryAccountsResponse ; fromAminoMsg ( object : QueryAccountsResponseAminoMsg ) : QueryAccountsResponse ; fromPartial ( object : { accounts ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } [] | ( { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ) [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryAccountsResponse ; fromProtoMsg ( message : QueryAccountsResponseProtoMsg ) : QueryAccountsResponse ; toAmino ( message : QueryAccountsResponse ) : QueryAccountsResponseAmino ; toAminoMsg ( message : QueryAccountsResponse ) : QueryAccountsResponseAminoMsg ; toProto ( message : QueryAccountsResponse ) : Uint8Array ; toProtoMsg ( message : QueryAccountsResponse ) : QueryAccountsResponseProtoMsg ; } ; QueryNextAccountNumberRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryNextAccountNumberRequest ; encode ( _ : QueryNextAccountNumberRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryNextAccountNumberRequestAmino ) : QueryNextAccountNumberRequest ; fromAminoMsg ( object : QueryNextAccountNumberRequestAminoMsg ) : QueryNextAccountNumberRequest ; fromPartial ( _ : {} ) : QueryNextAccountNumberRequest ; fromProtoMsg ( message : QueryNextAccountNumberRequestProtoMsg ) : QueryNextAccountNumberRequest ; toAmino ( _ : QueryNextAccountNumberRequest ) : QueryNextAccountNumberRequestAmino ; toAminoMsg ( message : QueryNextAccountNumberRequest ) : QueryNextAccountNumberRequestAminoMsg ; toProto ( message : QueryNextAccountNumberRequest ) : Uint8Array ; toProtoMsg ( message : QueryNextAccountNumberRequest ) : QueryNextAccountNumberRequestProtoMsg ; } ; QueryNextAccountNumberResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryNextAccountNumberResponse ; encode ( message : QueryNextAccountNumberResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryNextAccountNumberResponseAmino ) : QueryNextAccountNumberResponse ; fromAminoMsg ( object : QueryNextAccountNumberResponseAminoMsg ) : QueryNextAccountNumberResponse ; fromPartial ( object : { count ?: bigint ; } ) : QueryNextAccountNumberResponse ; fromProtoMsg ( message : QueryNextAccountNumberResponseProtoMsg ) : QueryNextAccountNumberResponse ; toAmino ( message : QueryNextAccountNumberResponse ) : QueryNextAccountNumberResponseAmino ; toAminoMsg ( message : QueryNextAccountNumberResponse ) : QueryNextAccountNumberResponseAminoMsg ; toProto ( message : QueryNextAccountNumberResponse ) : Uint8Array ; toProtoMsg ( message : QueryNextAccountNumberResponse ) : QueryNextAccountNumberResponseProtoMsg ; } ; QueryParamsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryParamsRequest ; encode ( _ : QueryParamsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryParamsRequestAmino ) : QueryParamsRequest ; fromAminoMsg ( object : QueryParamsRequestAminoMsg ) : QueryParamsRequest ; fromPartial ( _ : {} ) : QueryParamsRequest ; fromProtoMsg ( message : QueryParamsRequestProtoMsg ) : QueryParamsRequest ; toAmino ( _ : QueryParamsRequest ) : QueryParamsRequestAmino ; toAminoMsg ( message : QueryParamsRequest ) : QueryParamsRequestAminoMsg ; toProto ( message : QueryParamsRequest ) : Uint8Array ; toProtoMsg ( message : QueryParamsRequest ) : QueryParamsRequestProtoMsg ; } ; QueryParamsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryParamsResponse ; encode ( message : QueryParamsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryParamsResponseAmino ) : QueryParamsResponse ; fromAminoMsg ( object : QueryParamsResponseAminoMsg ) : QueryParamsResponse ; fromPartial ( object : { params ?: { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } ; } ) : QueryParamsResponse ; fromProtoMsg ( message : QueryParamsResponseProtoMsg ) : QueryParamsResponse ; toAmino ( message : QueryParamsResponse ) : QueryParamsResponseAmino ; toAminoMsg ( message : QueryParamsResponse ) : QueryParamsResponseAminoMsg ; toProto ( message : QueryParamsResponse ) : Uint8Array ; toProtoMsg ( message : QueryParamsResponse ) : QueryParamsResponseProtoMsg ; } ; createRpcQueryExtension : ( ( base : QueryClient ) => { account ( request : QueryAccountRequest ) : Promise < QueryAccountResponse > ; accounts ( request ?: QueryAccountsRequest ) : Promise < QueryAccountsResponse > ; nextAccountNumber ( request ?: QueryNextAccountNumberRequest ) : Promise < QueryNextAccountNumberResponse > ; params ( request ?: QueryParamsRequest ) : Promise < QueryParamsResponse > ; } ) ; } = ... Type declaration Account I_ From Amino : ( ( content : AnyAmino ) => Any ) Account I_ Interface Decoder : ( ( input : Uint8Array | BinaryReader ) => Any | BaseAccount ) Account I_ To Amino : ( ( content : Any ) => AnyAmino ) type Url : string decode : functiondecode ( input , length ? ) : BaseAccount Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:137 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:122 from Amino : functionfrom Amino ( object ) : BaseAccount Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:171 from Amino Msg : functionfrom Amino Msg ( object ) : BaseAccount Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:195 from Partial : functionfrom Partial ( object ) : BaseAccount Parameters object : { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } Optional
$type Url ?: "/cosmos.auth.v1beta1.BaseAccount" Optional
account Number ?: bigint Optional
address ?: string Optional
pub Key ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
sequence ?: bigint Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:163 from Proto Msg : functionfrom Proto Msg ( message ) : BaseAccount Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:204 to Amino : functionto Amino ( message ) : BaseAccountAmino Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:187 to Amino Msg : functionto Amino Msg ( message ) : BaseAccountAminoMsg Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:198 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:207 to Proto Msg : functionto Proto Msg ( message ) : BaseAccountProtoMsg Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:210 Genesis State : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : GenesisState ; encode ( message : GenesisState , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : GenesisStateAmino ) : GenesisState ; fromAminoMsg ( object : GenesisStateAminoMsg ) : GenesisState ; fromPartial ( object : { accounts ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } [] ; params ?: { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : GenesisState Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:50 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:41 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:76 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:94 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { accounts ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } [] ; params ?: { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } ; } Optional
accounts ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } [] Optional
params ?: { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } Optional
disable Seqno Check ?: boolean Optional
max Memo Characters ?: bigint Optional
sig Verify Cost Ed25519 ?: bigint Optional
sig Verify Cost Secp256k1 ?: bigint Optional
tx Sig Limit ?: bigint Optional
tx Size Cost Per Byte ?: bigint Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:70 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:103 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:84 to Amino Msg : functionto Amino Msg ( message ) : GenesisStateAminoMsg Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:97 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:106 to Proto Msg : functionto Proto Msg ( message ) : GenesisStateProtoMsg Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/genesis.ts:109 Module Account : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : ModuleAccount ; encode ( message : ModuleAccount , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ModuleAccountAmino ) : ModuleAccount ; fromAminoMsg ( object : ModuleAccountAminoMsg ) : ModuleAccount ; fromPartial ( object : { $typeUrl ?: "/cosmos.auth.v1beta1.ModuleAccount" ; baseAccount ?: { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ; name ?: string ; permissions ?: string [] ; } ) : ModuleAccount ; fromProtoMsg ( message : ModuleAccountProtoMsg ) : ModuleAccount ; toAmino ( message : ModuleAccount ) : ModuleAccountAmino ; toAminoMsg ( message : ModuleAccount ) : ModuleAccountAminoMsg ; toProto ( message : ModuleAccount ) : Uint8Array ; toProtoMsg ( message : ModuleAccount ) : ModuleAccountProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : ModuleAccount Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:239 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:227 from Amino : functionfrom Amino ( object ) : ModuleAccount Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:269 from Amino Msg : functionfrom Amino Msg ( object ) : ModuleAccount Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:291 from Partial : functionfrom Partial ( object ) : ModuleAccount Parameters object : { $typeUrl ?: "/cosmos.auth.v1beta1.ModuleAccount" ; baseAccount ?: { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ; name ?: string ; permissions ?: string [] ; } Optional
$type Url ?: "/cosmos.auth.v1beta1.ModuleAccount" Optional
base Account ?: { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } Optional
$type Url ?: "/cosmos.auth.v1beta1.BaseAccount" Optional
account Number ?: bigint Optional
address ?: string Optional
pub Key ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
sequence ?: bigint Optional
name ?: string Optional
permissions ?: string [] Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:262 from Proto Msg : functionfrom Proto Msg ( message ) : ModuleAccount Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:300 to Amino : functionto Amino ( message ) : ModuleAccountAmino Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:280 to Amino Msg : functionto Amino Msg ( message ) : ModuleAccountAminoMsg Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:294 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:303 to Proto Msg : functionto Proto Msg ( message ) : ModuleAccountProtoMsg Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:306 Params : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Params ; encode ( message : Params , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ParamsAmino ) : Params ; fromAminoMsg ( object : ParamsAminoMsg ) : Params ; fromPartial ( object : { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toAminoMsg ( message : Params ) : ParamsAminoMsg ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Params Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:346 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:325 from Amino : functionfrom Amino ( object ) : Params Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:388 from Amino Msg : functionfrom Amino Msg ( object ) : Params Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:420 from Partial : functionfrom Partial ( object ) : Params Parameters object : { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } Optional
disable Seqno Check ?: boolean Optional
max Memo Characters ?: bigint Optional
sig Verify Cost Ed25519 ?: bigint Optional
sig Verify Cost Secp256k1 ?: bigint Optional
tx Sig Limit ?: bigint Optional
tx Size Cost Per Byte ?: bigint Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:378 from Proto Msg : functionfrom Proto Msg ( message ) : Params Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:429 to Amino : functionto Amino ( message ) : ParamsAmino Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:410 to Amino Msg : functionto Amino Msg ( message ) : ParamsAminoMsg Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:423 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:432 to Proto Msg : functionto Proto Msg ( message ) : ParamsProtoMsg Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/auth.ts:435 type Url : string decode : functiondecode ( input , length ? ) : QueryAccountRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:367 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:361 from Amino : functionfrom Amino ( object ) : QueryAccountRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:389 from Amino Msg : functionfrom Amino Msg ( object ) : QueryAccountRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:401 from Partial : functionfrom Partial ( object ) : QueryAccountRequest Parameters object : { address ?: string ; } Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:384 from Proto Msg : functionfrom Proto Msg ( message ) : QueryAccountRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:410 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:413 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryAccountResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:436 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:430 from Amino : functionfrom Amino ( object ) : QueryAccountResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:458 from Amino Msg : functionfrom Amino Msg ( object ) : QueryAccountResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:470 from Partial : functionfrom Partial ( object ) : QueryAccountResponse Parameters object : { account ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ; } Optional
account ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:453 from Proto Msg : functionfrom Proto Msg ( message ) : QueryAccountResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:479 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:482 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryAccountsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:215 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:209 from Amino : functionfrom Amino ( object ) : QueryAccountsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:237 from Amino Msg : functionfrom Amino Msg ( object ) : QueryAccountsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:249 from Partial : functionfrom Partial ( object ) : QueryAccountsRequest Parameters object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:232 from Proto Msg : functionfrom Proto Msg ( message ) : QueryAccountsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:258 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:261 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryAccountsResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:288 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:279 from Amino : functionfrom Amino ( object ) : QueryAccountsResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:314 from Amino Msg : functionfrom Amino Msg ( object ) : QueryAccountsResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:332 from Partial : functionfrom Partial ( object ) : QueryAccountsResponse Parameters object : { accounts ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } [] | ( { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ) [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
accounts ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } [] | ( { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } | { $typeUrl ?: "/cosmos.auth.v1beta1.BaseAccount" ; accountNumber ?: bigint ; address ?: string ; pubKey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; sequence ?: bigint ; } ) [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:308 from Proto Msg : functionfrom Proto Msg ( message ) : QueryAccountsResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:341 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:344 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:622 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:663 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:680 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryNextAccountNumberResponse Parameters object : { count ?: bigint ; } Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:703 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:732 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:500 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:497 from Amino : functionfrom Amino ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:518 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:526 from Partial : functionfrom Partial ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:514 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:535 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:538 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:561 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:555 from Amino : functionfrom Amino ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:583 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:595 from Partial : functionfrom Partial ( object ) : QueryParamsResponse Parameters object : { params ?: { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } ; } Optional
params ?: { disableSeqnoCheck ?: boolean ; maxMemoCharacters ?: bigint ; sigVerifyCostEd25519 ?: bigint ; sigVerifyCostSecp256k1 ?: bigint ; txSigLimit ?: bigint ; txSizeCostPerByte ?: bigint ; } Optional
disable Seqno Check ?: boolean Optional
max Memo Characters ?: bigint Optional
sig Verify Cost Ed25519 ?: bigint Optional
sig Verify Cost Secp256k1 ?: bigint Optional
tx Sig Limit ?: bigint Optional
tx Size Cost Per Byte ?: bigint Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:578 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:604 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/auth/v1beta1/query.ts:607 to Proto Msg : functionDefined in packages/proto/src/codegen/cosmos/bundle.ts:114
A URL/resource name that uniquely identifies the type of the serialized protocol buffer message. This string must contain at least one "/" character. The last segment of the URL's path must represent the fully qualified name of the type (as in
path/google.protobuf.Duration
). The name should be in a canonical form (e.g., leading "." is not accepted).In practice, teams usually precompile into the binary all types that they expect it to use in the context of Any. However, for URLs which use the scheme
http
,https
, or no scheme, one can optionally set up a type server that maps type URLs to message definitions as follows:https
is assumed.Note: this functionality is not currently available in the official protobuf release, and it is not used for type URLs beginning with type.googleapis.com.
Schemes other than
http
,https
(or the empty scheme) might be used with implementation specific semantics.