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

interface QueryDelegationResponseSDKType {
    delegation_response?: DelegationResponseSDKType;
}

Properties

delegation_response?: DelegationResponseSDKType