QueryDelegationResponse is response type for the Query/Delegation RPC method.

interface QueryDelegationResponseAmino {
    delegation_response?: DelegationResponseAmino;
}

Properties

delegation_response?: DelegationResponseAmino

delegation_responses defines the delegation info of a delegation.