Interface QueryValidatorDelegationsResponseSDKType

QueryValidatorDelegationsResponse is response type for the Query/ValidatorDelegations RPC method

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

Properties

delegation_responses: DelegationResponseSDKType[]
pagination?: PageResponseSDKType