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

    Interface GetUndelegationsResponse

    interface GetUndelegationsResponse {
        pagination: { next_key: string; total: string };
        unbonding_responses: UndelegationResponse[];
    }
    Index

    Properties

    pagination: { next_key: string; total: string }
    unbonding_responses: UndelegationResponse[]