@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias GetNumberOfDelegatorsQuery

    type GetNumberOfDelegatorsQuery = {
        num_active_delegator_per_pool: {
            num_active_delegator?: any | null;
            pool_address?: string | null;
        }[];
    }
    Index

    Properties

    num_active_delegator_per_pool: {
        num_active_delegator?: any | null;
        pool_address?: string | null;
    }[]