@nevermined-io/payments
    Preparing search index...

    Interface DelegationListResponse

    Paginated list of delegations returned by the API.

    interface DelegationListResponse {
        delegations: DelegationSummary[];
        offset: number;
        page: number;
        totalResults: number;
    }
    Index

    Properties

    delegations: DelegationSummary[]
    offset: number
    page: number
    totalResults: number