Querier: {
    auth: SecretJS.Query.AuthQuerier;
    authz: SecretJS.Query.AuthzQuerier;
    bank: SecretJS.Query.BankQuerier;
    compute: SecretJS.Query.ComputeQuerier;
    distribution: SecretJS.Query.DistributionQuerier;
    emergency_button: SecretJS.Query.EmergencyButtonQuerier;
    evidence: SecretJS.Query.EvidenceQuerier;
    feegrant: SecretJS.Query.FeegrantQuerier;
    getTx: ((hash, ibcTxOptions?) => Promise<SecretJS.TxResponse | null>);
    gov: SecretJS.Query.GovQuerier;
    ibc_channel: SecretJS.Query.IbcChannelQuerier;
    ibc_client: SecretJS.Query.IbcClientQuerier;
    ibc_connection: SecretJS.Query.IbcConnectionQuerier;
    ibc_fee: IbcFeeQuerier;
    ibc_iterchain_accounts_controller: IbcInterchainAccountsControllerQuerier;
    ibc_iterchain_accounts_host: IbcInterchainAccountsHostQuerier;
    ibc_packet_forward: IbcPacketForwardQuerier;
    ibc_transfer: SecretJS.Query.IbcTransferQuerier;
    mauth: SecretJS.Query.MauthQuerier;
    mint: SecretJS.Query.MintQuerier;
    node: SecretJS.Query.NodeQuerier;
    params: SecretJS.Query.ParamsQuerier;
    registration: SecretJS.Query.RegistrationQuerier;
    slashing: SecretJS.Query.SlashingQuerier;
    snip1155: Snip1155Querier;
    snip20: SecretJS.Snip20Querier;
    snip721: SecretJS.Snip721Querier;
    staking: SecretJS.Query.StakingQuerier;
    tendermint: SecretJS.Query.TendermintQuerier;
    txsQuery: ((query, ibcTxOptions?, pagination?, order_by?) => Promise<SecretJS.TxResponse[]>);
    upgrade: SecretJS.Query.UpgradeQuerier;
}

Type declaration

Generated using TypeDoc