RarimoQuerier: {
    getAccount(address, cosmosRequestContext?) => Promise<Account>;
    getAllBalances(address, cosmosRequestContext?) => Promise<Coin[]>;
    getDelegation(delegator, validator, cosmosRequestContext?) => Promise<DelegationResponse>;
    getDelegationRewards(delegator, validator, cosmosRequestContext?) => Promise<Coin[]>;
    getGovParams(paramType, cosmosRequestContext?) => Promise<GovParams>;
    getGrantAuthorizationsByGrantee(grantee, cosmosRequestContext?) => Promise<GrantAuthorization[]>;
    getIdentityNodeByKey(key, cosmosRequestContext?) => Promise<IdentityNode>;
    getMerkleProof(id, cosmosRequestContext?) => Promise<MerkleProof>;
    getNodeStatus(cosmosRequestContext?) => Promise<NodeInfo>;
    getOperation(index, cosmosRequestContext?) => Promise<Operation>;
    getOperationProof(index, cosmosRequestContext?) => Promise<OperationProof>;
    getProposal(proposalId, cosmosRequestContext?) => Promise<Proposal>;
    getState(id, cosmosRequestContext?) => Promise<StateInfo>;
}

Type declaration

Generated using TypeDoc