Type aliases ABCIMessage Log ABCIMessage
Log
: { events
?: StringEvent [] ; log
?: string ; msg_index
?: number } Type declaration Optional log?: string Optional msg_ index?: number Absent Absent
< T , K > : { [ k in Exclude < keyof T , K > ] ?: undefined } Type parameters Absent Absent
< T , K > : { [ k in Exclude < keyof T , K > ] ?: undefined } Type parameters Absent Absent
< T , K > : { [ k in Exclude < keyof T , K > ] ?: undefined } Type parameters Absent Absent
< T , K > : { [ k in Exclude < keyof T , K > ] ?: undefined } Type parameters Absolute Tx Position Absolute Tx Position: { block_height?: string ; tx_index?: string }
Type declaration Optional block_ height?: string Optional tx_ index?: string Account Data Account
Data
: { address
: string ; algo
: Algo ; pubkey
: Uint8Array } Type declaration Readonly address: string Readonly algo: Algo Readonly pubkey: Uint8Array Algo Algo: "secp256k1" | "ed25519" | "sr25519"
Any Any: { type_url?: string ; value?: Uint8Array }
Type declaration Optional type_ url?: string Optional value?: Uint8Array Array Buffer Like Array Buffer Like: ArrayBufferTypes [ keyof ArrayBufferTypes ]
Defined in node_modules/typescript/lib/lib.es5.d.ts:1652 Array Buffer View Defined in node_modules/@types/node/ts4.8/globals.d.ts:242 Attribute Attribute: { key?: string ; value?: string }
Type declaration Optional key?: string Optional value?: string Base Account Base
Account
: { account_number
?: string ; address
?: string ; pub_key
?: <internal> . Any ; sequence
?: string } Type declaration Optional account_ number?: string Optional address?: string Optional sequence?: string Base Evidence Base Evidence: {}
Base Mode Info Base Mode Info: {}
Base Public Key Base Public Key: {}
Base Request Base Request: {}
Base Response Base Response: {}
BlockID Type declaration Optional hash?: Uint8Array Optional part_ set_ header?: PartSetHeader Body Init Defined in node_modules/typescript/lib/lib.dom.d.ts:17590 Buffer Encoding Buffer Encoding: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex"
Defined in node_modules/@types/node/ts4.8/buffer.d.ts:177 Buffer Source Defined in node_modules/typescript/lib/lib.dom.d.ts:17591 Builtin Builtin: Date | Function | Uint8Array | string | number | boolean | undefined
Builtin Builtin: Date | Function | Uint8Array | string | number | boolean | undefined
Builtin Builtin: Date | Function | Uint8Array | string | number | boolean | undefined
Builtin Builtin: Date | Function | Uint8Array | string | number | boolean | undefined
Builtin Builtin: Date | Function | Uint8Array | string | number | boolean | undefined
Builtin Builtin: Date | Function | Uint8Array | string | number | boolean | undefined
Burn Type Burn Type: { burn: { burner: string ; owner: string } }
Type declaration burn: { burner: string ; owner: string } burner: string owner: string Channel Type declaration Optional connection_ hops?: string [] Optional version?: string Code Info Response Code Info Response: { builder?: string ; code_hash?: string ; code_id?: string ; creator?: string ; source?: string }
Type declaration Optional builder?: string Optional code_ hash?: string Optional code_ id?: string Optional creator?: string Optional source?: string Coin Coin: { amount?: string ; denom?: string }
Type declaration Optional amount?: string Optional denom?: string Commission Rates Commission Rates: { max_change_rate?: string ; max_rate?: string ; rate?: string }
Type declaration Optional max_ change_ rate?: string Optional max_ rate?: string Optional rate?: string Commit Commit
: { block_id
?: BlockID ; height
?: string ; round
?: number ; signatures
?: CommitSig [] } Type declaration Optional block_ id?: BlockID Optional height?: string Optional round?: number Optional signatures?: CommitSig [] Commit Sig Type declaration Optional block_ id_ flag?: BlockIDFlag Optional signature?: Uint8Array Optional validator_ address?: Uint8Array Compact Bit Array Compact Bit Array: { elems?: Uint8Array ; extra_bits_stored?: number }
Type declaration Optional elems?: Uint8Array Optional extra_ bits_ stored?: number Config Request Config Request: {}
Config Response Config Response: { minimum_gas_price?: string }
Type declaration Optional minimum_ gas_ price?: string Connection End Type declaration Optional client_ id?: string Optional delay_ period?: string Consensus Consensus: { app?: string ; block?: string }
Type declaration Optional app?: string Optional block?: string Contract Info Contract
Info
: { code_id
?: string ; created
?: AbsoluteTxPosition ; creator
?: Uint8Array ; ibc_port_id
?: string ; label
?: string } Type declaration Optional code_ id?: string Optional creator?: Uint8Array Optional ibc_ port_ id?: string Optional label?: string Contract Info With Address Contract
Info
With
Address
: { ContractInfo
?: ContractInfo ; contract_address
?: string } Type declaration Optional contract_ address?: string Counterparty Counterparty: { channel_id?: string ; port_id?: string }
Type declaration Optional channel_ id?: string Optional port_ id?: string Counterparty Type declaration Optional client_ id?: string Optional connection_ id?: string Create Viewing Key Contract Params Data Data: { txs?: Uint8Array [] }
Type declaration Optional txs?: Uint8Array [] Dec Coin Dec Coin: { amount?: string ; denom?: string }
Type declaration Optional amount?: string Optional denom?: string Default Node Info Default
Node
Info
: { channels
?: Uint8Array ; default_node_id
?: string ; listen_addr
?: string ; moniker
?: string ; network
?: string ; other
?: DefaultNodeInfoOther ; protocol_version
?: ProtocolVersion ; version
?: string } Type declaration Optional channels?: Uint8Array Optional default_ node_ id?: string Optional listen_ addr?: string Optional moniker?: string Optional network?: string Optional version?: string Default Node Info Other Default Node Info Other: { rpc_address?: string ; tx_index?: string }
Type declaration Optional rpc_ address?: string Optional tx_ index?: string Delegation Delegation: { delegator_address?: string ; shares?: string ; validator_address?: string }
Type declaration Optional delegator_ address?: string Optional shares?: string Optional validator_ address?: string Delegation Delegator Reward Delegation
Delegator
Reward
: { reward
?: <internal> . DecCoin [] ; validator_address
?: string } Type declaration Optional validator_ address?: string Denom Trace Denom Trace: { base_denom?: string ; path?: string }
Type declaration Optional base_ denom?: string Optional path?: string Denom Unit Denom Unit: { aliases?: string [] ; denom?: string ; exponent?: number }
Type declaration Optional aliases?: string [] Optional denom?: string Optional exponent?: number Deposit Deposit
: { amount
?: <internal> . Coin [] ; depositor
?: string ; proposal_id
?: string } Type declaration Optional depositor?: string Optional proposal_ id?: string Deposit Type Deposit Type: { deposit: {} }
Description Description: { details?: string ; identity?: string ; moniker?: string ; security_contact?: string ; website?: string }
Type declaration Optional details?: string Optional identity?: string Optional moniker?: string Optional security_ contact?: string Optional website?: string Direct Signer Direct Signer: { getAccounts: any ; signDirect: any }
Type declaration get Accounts: function sign Direct: function Duplicate Vote Evidence Type declaration Optional total_ voting_ power?: string Optional validator_ power?: string Duration Duration: { nanos?: number ; seconds?: string }
Type declaration Optional nanos?: number Optional seconds?: string Evidence Params Evidence
Params
: { max_age_duration
?: <internal> . Duration ; max_age_num_blocks
?: string ; max_bytes
?: string } Type declaration Optional max_ age_ num_ blocks?: string Optional max_ bytes?: string Exclude Exclude< T , U > : T extends U ? never : T
Defined in node_modules/typescript/lib/lib.es5.d.ts:1566 Type parameters Fee Fee
: { amount
?: <internal> . Coin [] ; gas_limit
?: string ; granter
?: string ; payer
?: string } Type declaration Optional gas_ limit?: string Optional granter?: string Optional payer?: string Form Data Entry Value Defined in node_modules/typescript/lib/lib.dom.d.ts:17606 Gas Info Gas Info: { gas_used?: string ; gas_wanted?: string }
Type declaration Optional gas_ used?: string Optional gas_ wanted?: string Get Block By Height Request Get Block By Height Request: { height?: string }
Get Block By Height Response Get
Block
By
Height
Response
: { block
?: Block ; block_id
?: BlockID } Get Latest Block Request Get Latest Block Request: {}
Get Latest Block Response Get
Latest
Block
Response
: { block
?: Block ; block_id
?: BlockID } Get Latest Validator Set Request Get
Latest
Validator
Set
Request
: { pagination
?: PageRequest } Get Latest Validator Set Response Type declaration Optional block_ height?: string Get Node Info Request Get Node Info Request: {}
Get Syncing Request Get Syncing Request: {}
Get Syncing Response Get Syncing Response: { syncing?: boolean }
Type declaration Optional syncing?: boolean Get Validator Set By Height Request Get
Validator
Set
By
Height
Request
: { height
?: string ; pagination
?: PageRequest } Get Validator Set By Height Response Type declaration Optional block_ height?: string Grant Grant
: { allowance
?: <internal> . Any ; grantee
?: string ; granter
?: string } Type declaration Optional grantee?: string Optional granter?: string Grant Authorization Type declaration Optional grantee?: string Optional granter?: string Header Header
: { app_hash
?: Uint8Array ; chain_id
?: string ; consensus_hash
?: Uint8Array ; data_hash
?: Uint8Array ; evidence_hash
?: Uint8Array ; height
?: string ; last_block_id
?: BlockID ; last_commit_hash
?: Uint8Array ; last_results_hash
?: Uint8Array ; next_validators_hash
?: Uint8Array ; proposer_address
?: Uint8Array ; time
?: <internal> . Timestamp ; validators_hash
?: Uint8Array ; version
?: Consensus } Type declaration Optional app_ hash?: Uint8Array Optional chain_ id?: string Optional consensus_ hash?: Uint8Array Optional data_ hash?: Uint8Array Optional evidence_ hash?: Uint8Array Optional height?: string Optional last_ block_ id?: BlockID Optional last_ commit_ hash?: Uint8Array Optional last_ results_ hash?: Uint8Array Optional next_ validators_ hash?: Uint8Array Optional proposer_ address?: Uint8Array Optional validators_ hash?: Uint8Array Optional version?: Consensus Headers Init Defined in node_modules/typescript/lib/lib.dom.d.ts:17622 Height Height: { revision_height?: string ; revision_number?: string }
Type declaration Optional revision_ height?: string Optional revision_ number?: string Identified Channel Type declaration Optional channel_ id?: string Optional connection_ hops?: string [] Optional port_ id?: string Optional version?: string Identified Client State Identified
Client
State
: { client_id
?: string ; client_state
?: <internal> . Any } Type declaration Optional client_ id?: string Identified Connection Type declaration Optional client_ id?: string Optional delay_ period?: string Optional id?: string Iterator Result Defined in node_modules/typescript/lib/lib.es2015.iterable.d.ts:41 Type parameters Key Key: { key?: Uint8Array }
Type declaration Optional key?: Uint8Array Keys Of Union Keys Of Union< T > : T extends T ? keyof T : never
Type parameters Keys Of Union Keys Of Union< T > : T extends T ? keyof T : never
Type parameters Keys Of Union Keys Of Union< T > : T extends T ? keyof T : never
Type parameters Keys Of Union Keys Of Union< T > : T extends T ? keyof T : never
Type parameters Keys Of Union Keys Of Union< T > : T extends T ? keyof T : never
Type parameters Keys Of Union Keys Of Union< T > : T extends T ? keyof T : never
Type parameters Light Client Attack Evidence Type declaration Optional common_ height?: string Optional conflicting_ block?: LightBlock Optional total_ voting_ power?: string Merkle Prefix Merkle Prefix: { key_prefix?: Uint8Array }
Type declaration Optional key_ prefix?: Uint8Array Metadata Metadata
: { base
?: string ; denom_units
?: DenomUnit [] ; description
?: string ; display
?: string ; name
?: string ; symbol
?: string } Type declaration Optional base?: string Optional denom_ units?: DenomUnit [] Optional description?: string Optional display?: string Optional name?: string Optional symbol?: string Mint Type Mint Type: { mint: { minter: string ; recipient: string } }
Type declaration mint: { minter: string ; recipient: string } minter: string recipient: string Module Module: { path?: string ; sum?: string ; version?: string }
Type declaration Optional path?: string Optional sum?: string Optional version?: string Module Account Module
Account
: { base_account
?: BaseAccount ; name
?: string ; permissions
?: string [] } Type declaration Optional base_ account?: BaseAccount Optional name?: string Optional permissions?: string [] Module Version Module Version: { name?: string ; version?: string }
Type declaration Optional name?: string Optional version?: string One Of One
Of
< T > : { [ k in keyof T ] ?: undefined } | ( keyof T extends infer K
? K extends string & keyof T ? { [ k in K ] : T [ K ] } & <internal> . Absent < T , K > : never : never ) Type parameters One Of One
Of
< T > : { [ k in keyof T ] ?: undefined } | ( keyof T extends infer K
? K extends string & keyof T ? { [ k in K ] : T [ K ] } & <internal> . Absent < T , K > : never : never ) Type parameters One Of One
Of
< T > : { [ k in keyof T ] ?: undefined } | ( keyof T extends infer K
? K extends string & keyof T ? { [ k in K ] : T [ K ] } & <internal> . Absent < T , K > : never : never ) Type parameters One Of One
Of
< T > : { [ k in keyof T ] ?: undefined } | ( keyof T extends infer K
? K extends string & keyof T ? { [ k in K ] : T [ K ] } & <internal> . Absent < T , K > : never : never ) Type parameters Packet State Packet State: { channel_id?: string ; data?: Uint8Array ; port_id?: string ; sequence?: string }
Type declaration Optional channel_ id?: string Optional data?: Uint8Array Optional port_ id?: string Optional sequence?: string Page Request Page Request: { count_total?: boolean ; key?: Uint8Array ; limit?: string ; offset?: string ; reverse?: boolean }
Type declaration Optional count_ total?: boolean Optional key?: Uint8Array Optional limit?: string Optional offset?: string Optional reverse?: boolean Page Response Page Response: { next_key?: Uint8Array ; total?: string }
Type declaration Optional next_ key?: Uint8Array Optional total?: string Param Change Param Change: { key?: string ; subspace?: string ; value?: string }
Type declaration Optional key?: string Optional subspace?: string Optional value?: string Params Params: { max_memo_characters?: string ; sig_verify_cost_ed25519?: string ; sig_verify_cost_secp256k1?: string ; tx_sig_limit?: string ; tx_size_cost_per_byte?: string }
Type declaration Optional max_ memo_ characters?: string Optional sig_ verify_ cost_ ed25519?: string Optional sig_ verify_ cost_ secp256k1?: string Optional tx_ sig_ limit?: string Optional tx_ size_ cost_ per_ byte?: string Params Params
: { default_send_enabled
?: boolean ; send_enabled
?: SendEnabled [] } Type declaration Optional default_ send_ enabled?: boolean Optional send_ enabled?: SendEnabled [] Params Params: { base_proposer_reward?: string ; bonus_proposer_reward?: string ; community_tax?: string ; secret_foundation_address?: string ; secret_foundation_tax?: string ; withdraw_addr_enabled?: boolean }
Type declaration Optional base_ proposer_ reward?: string Optional bonus_ proposer_ reward?: string Optional community_ tax?: string Optional secret_ foundation_ address?: string Optional secret_ foundation_ tax?: string Optional withdraw_ addr_ enabled?: boolean Params Params: { allowed_clients?: string [] }
Type declaration Optional allowed_ clients?: string [] Params Params: { receive_enabled?: boolean ; send_enabled?: boolean }
Type declaration Optional receive_ enabled?: boolean Optional send_ enabled?: boolean Params Params: { blocks_per_year?: string ; goal_bonded?: string ; inflation_max?: string ; inflation_min?: string ; inflation_rate_change?: string ; mint_denom?: string }
Type declaration Optional blocks_ per_ year?: string Optional goal_ bonded?: string Optional inflation_ max?: string Optional inflation_ min?: string Optional inflation_ rate_ change?: string Optional mint_ denom?: string Params Params
: { downtime_jail_duration
?: <internal> . Duration ; min_signed_per_window
?: Uint8Array ; signed_blocks_window
?: string ; slash_fraction_double_sign
?: Uint8Array ; slash_fraction_downtime
?: Uint8Array } Type declaration Optional min_ signed_ per_ window?: Uint8Array Optional signed_ blocks_ window?: string Optional slash_ fraction_ double_ sign?: Uint8Array Optional slash_ fraction_ downtime?: Uint8Array Params Params
: { bond_denom
?: string ; historical_entries
?: number ; max_entries
?: number ; max_validators
?: number ; unbonding_time
?: <internal> . Duration } Type declaration Optional bond_ denom?: string Optional historical_ entries?: number Optional max_ entries?: number Optional max_ validators?: number Part Set Header Part Set Header: { hash?: Uint8Array ; total?: number }
Type declaration Optional hash?: Uint8Array Optional total?: number Partial Partial< T > : { [ P in keyof T ] ?: T [ P ] }
Defined in node_modules/typescript/lib/lib.es5.d.ts:1531 Type parameters Plan Type declaration Optional height?: string Optional info?: string Optional name?: string Optional upgraded_ client_ state?: <internal> . Any Pool Pool: { bonded_tokens?: string ; not_bonded_tokens?: string }
Type declaration Optional bonded_ tokens?: string Optional not_ bonded_ tokens?: string Proof Op Proof Op: { data?: Uint8Array ; key?: Uint8Array ; type?: string }
Type declaration Optional data?: Uint8Array Optional key?: Uint8Array Optional type?: string Proposal Type declaration Optional proposal_ id?: string Protocol Version Protocol Version: { app?: string ; block?: string ; p2p?: string }
Type declaration Optional app?: string Optional block?: string Optional p2p?: string Pubkey Pubkey: { type: string ; value: any }
Type declaration Readonly type: string Readonly value: any Query Account Request Query Account Request: { address?: string }
Type declaration Optional address?: string Query All Balances Request Query
All
Balances
Request
: { address
?: string ; pagination
?: PageRequest } Type declaration Optional address?: string Query Allowance Request Query Allowance Request: { grantee?: string ; granter?: string }
Type declaration Optional grantee?: string Optional granter?: string Query Allowances By Granter Request Query
Allowances
By
Granter
Request
: { granter
?: string ; pagination
?: PageRequest } Type declaration Optional granter?: string Query Allowances By Granter Response Query Allowances Request Query
Allowances
Request
: { grantee
?: string ; pagination
?: PageRequest } Type declaration Optional grantee?: string Query Annual Provisions Request Query Annual Provisions Request: {}
Query Annual Provisions Response Query Annual Provisions Response: { annual_provisions?: Uint8Array }
Type declaration Optional annual_ provisions?: Uint8Array Query Applied Plan Request Query Applied Plan Request: { name?: string }
Query Applied Plan Response Query Applied Plan Response: { height?: string }
Query Balance Request Query Balance Request: { address?: string ; denom?: string }
Type declaration Optional address?: string Optional denom?: string Query By Code Id Request Query By Code Id Request: { code_id?: string }
Type declaration Optional code_ id?: string Query By Contract Address Request Query By Contract Address Request: { contract_address?: string }
Type declaration Optional contract_ address?: string Query By Label Request Query By Label Request: { label?: string }
Query Channel Client State Request Query Channel Client State Request: { channel_id?: string ; port_id?: string }
Type declaration Optional channel_ id?: string Optional port_ id?: string Query Channel Client State Response Type declaration Optional proof?: Uint8Array Query Channel Consensus State Request Query Channel Consensus State Request: { channel_id?: string ; port_id?: string ; revision_height?: string ; revision_number?: string }
Type declaration Optional channel_ id?: string Optional port_ id?: string Optional revision_ height?: string Optional revision_ number?: string Query Channel Consensus State Response Query
Channel
Consensus
State
Response
: { client_id
?: string ; consensus_state
?: <internal> . Any ; proof
?: Uint8Array ; proof_height
?: <internal> . Height } Type declaration Optional client_ id?: string Optional consensus_ state?: <internal> . Any Optional proof?: Uint8Array Query Channel Request Query Channel Request: { channel_id?: string ; port_id?: string }
Type declaration Optional channel_ id?: string Optional port_ id?: string Query Channel Response Type declaration Optional proof?: Uint8Array Query Client Connections Request Query Client Connections Request: { client_id?: string }
Type declaration Optional client_ id?: string Query Client Connections Response Query
Client
Connections
Response
: { connection_paths
?: string [] ; proof
?: Uint8Array ; proof_height
?: <internal> . Height } Type declaration Optional connection_ paths?: string [] Optional proof?: Uint8Array Query Client Params Request Query Client Params Request: {}
Query Client Params Response Query Client State Request Query Client State Request: { client_id?: string }
Type declaration Optional client_ id?: string Query Client State Response Type declaration Optional proof?: Uint8Array Query Client States Response Query Client Status Request Query Client Status Request: { client_id?: string }
Type declaration Optional client_ id?: string Query Client Status Response Query Client Status Response: { status?: string }
Query Code Hash Response Query Code Hash Response: { code_hash?: string }
Type declaration Optional code_ hash?: string Query Code Response Type declaration Optional wasm?: Uint8Array Query Community Pool Request Query Community Pool Request: {}
Query Community Pool Response Query Connection Channels Request Query
Connection
Channels
Request
: { connection
?: string ; pagination
?: PageRequest } Type declaration Optional connection?: string Query Connection Channels Response Query Connection Client State Request Query Connection Client State Request: { connection_id?: string }
Type declaration Optional connection_ id?: string Query Connection Client State Response Type declaration Optional proof?: Uint8Array Query Connection Consensus State Request Query Connection Consensus State Request: { connection_id?: string ; revision_height?: string ; revision_number?: string }
Type declaration Optional connection_ id?: string Optional revision_ height?: string Optional revision_ number?: string Query Connection Consensus State Response Query
Connection
Consensus
State
Response
: { client_id
?: string ; consensus_state
?: <internal> . Any ; proof
?: Uint8Array ; proof_height
?: <internal> . Height } Type declaration Optional client_ id?: string Optional consensus_ state?: <internal> . Any Optional proof?: Uint8Array Query Connection Request Query Connection Request: { connection_id?: string }
Type declaration Optional connection_ id?: string Query Connection Response Type declaration Optional proof?: Uint8Array Query Consensus State Request Query Consensus State Request: { client_id?: string ; latest_height?: boolean ; revision_height?: string ; revision_number?: string }
Type declaration Optional client_ id?: string Optional latest_ height?: boolean Optional revision_ height?: string Optional revision_ number?: string Query Consensus State Response Type declaration Optional consensus_ state?: <internal> . Any Optional proof?: Uint8Array Query Consensus States Request Query
Consensus
States
Request
: { client_id
?: string ; pagination
?: PageRequest } Type declaration Optional client_ id?: string Query Consensus States Response Query Contract Address Response Query Contract Address Response: { contract_address?: string }
Type declaration Optional contract_ address?: string Query Contract Info Response Query
Contract
Info
Response
: { ContractInfo
?: ContractInfo ; contract_address
?: string } Type declaration Optional contract_ address?: string Query Contract Label Response Query Contract Label Response: { label?: string }
Query Contracts By Code Id Response Query Current Plan Request Query Current Plan Request: {}
Query Delegation Request Query Delegation Request: { delegator_addr?: string ; validator_addr?: string }
Type declaration Optional delegator_ addr?: string Optional validator_ addr?: string Query Delegation Rewards Request Query Delegation Rewards Request: { delegator_address?: string ; validator_address?: string }
Type declaration Optional delegator_ address?: string Optional validator_ address?: string Query Delegation Rewards Response Query Delegation Total Rewards Request Query Delegation Total Rewards Request: { delegator_address?: string }
Type declaration Optional delegator_ address?: string Query Delegation Total Rewards Response Query Delegator Delegations Request Query
Delegator
Delegations
Request
: { delegator_addr
?: string ; pagination
?: PageRequest } Type declaration Optional delegator_ addr?: string Query Delegator Delegations Response Query Delegator Unbonding Delegations Request Query
Delegator
Unbonding
Delegations
Request
: { delegator_addr
?: string ; pagination
?: PageRequest } Type declaration Optional delegator_ addr?: string Query Delegator Unbonding Delegations Response Query Delegator Validator Request Query Delegator Validator Request: { delegator_addr?: string ; validator_addr?: string }
Type declaration Optional delegator_ addr?: string Optional validator_ addr?: string Query Delegator Validator Response Query Delegator Validators Request Query Delegator Validators Request: { delegator_address?: string }
Type declaration Optional delegator_ address?: string Query Delegator Validators Request Query
Delegator
Validators
Request
: { delegator_addr
?: string ; pagination
?: PageRequest } Type declaration Optional delegator_ addr?: string Query Delegator Validators Response Query Delegator Validators Response: { validators?: string [] }
Type declaration Optional validators?: string [] Query Delegator Validators Response Query Delegator Withdraw Address Request Query Delegator Withdraw Address Request: { delegator_address?: string }
Type declaration Optional delegator_ address?: string Query Delegator Withdraw Address Response Query Delegator Withdraw Address Response: { withdraw_address?: string }
Type declaration Optional withdraw_ address?: string Query Denom Hash Request Query Denom Hash Request: { trace?: string }
Query Denom Hash Response Query Denom Hash Response: { hash?: string }
Query Denom Metadata Request Query Denom Metadata Request: { denom?: string }
Query Denom Metadata Response Query Denom Trace Request Query Denom Trace Request: { hash?: string }
Query Denom Trace Response Query
Denom
Trace
Response
: { denom_trace
?: DenomTrace } Query Denoms Metadata Request Query
Denoms
Metadata
Request
: { pagination
?: PageRequest } Query Denoms Metadata Response Query Deposit Request Query Deposit Request: { depositor?: string ; proposal_id?: string }
Type declaration Optional depositor?: string Optional proposal_ id?: string Query Deposits Request Query
Deposits
Request
: { pagination
?: PageRequest ; proposal_id
?: string } Type declaration Optional proposal_ id?: string Query Encrypted Seed Request Query Encrypted Seed Request: { pub_key?: Uint8Array }
Type declaration Optional pub_ key?: Uint8Array Query Encrypted Seed Response Query Encrypted Seed Response: { encrypted_seed?: Uint8Array }
Type declaration Optional encrypted_ seed?: Uint8Array Query Evidence Request Query Evidence Request: { evidence_hash?: Uint8Array }
Type declaration Optional evidence_ hash?: Uint8Array Query Foundation Tax Request Query Foundation Tax Request: {}
Query Foundation Tax Response Query Foundation Tax Response: { foundation_address?: string ; tax?: string }
Type declaration Optional foundation_ address?: string Optional tax?: string Query Grantee Grants Request Query
Grantee
Grants
Request
: { grantee
?: string ; pagination
?: PageRequest } Type declaration Optional grantee?: string Query Grantee Grants Response Query Granter Grants Request Query
Granter
Grants
Request
: { granter
?: string ; pagination
?: PageRequest } Type declaration Optional granter?: string Query Granter Grants Response Query Grants Request Query
Grants
Request
: { grantee
?: string ; granter
?: string ; msg_type_url
?: string ; pagination
?: PageRequest } Type declaration Optional grantee?: string Optional granter?: string Optional msg_ type_ url?: string Query Historical Info Request Query Historical Info Request: { height?: string }
Query Historical Info Response Query Inflation Request Query Inflation Request: {}
Query Inflation Response Query Inflation Response: { inflation?: Uint8Array }
Type declaration Optional inflation?: Uint8Array Query Interchain Account From Address Request Query Interchain Account From Address Request: { connection_id?: string ; owner?: string }
Type declaration Optional connection_ id?: string Optional owner?: string Query Interchain Account From Address Response Query Interchain Account From Address Response: { interchain_account_address?: string }
Type declaration Optional interchain_ account_ address?: string Query Module Versions Request Query Module Versions Request: { module_name?: string }
Type declaration Optional module_ name?: string Query Module Versions Response Query Next Sequence Receive Request Query Next Sequence Receive Request: { channel_id?: string ; port_id?: string }
Type declaration Optional channel_ id?: string Optional port_ id?: string Query Next Sequence Receive Response Query
Next
Sequence
Receive
Response
: { next_sequence_receive
?: string ; proof
?: Uint8Array ; proof_height
?: <internal> . Height } Type declaration Optional next_ sequence_ receive?: string Optional proof?: Uint8Array Query Packet Acknowledgement Request Query Packet Acknowledgement Request: { channel_id?: string ; port_id?: string ; sequence?: string }
Type declaration Optional channel_ id?: string Optional port_ id?: string Optional sequence?: string Query Packet Acknowledgement Response Query
Packet
Acknowledgement
Response
: { acknowledgement
?: Uint8Array ; proof
?: Uint8Array ; proof_height
?: <internal> . Height } Type declaration Optional acknowledgement?: Uint8Array Optional proof?: Uint8Array Query Packet Acknowledgements Request Query
Packet
Acknowledgements
Request
: { channel_id
?: string ; packet_commitment_sequences
?: string [] ; pagination
?: PageRequest ; port_id
?: string } Type declaration Optional channel_ id?: string Optional packet_ commitment_ sequences?: string [] Optional port_ id?: string Query Packet Acknowledgements Response Query Packet Commitment Request Query Packet Commitment Request: { channel_id?: string ; port_id?: string ; sequence?: string }
Type declaration Optional channel_ id?: string Optional port_ id?: string Optional sequence?: string Query Packet Commitment Response Query
Packet
Commitment
Response
: { commitment
?: Uint8Array ; proof
?: Uint8Array ; proof_height
?: <internal> . Height } Type declaration Optional commitment?: Uint8Array Optional proof?: Uint8Array Query Packet Commitments Request Query
Packet
Commitments
Request
: { channel_id
?: string ; pagination
?: PageRequest ; port_id
?: string } Type declaration Optional channel_ id?: string Optional port_ id?: string Query Packet Commitments Response Query Packet Receipt Request Query Packet Receipt Request: { channel_id?: string ; port_id?: string ; sequence?: string }
Type declaration Optional channel_ id?: string Optional port_ id?: string Optional sequence?: string Query Packet Receipt Response Query
Packet
Receipt
Response
: { proof
?: Uint8Array ; proof_height
?: <internal> . Height ; received
?: boolean } Type declaration Optional proof?: Uint8Array Optional received?: boolean Query Params Request Query Params Request: {}
Query Params Request Query Params Request: {}
Query Params Request Query Params Request: {}
Query Params Request Query Params Request: { params_type?: string }
Type declaration Optional params_ type?: string Query Params Request Query Params Request: {}
Query Params Request Query Params Request: {}
Query Params Request Query Params Request: { key?: string ; subspace?: string }
Type declaration Optional key?: string Optional subspace?: string Query Params Request Query Params Request: {}
Query Params Request Query Params Request: {}
Query Pool Request Query Pool Request: {}
Query Pool Response Query
Pool
Response
: { pool
?: Pool } Query Proposal Request Query Proposal Request: { proposal_id?: string }
Type declaration Optional proposal_ id?: string Query Proposals Request Type declaration Optional depositor?: string Optional voter?: string Query Redelegations Request Query
Redelegations
Request
: { delegator_addr
?: string ; dst_validator_addr
?: string ; pagination
?: PageRequest ; src_validator_addr
?: string } Type declaration Optional delegator_ addr?: string Optional dst_ validator_ addr?: string Optional src_ validator_ addr?: string Query Redelegations Response Query Signing Info Request Query Signing Info Request: { cons_address?: string }
Type declaration Optional cons_ address?: string Query Signing Infos Response Query Spendable Balances Request Query
Spendable
Balances
Request
: { address
?: string ; pagination
?: PageRequest } Type declaration Optional address?: string Query Spendable Balances Response Query Supply Of Request Query Supply Of Request: { denom?: string }
Query Tally Result Request Query Tally Result Request: { proposal_id?: string }
Type declaration Optional proposal_ id?: string Query Unbonding Delegation Request Query Unbonding Delegation Request: { delegator_addr?: string ; validator_addr?: string }
Type declaration Optional delegator_ addr?: string Optional validator_ addr?: string Query Unbonding Delegation Response Query Unreceived Acks Request Query Unreceived Acks Request: { channel_id?: string ; packet_ack_sequences?: string [] ; port_id?: string }
Type declaration Optional channel_ id?: string Optional packet_ ack_ sequences?: string [] Optional port_ id?: string Query Unreceived Acks Response Query
Unreceived
Acks
Response
: { height
?: <internal> . Height ; sequences
?: string [] } Type declaration Optional sequences?: string [] Query Unreceived Packets Request Query Unreceived Packets Request: { channel_id?: string ; packet_commitment_sequences?: string [] ; port_id?: string }
Type declaration Optional channel_ id?: string Optional packet_ commitment_ sequences?: string [] Optional port_ id?: string Query Unreceived Packets Response Query
Unreceived
Packets
Response
: { height
?: <internal> . Height ; sequences
?: string [] } Type declaration Optional sequences?: string [] Query Upgraded Client State Request Query Upgraded Client State Request: {}
Query Upgraded Client State Response Query
Upgraded
Client
State
Response
: { upgraded_client_state
?: <internal> . Any } Query Upgraded Consensus State Request Query Upgraded Consensus State Request: {}
Query Upgraded Consensus State Request Query Upgraded Consensus State Request: { last_height?: string }
Type declaration Optional last_ height?: string Query Upgraded Consensus State Response Query
Upgraded
Consensus
State
Response
: { upgraded_consensus_state
?: <internal> . Any } Query Upgraded Consensus State Response Query Upgraded Consensus State Response: { upgraded_consensus_state?: Uint8Array }
Type declaration Optional upgraded_ consensus_ state?: Uint8Array Query Validator Commission Request Query Validator Commission Request: { validator_address?: string }
Type declaration Optional validator_ address?: string Query Validator Commission Response Query Validator Delegations Request Query
Validator
Delegations
Request
: { pagination
?: PageRequest ; validator_addr
?: string } Type declaration Optional validator_ addr?: string Query Validator Delegations Response Query Validator Outstanding Rewards Request Query Validator Outstanding Rewards Request: { validator_address?: string }
Type declaration Optional validator_ address?: string Query Validator Outstanding Rewards Response Query Validator Request Query Validator Request: { validator_addr?: string }
Type declaration Optional validator_ addr?: string Query Validator Slashes Request Query
Validator
Slashes
Request
: { ending_height
?: string ; pagination
?: PageRequest ; starting_height
?: string ; validator_address
?: string } Type declaration Optional ending_ height?: string Optional starting_ height?: string Optional validator_ address?: string Query Validator Slashes Response Query Validator Unbonding Delegations Request Query
Validator
Unbonding
Delegations
Request
: { pagination
?: PageRequest ; validator_addr
?: string } Type declaration Optional validator_ addr?: string Query Validator Unbonding Delegations Response Query Validators Request Query
Validators
Request
: { pagination
?: PageRequest ; status
?: string } Query Vote Request Query Vote Request: { proposal_id?: string ; voter?: string }
Type declaration Optional proposal_ id?: string Optional voter?: string Query Votes Request Query
Votes
Request
: { pagination
?: PageRequest ; proposal_id
?: string } Type declaration Optional proposal_ id?: string Readable Stream Default Read Result Defined in node_modules/typescript/lib/lib.dom.d.ts:17636 Type parameters Record Record< K , T > : { [ P in K ] : T }
Defined in node_modules/typescript/lib/lib.es5.d.ts:1559 Type parameters Redeem Type Redeem Type: { redeem: {} }
Redelegation Redelegation
: { delegator_address
?: string ; entries
?: RedelegationEntry [] ; validator_dst_address
?: string ; validator_src_address
?: string } Type declaration Optional delegator_ address?: string Optional validator_ dst_ address?: string Optional validator_ src_ address?: string Redelegation Entry Redelegation
Entry
: { completion_time
?: <internal> . Timestamp ; creation_height
?: string ; initial_balance
?: string ; shares_dst
?: string } Type declaration Optional creation_ height?: string Optional initial_ balance?: string Optional shares_ dst?: string Redelegation Entry Response Redelegation
Entry
Response
: { balance
?: string ; redelegation_entry
?: RedelegationEntry } Type declaration Optional balance?: string Referrer Policy Referrer Policy: "" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url"
Defined in node_modules/typescript/lib/lib.dom.d.ts:17760 Request Cache Request Cache: "default" | "force-cache" | "no-cache" | "no-store" | "only-if-cached" | "reload"
Defined in node_modules/typescript/lib/lib.dom.d.ts:17762 Request Credentials Request Credentials: "include" | "omit" | "same-origin"
Defined in node_modules/typescript/lib/lib.dom.d.ts:17763 Request Mode Request Mode: "cors" | "navigate" | "no-cors" | "same-origin"
Defined in node_modules/typescript/lib/lib.dom.d.ts:17765 Request Redirect Request Redirect: "error" | "follow" | "manual"
Defined in node_modules/typescript/lib/lib.dom.d.ts:17766 Result Result
: { data
?: Uint8Array ; events
?: Event [] ; log
?: string } Type declaration Optional data?: Uint8Array Optional events?: Event [] Optional log?: string Send Enabled Send Enabled: { denom?: string ; enabled?: boolean }
Type declaration Optional denom?: string Optional enabled?: boolean Set Viewing Key Contract Params Signer Info Type declaration Optional sequence?: string Std Fee Std
Fee
: { amount
: readonly Coin [] ; gas
: string ; granter
?: string } Type declaration Readonly amount: readonly Coin [] Readonly gas: string Optional Readonly granter?: string Std Sign Doc Std
Sign
Doc
: { account_number
: string ; chain_id
: string ; fee
: StdFee ; memo
: string ; msgs
: readonly AminoMsg [] ; sequence
: string } Type declaration Readonly account_ number: string Readonly chain_ id: string Readonly fee: StdFee Readonly memo: string Readonly msgs: readonly AminoMsg [] Readonly sequence: string Std Signature Std
Signature
: { pub_key
: Pubkey ; signature
: string } Type declaration Readonly pub_ key: Pubkey Readonly signature: string String Event String
Event
: { attributes
?: Attribute [] ; type
?: string } Type declaration Optional attributes?: Attribute [] Optional type?: string Tally Params Tally Params: { quorum?: Uint8Array ; threshold?: Uint8Array ; veto_threshold?: Uint8Array }
Type declaration Optional quorum?: Uint8Array Optional threshold?: Uint8Array Optional veto_ threshold?: Uint8Array Tally Result Tally Result: { abstain?: string ; no?: string ; no_with_veto?: string ; yes?: string }
Type declaration Optional abstain?: string Optional no?: string Optional no_ with_ veto?: string Optional yes?: string Timestamp Timestamp: { nanos?: number ; seconds?: string }
Type declaration Optional nanos?: number Optional seconds?: string Transfer Type Transfer Type: { transfer: { from: string ; recipient: string ; sender: string } }
Type declaration transfer: { from: string ; recipient: string ; sender: string } from: string recipient: string sender: string Tx Type declaration Optional signatures?: Uint8Array [] Tx Body Type declaration Optional extension_ options?: <internal> . Any [] Optional memo?: string Optional non_ critical_ extension_ options?: <internal> . Any [] Optional timeout_ height?: string Tx Response Tx
Response
: { code
?: number ; codespace
?: string ; data
?: string ; events
?: Event [] ; gas_used
?: string ; gas_wanted
?: string ; height
?: string ; info
?: string ; logs
?: ABCIMessageLog [] ; raw_log
?: string ; timestamp
?: string ; tx
?: <internal> . Any ; txhash
?: string } Type declaration Optional code?: number Optional codespace?: string Optional data?: string Optional events?: Event [] Optional gas_ used?: string Optional gas_ wanted?: string Optional height?: string Optional info?: string Optional raw_ log?: string Optional timestamp?: string Optional txhash?: string Typed Array Typed Array: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | BigUint64Array | BigInt64Array | Float32Array | Float64Array
Defined in node_modules/@types/node/ts4.8/globals.d.ts:230 Unbonding Delegation Type declaration Optional delegator_ address?: string Optional validator_ address?: string Unbonding Delegation Entry Unbonding
Delegation
Entry
: { balance
?: string ; completion_time
?: <internal> . Timestamp ; creation_height
?: string ; initial_balance
?: string } Type declaration Optional balance?: string Optional creation_ height?: string Optional initial_ balance?: string Validator Type declaration Optional commission?: Commission Optional consensus_ pubkey?: <internal> . Any Optional delegator_ shares?: string Optional description?: Description Optional jailed?: boolean Optional min_ self_ delegation?: string Optional operator_ address?: string Optional tokens?: string Optional unbonding_ height?: string Validator Validator
: { address
?: string ; proposer_priority
?: string ; pub_key
?: <internal> . Any ; voting_power
?: string } Type declaration Optional address?: string Optional proposer_ priority?: string Optional voting_ power?: string Validator Validator
: { address
?: Uint8Array ; proposer_priority
?: string ; pub_key
?: PublicKey ; voting_power
?: string } Type declaration Optional address?: Uint8Array Optional proposer_ priority?: string Optional pub_ key?: PublicKey Optional voting_ power?: string Validator Accumulated Commission Validator Outstanding Rewards Validator Params Validator Params: { pub_key_types?: string [] }
Type declaration Optional pub_ key_ types?: string [] Validator Set Type declaration Optional total_ voting_ power?: string Validator Signing Info Validator
Signing
Info
: { address
?: string ; index_offset
?: string ; jailed_until
?: <internal> . Timestamp ; missed_blocks_counter
?: string ; start_height
?: string ; tombstoned
?: boolean } Type declaration Optional address?: string Optional index_ offset?: string Optional missed_ blocks_ counter?: string Optional start_ height?: string Optional tombstoned?: boolean Validator Slash Event Validator Slash Event: { fraction?: string ; validator_period?: string }
Type declaration Optional fraction?: string Optional validator_ period?: string Version Version: { features?: string [] ; identifier?: string }
Type declaration Optional features?: string [] Optional identifier?: string Version Info Version
Info
: { app_name
?: string ; build_deps
?: Module [] ; build_tags
?: string ; cosmos_sdk_version
?: string ; git_commit
?: string ; go_version
?: string ; name
?: string ; version
?: string } Type declaration Optional app_ name?: string Optional build_ deps?: Module [] Optional build_ tags?: string Optional cosmos_ sdk_ version?: string Optional git_ commit?: string Optional go_ version?: string Optional name?: string Optional version?: string Version Params Version Params: { app_version?: string }
Type declaration Optional app_ version?: string Vote Type declaration Optional proposal_ id?: string Optional voter?: string Vote Vote
: { block_id
?: BlockID ; height
?: string ; round
?: number ; signature
?: Uint8Array ; timestamp
?: <internal> . Timestamp ; type
?: SignedMsgType ; validator_address
?: Uint8Array ; validator_index
?: number } Type declaration Optional block_ id?: BlockID Optional height?: string Optional round?: number Optional signature?: Uint8Array Optional validator_ address?: Uint8Array Optional validator_ index?: number With Implicit Coercion With Implicit Coercion< T > : T | { valueOf: any }
Defined in node_modules/@types/node/ts4.8/buffer.d.ts:178 Type parameters XMLHttp Request Body Init Defined in node_modules/typescript/lib/lib.dom.d.ts:17648 Variables Any Any: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { type_url?: string ; value?: Uint8Array } & { type_url?: string ; value?: Uint8Array } & Record < Exclude < keyof I , keyof <internal> . Any > , never > Parameters toJSON: function Parameters Returns unknown Basic Allowance Basic Allowance: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { expiration?: { seconds?: string | undefined; nanos?: number | undefined; }; spend_limit?: { denom?: string | undefined; amount?: string | undefined; }[] } & { expiration?: { nanos?: number ; seconds?: string } & { seconds?: string | undefined; nanos?: number | undefined; } & Record < Exclude < keyof I [ "expiration" ] , keyof <internal> . Timestamp > , never > ; spend_limit?: { amount?: string ; denom?: string } [] & ( { amount?: string ; denom?: string } & { denom?: string | undefined; amount?: string | undefined; } & Record < Exclude < keyof I [ "spend_limit" ] [ number ] , keyof <internal> . Coin > , never > ) [] & Record < Exclude < keyof I [ "spend_limit" ] , keyof { amount?: string ; denom?: string } [] > , never > } & Record < Exclude < keyof I , keyof <internal> . BasicAllowance > , never > Parameters toJSON: function Parameters Returns unknown Buffer Defined in node_modules/@types/node/ts4.8/buffer.d.ts:2209 Channel Channel: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Coin Coin: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Compact Bit Array Compact Bit Array: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Counterparty Counterparty: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { client_id?: string ; connection_id?: string ; prefix?: { key_prefix?: Uint8Array | undefined; } } & { client_id?: string ; connection_id?: string ; prefix?: { key_prefix?: Uint8Array } & { key_prefix?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "prefix" ] , "key_prefix" > , never > } & Record < Exclude < keyof I , keyof <internal> . Counterparty > , never > Parameters toJSON: function Parameters Returns unknown Counterparty Counterparty: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Dec Coin Dec Coin: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Duration Duration: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Error Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:1033 File Defined in node_modules/typescript/lib/lib.dom.d.ts:5014 Form Data Defined in node_modules/typescript/lib/lib.dom.d.ts:5209 Headers Defined in node_modules/typescript/lib/lib.dom.d.ts:8196 Merkle Prefix Merkle Prefix: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { key_prefix?: Uint8Array } & { key_prefix?: Uint8Array } & Record < Exclude < keyof I , "key_prefix" > , never > Parameters toJSON: function Parameters Returns unknown Msg Acknowledgement Msg Acknowledgement: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { acknowledgement?: Uint8Array ; packet?: { sequence?: string | undefined; source_port?: string | undefined; source_channel?: string | undefined; destination_port?: string | undefined; destination_channel?: string | undefined; data?: Uint8Array | undefined; timeout_height?: { ...; } | undefined; timeout_timestamp?: string | undefined; }; proof_acked?: Uint8Array ; proof_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; signer?: string } & { acknowledgement?: Uint8Array ; packet?: { data?: Uint8Array ; destination_channel?: string ; destination_port?: string ; sequence?: string ; source_channel?: string ; source_port?: string ; timeout_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; timeout_timestamp?: string } & { sequence?: string | undefined; source_port?: string | undefined; source_channel?: string | undefined; destination_port?: string | undefined; destination_channel?: string | undefined; data?: Uint8Array | undefined; timeout_height?: ({ ...; } & ... 1 more ... & Record<...>) | undefined; timeout_timestamp?: string | ... & Record < Exclude < keyof I [ "packet" ] , keyof <internal> . Packet > , never > ; proof_acked?: Uint8Array ; proof_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "proof_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgAcknowledgement > , never > Parameters toJSON: function Parameters Returns unknown Msg Channel Close Confirm Msg Channel Close Confirm: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Msg Channel Close Init Msg Channel Close Init: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Msg Channel Open Ack Msg Channel Open Ack: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { channel_id?: string ; counterparty_channel_id?: string ; counterparty_version?: string ; port_id?: string ; proof_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; proof_try?: Uint8Array ; signer?: string } & { channel_id?: string ; counterparty_channel_id?: string ; counterparty_version?: string ; port_id?: string ; proof_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "proof_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; proof_try?: Uint8Array ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgChannelOpenAck > , never > Parameters toJSON: function Parameters Returns unknown Msg Channel Open Confirm Msg Channel Open Confirm: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Msg Channel Open Init Msg Channel Open Init: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { channel?: { state?: State | undefined; ordering?: Order | undefined; counterparty?: { port_id?: string | undefined; channel_id?: string | undefined; } | undefined; connection_hops?: string[] | undefined; version?: string | undefined; }; port_id?: string ; signer?: string } & { channel?: { connection_hops?: string [] ; counterparty?: { port_id?: string | undefined; channel_id?: string | undefined; }; ordering?: <internal> . Order ; state?: <internal> . State ; version?: string } & { state?: State | undefined; ordering?: Order | undefined; counterparty?: ({ port_id?: string | undefined; channel_id?: string | undefined; } & { port_id?: string | undefined; channel_id?: string | undefined; } & Record<...>) | undefined; connection_hops?: (string[] & ... 1 more ... & Record<...>) | undefined; versi... & Record < Exclude < keyof I [ "channel" ] , keyof <internal> . Channel > , never > ; port_id?: string ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgChannelOpenInit > , never > Parameters toJSON: function Parameters Returns unknown Msg Channel Open Try Msg Channel Open Try: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { channel?: { state?: State | undefined; ordering?: Order | undefined; counterparty?: { port_id?: string | undefined; channel_id?: string | undefined; } | undefined; connection_hops?: string[] | undefined; version?: string | undefined; }; counterparty_version?: string ; port_id?: string ; previous_channel_id?: string ; proof_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; proof_init?: Uint8Array ; signer?: string } & { channel?: { connection_hops?: string [] ; counterparty?: { port_id?: string | undefined; channel_id?: string | undefined; }; ordering?: <internal> . Order ; state?: <internal> . State ; version?: string } & { state?: State | undefined; ordering?: Order | undefined; counterparty?: ({ port_id?: string | undefined; channel_id?: string | undefined; } & { port_id?: string | undefined; channel_id?: string | undefined; } & Record<...>) | undefined; connection_hops?: (string[] & ... 1 more ... & Record<...>) | undefined; versi... & Record < Exclude < keyof I [ "channel" ] , keyof <internal> . Channel > , never > ; counterparty_version?: string ; port_id?: string ; previous_channel_id?: string ; proof_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "proof_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; proof_init?: Uint8Array ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgChannelOpenTry > , never > Parameters toJSON: function Parameters Returns unknown Msg Connection Open Ack Msg Connection Open Ack: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { client_state?: { type_url?: string | undefined; value?: Uint8Array | undefined; }; connection_id?: string ; consensus_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; counterparty_connection_id?: string ; proof_client?: Uint8Array ; proof_consensus?: Uint8Array ; proof_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; proof_try?: Uint8Array ; signer?: string ; version?: { identifier?: string | undefined; features?: string[] | undefined; } } & { client_state?: { type_url?: string ; value?: Uint8Array } & { type_url?: string | undefined; value?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "client_state" ] , keyof <internal> . Any > , never > ; connection_id?: string ; consensus_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "consensus_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; counterparty_connection_id?: string ; proof_client?: Uint8Array ; proof_consensus?: Uint8Array ; proof_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "proof_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; proof_try?: Uint8Array ; signer?: string ; version?: { features?: string [] ; identifier?: string } & { identifier?: string | undefined; features?: (string[] & string[] & Record<Exclude<keyof I["version"]["features"], keyof string[]>, never>) | undefined; } & Record < Exclude < keyof I [ "version" ] , keyof <internal> . Version > , never > } & Record < Exclude < keyof I , keyof <internal> . MsgConnectionOpenAck > , never > Parameters toJSON: function Parameters Returns unknown Msg Connection Open Confirm Msg Connection Open Confirm: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Msg Connection Open Init Msg Connection Open Init: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { client_id?: string ; counterparty?: { client_id?: string | undefined; connection_id?: string | undefined; prefix?: { key_prefix?: Uint8Array | undefined; } | undefined; }; delay_period?: string ; signer?: string ; version?: { identifier?: string | undefined; features?: string[] | undefined; } } & { client_id?: string ; counterparty?: { client_id?: string ; connection_id?: string ; prefix?: { key_prefix?: Uint8Array | undefined; } } & { client_id?: string | undefined; connection_id?: string | undefined; prefix?: ({ key_prefix?: Uint8Array | undefined; } & { key_prefix?: Uint8Array | undefined; } & Record<...>) | undefined; } & Record < Exclude < keyof I [ "counterparty" ] , keyof <internal> . Counterparty > , never > ; delay_period?: string ; signer?: string ; version?: { features?: string [] ; identifier?: string } & { identifier?: string | undefined; features?: (string[] & string[] & Record<Exclude<keyof I["version"]["features"], keyof string[]>, never>) | undefined; } & Record < Exclude < keyof I [ "version" ] , keyof <internal> . Version > , never > } & Record < Exclude < keyof I , keyof <internal> . MsgConnectionOpenInit > , never > Parameters toJSON: function Parameters Returns unknown Msg Connection Open Try Msg Connection Open Try: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { client_id?: string ; client_state?: { type_url?: string | undefined; value?: Uint8Array | undefined; }; consensus_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; counterparty?: { client_id?: string | undefined; connection_id?: string | undefined; prefix?: { key_prefix?: Uint8Array | undefined; } | undefined; }; counterparty_versions?: { identifier?: string | undefined; features?: string[] | undefined; }[] ; delay_period?: string ; previous_connection_id?: string ; proof_client?: Uint8Array ; proof_consensus?: Uint8Array ; proof_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; proof_init?: Uint8Array ; signer?: string } & { client_id?: string ; client_state?: { type_url?: string ; value?: Uint8Array } & { type_url?: string | undefined; value?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "client_state" ] , keyof <internal> . Any > , never > ; consensus_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "consensus_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; counterparty?: { client_id?: string ; connection_id?: string ; prefix?: { key_prefix?: Uint8Array | undefined; } } & { client_id?: string | undefined; connection_id?: string | undefined; prefix?: ({ key_prefix?: Uint8Array | undefined; } & { key_prefix?: Uint8Array | undefined; } & Record<...>) | undefined; } & Record < Exclude < keyof I [ "counterparty" ] , keyof <internal> . Counterparty > , never > ; counterparty_versions?: { features?: string [] ; identifier?: string } [] & ( { features?: string [] ; identifier?: string } & { identifier?: string | undefined; features?: (string[] & string[] & Record<Exclude<keyof I["counterparty_versions"][number]["features"], keyof string[]>, never>) | undefined; } & Record < Exclude < keyof I [ "counterparty_versions" ] [ number ] , keyof <internal> . Version > , never > ) [] & Record < Exclude < keyof I [ "counterparty_versions" ] , keyof { features?: string [] ; identifier?: string } [] > , never > ; delay_period?: string ; previous_connection_id?: string ; proof_client?: Uint8Array ; proof_consensus?: Uint8Array ; proof_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "proof_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; proof_init?: Uint8Array ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgConnectionOpenTry > , never > Parameters toJSON: function Parameters Returns unknown Msg Create Client Msg Create Client: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { client_state?: { type_url?: string | undefined; value?: Uint8Array | undefined; }; consensus_state?: { type_url?: string | undefined; value?: Uint8Array | undefined; }; signer?: string } & { client_state?: { type_url?: string ; value?: Uint8Array } & { type_url?: string | undefined; value?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "client_state" ] , keyof <internal> . Any > , never > ; consensus_state?: { type_url?: string ; value?: Uint8Array } & { type_url?: string | undefined; value?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "consensus_state" ] , keyof <internal> . Any > , never > ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgCreateClient > , never > Parameters toJSON: function Parameters Returns unknown Msg Recv Packet Msg Recv Packet: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { packet?: { sequence?: string | undefined; source_port?: string | undefined; source_channel?: string | undefined; destination_port?: string | undefined; destination_channel?: string | undefined; data?: Uint8Array | undefined; timeout_height?: { ...; } | undefined; timeout_timestamp?: string | undefined; }; proof_commitment?: Uint8Array ; proof_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; signer?: string } & { packet?: { data?: Uint8Array ; destination_channel?: string ; destination_port?: string ; sequence?: string ; source_channel?: string ; source_port?: string ; timeout_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; timeout_timestamp?: string } & { sequence?: string | undefined; source_port?: string | undefined; source_channel?: string | undefined; destination_port?: string | undefined; destination_channel?: string | undefined; data?: Uint8Array | undefined; timeout_height?: ({ ...; } & ... 1 more ... & Record<...>) | undefined; timeout_timestamp?: string | ... & Record < Exclude < keyof I [ "packet" ] , keyof <internal> . Packet > , never > ; proof_commitment?: Uint8Array ; proof_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "proof_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgRecvPacket > , never > Parameters toJSON: function Parameters Returns unknown Msg Submit Misbehaviour Msg Submit Misbehaviour: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { client_id?: string ; misbehaviour?: { type_url?: string | undefined; value?: Uint8Array | undefined; }; signer?: string } & { client_id?: string ; misbehaviour?: { type_url?: string ; value?: Uint8Array } & { type_url?: string | undefined; value?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "misbehaviour" ] , keyof <internal> . Any > , never > ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgSubmitMisbehaviour > , never > Parameters toJSON: function Parameters Returns unknown Msg Timeout Msg Timeout: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { next_sequence_recv?: string ; packet?: { sequence?: string | undefined; source_port?: string | undefined; source_channel?: string | undefined; destination_port?: string | undefined; destination_channel?: string | undefined; data?: Uint8Array | undefined; timeout_height?: { ...; } | undefined; timeout_timestamp?: string | undefined; }; proof_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; proof_unreceived?: Uint8Array ; signer?: string } & { next_sequence_recv?: string ; packet?: { data?: Uint8Array ; destination_channel?: string ; destination_port?: string ; sequence?: string ; source_channel?: string ; source_port?: string ; timeout_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; timeout_timestamp?: string } & { sequence?: string | undefined; source_port?: string | undefined; source_channel?: string | undefined; destination_port?: string | undefined; destination_channel?: string | undefined; data?: Uint8Array | undefined; timeout_height?: ({ ...; } & ... 1 more ... & Record<...>) | undefined; timeout_timestamp?: string | ... & Record < Exclude < keyof I [ "packet" ] , keyof <internal> . Packet > , never > ; proof_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "proof_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; proof_unreceived?: Uint8Array ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgTimeout > , never > Parameters toJSON: function Parameters Returns unknown Msg Timeout On Close Msg Timeout On Close: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { next_sequence_recv?: string ; packet?: { sequence?: string | undefined; source_port?: string | undefined; source_channel?: string | undefined; destination_port?: string | undefined; destination_channel?: string | undefined; data?: Uint8Array | undefined; timeout_height?: { ...; } | undefined; timeout_timestamp?: string | undefined; }; proof_close?: Uint8Array ; proof_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; proof_unreceived?: Uint8Array ; signer?: string } & { next_sequence_recv?: string ; packet?: { data?: Uint8Array ; destination_channel?: string ; destination_port?: string ; sequence?: string ; source_channel?: string ; source_port?: string ; timeout_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; timeout_timestamp?: string } & { sequence?: string | undefined; source_port?: string | undefined; source_channel?: string | undefined; destination_port?: string | undefined; destination_channel?: string | undefined; data?: Uint8Array | undefined; timeout_height?: ({ ...; } & ... 1 more ... & Record<...>) | undefined; timeout_timestamp?: string | ... & Record < Exclude < keyof I [ "packet" ] , keyof <internal> . Packet > , never > ; proof_close?: Uint8Array ; proof_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "proof_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; proof_unreceived?: Uint8Array ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgTimeoutOnClose > , never > Parameters toJSON: function Parameters Returns unknown Msg Update Client Msg Update Client: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { client_id?: string ; header?: { type_url?: string | undefined; value?: Uint8Array | undefined; }; signer?: string } & { client_id?: string ; header?: { type_url?: string ; value?: Uint8Array } & { type_url?: string | undefined; value?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "header" ] , keyof <internal> . Any > , never > ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgUpdateClient > , never > Parameters toJSON: function Parameters Returns unknown Msg Upgrade Client Msg Upgrade Client: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { client_id?: string ; client_state?: { type_url?: string | undefined; value?: Uint8Array | undefined; }; consensus_state?: { type_url?: string | undefined; value?: Uint8Array | undefined; }; proof_upgrade_client?: Uint8Array ; proof_upgrade_consensus_state?: Uint8Array ; signer?: string } & { client_id?: string ; client_state?: { type_url?: string ; value?: Uint8Array } & { type_url?: string | undefined; value?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "client_state" ] , keyof <internal> . Any > , never > ; consensus_state?: { type_url?: string ; value?: Uint8Array } & { type_url?: string | undefined; value?: Uint8Array | undefined; } & Record < Exclude < keyof I [ "consensus_state" ] , keyof <internal> . Any > , never > ; proof_upgrade_client?: Uint8Array ; proof_upgrade_consensus_state?: Uint8Array ; signer?: string } & Record < Exclude < keyof I , keyof <internal> . MsgUpgradeClient > , never > Parameters toJSON: function Parameters Returns unknown Packet Packet: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { data?: Uint8Array ; destination_channel?: string ; destination_port?: string ; sequence?: string ; source_channel?: string ; source_port?: string ; timeout_height?: { revision_number?: string | undefined; revision_height?: string | undefined; }; timeout_timestamp?: string } & { data?: Uint8Array ; destination_channel?: string ; destination_port?: string ; sequence?: string ; source_channel?: string ; source_port?: string ; timeout_height?: { revision_height?: string ; revision_number?: string } & { revision_number?: string | undefined; revision_height?: string | undefined; } & Record < Exclude < keyof I [ "timeout_height" ] , keyof <internal> . "/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client" . Height > , never > ; timeout_timestamp?: string } & Record < Exclude < keyof I , keyof <internal> . Packet > , never > Parameters toJSON: function Parameters Returns unknown Periodic Allowance Periodic Allowance: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { basic?: { spend_limit?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; expiration?: { seconds?: string | undefined; nanos?: number | undefined; } | undefined; }; period?: { seconds?: string | undefined; nanos?: number | undefined; }; period_can_spend?: { denom?: string | undefined; amount?: string | undefined; }[] ; period_reset?: { seconds?: string | undefined; nanos?: number | undefined; }; period_spend_limit?: { denom?: string | undefined; amount?: string | undefined; }[] } & { basic?: { expiration?: { seconds?: string | undefined; nanos?: number | undefined; }; spend_limit?: { denom?: string | undefined; amount?: string | undefined; }[] } & { spend_limit?: ({ denom?: string | undefined; amount?: string | undefined; }[] & ({ denom?: string | undefined; amount?: string | undefined; } & { denom?: string | undefined; amount?: string | undefined; } & Record<...>)[] & Record<...>) | undefined; expiration?: ({ ...; } & ... 1 more ... & Record<...>) | undefine... & Record < Exclude < keyof I [ "basic" ] , keyof <internal> . BasicAllowance > , never > ; period?: { nanos?: number ; seconds?: string } & { seconds?: string | undefined; nanos?: number | undefined; } & Record < Exclude < keyof I [ "period" ] , keyof <internal> . Duration > , never > ; period_can_spend?: { amount?: string ; denom?: string } [] & ( { amount?: string ; denom?: string } & { denom?: string | undefined; amount?: string | undefined; } & Record < Exclude < keyof I [ "period_can_spend" ] [ number ] , keyof <internal> . Coin > , never > ) [] & Record < Exclude < keyof I [ "period_can_spend" ] , keyof { amount?: string ; denom?: string } [] > , never > ; period_reset?: { nanos?: number ; seconds?: string } & { seconds?: string | undefined; nanos?: number | undefined; } & Record < Exclude < keyof I [ "period_reset" ] , keyof <internal> . Timestamp > , never > ; period_spend_limit?: { amount?: string ; denom?: string } [] & ( { amount?: string ; denom?: string } & { denom?: string | undefined; amount?: string | undefined; } & Record < Exclude < keyof I [ "period_spend_limit" ] [ number ] , keyof <internal> . Coin > , never > ) [] & Record < Exclude < keyof I [ "period_spend_limit" ] , keyof { amount?: string ; denom?: string } [] > , never > } & Record < Exclude < keyof I , keyof <internal> . PeriodicAllowance > , never > Parameters toJSON: function Parameters Returns unknown Query Module Account By Name Request Query Module Account By Name Request: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { name?: string } & { name?: string } & Record < Exclude < keyof I , "name" > , never > Parameters toJSON: function Parameters Returns unknown Readable Stream Defined in node_modules/typescript/lib/lib.dom.d.ts:11008 Readable Stream Default Reader Defined in node_modules/typescript/lib/lib.dom.d.ts:11030 Readonly Date Defined in node_modules/readonly-date/index.d.ts:58 Shared Array Buffer Defined in node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts:42 Sign Doc Sign Doc: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { account_number?: string ; auth_info_bytes?: Uint8Array ; body_bytes?: Uint8Array ; chain_id?: string } & { account_number?: string ; auth_info_bytes?: Uint8Array ; body_bytes?: Uint8Array ; chain_id?: string } & Record < Exclude < keyof I , keyof <internal> . SignDoc > , never > Parameters toJSON: function Parameters Returns unknown Timestamp Timestamp: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters Parameters toJSON: function Parameters Returns unknown Tx Raw Tx Raw: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { auth_info_bytes?: Uint8Array ; body_bytes?: Uint8Array ; signatures?: Uint8Array [] } & { auth_info_bytes?: Uint8Array ; body_bytes?: Uint8Array ; signatures?: Uint8Array [] & Uint8Array [] & Record < Exclude < keyof I [ "signatures" ] , keyof Uint8Array [] > , never > } & Record < Exclude < keyof I , keyof <internal> . TxRaw > , never > Parameters toJSON: function Parameters Returns unknown Version Version: { decode: any ; encode: any ; fromJSON: any ; fromPartial: any ; toJSON: any }
Type declaration decode: function Parameters input: Uint8Array | Reader Optional length: number encode: function fromJSON: function from Partial: function Type parameters I: { features?: string [] ; identifier?: string } & { features?: string [] & string [] & Record < Exclude < keyof I [ "features" ] , keyof string [] > , never > ; identifier?: string } & Record < Exclude < keyof I , keyof <internal> . Version > , never > Parameters toJSON: function Parameters Returns unknown Writable Stream Defined in node_modules/typescript/lib/lib.dom.d.ts:16363 Writable Stream Default Writer Defined in node_modules/typescript/lib/lib.dom.d.ts:16389
A printable address (typically bech32 encoded)