bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface GetDelegationsResponse

    interface GetDelegationsResponse {
        delegation_responses: DelegationResponse[];
        pagination: { next_key: string; total: number };
    }
    Index

    Properties

    delegation_responses: DelegationResponse[]
    pagination: { next_key: string; total: number }