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
-
getAccount:function
- getAccount(address, cosmosRequestContext?): Promise<Account>
-
Returns Promise<Account>
-
getAllBalances:function
- getAllBalances(address, cosmosRequestContext?): Promise<Coin[]>
-
Returns Promise<Coin[]>
-
getDelegation:function
- getDelegation(delegator, validator, cosmosRequestContext?): Promise<DelegationResponse>
-
Parameters
-
delegator: string
-
validator: string
-
-
getDelegationRewards:function
- getDelegationRewards(delegator, validator, cosmosRequestContext?): Promise<Coin[]>
-
Parameters
-
delegator: string
-
validator: string
-
Returns Promise<Coin[]>
-
getGovParams:function
- getGovParams(paramType, cosmosRequestContext?): Promise<GovParams>
-
-
getGrantAuthorizationsByGrantee:function
- getGrantAuthorizationsByGrantee(grantee, cosmosRequestContext?): Promise<GrantAuthorization[]>
-
-
getIdentityNodeByKey:function
- getIdentityNodeByKey(key, cosmosRequestContext?): Promise<IdentityNode>
-
-
getMerkleProof:function
- getMerkleProof(id, cosmosRequestContext?): Promise<MerkleProof>
-
-
getNodeStatus:function
- getNodeStatus(cosmosRequestContext?): Promise<NodeInfo>
-
Returns Promise<NodeInfo>
-
getOperation:function
- getOperation(index, cosmosRequestContext?): Promise<Operation>
-
-
getOperationProof:function
- getOperationProof(index, cosmosRequestContext?): Promise<OperationProof>
-
-
getProposal:function
- getProposal(proposalId, cosmosRequestContext?): Promise<Proposal>
-
Returns Promise<Proposal>
-
getState:function
- getState(id, cosmosRequestContext?): Promise<StateInfo>
-