Interface QueryDelegatorDelegationsResponseSDKType

QueryDelegatorDelegationsResponse is response type for the Query/DelegatorDelegations RPC method.

interface QueryDelegatorDelegationsResponseSDKType {
    delegation_responses: DelegationResponseSDKType[];
    pagination?: PageResponseSDKType;
}

Properties

delegation_responses: DelegationResponseSDKType[]
pagination?: PageResponseSDKType