Interface iGetCollectionOwnersSuccessResponse<T>

interface iGetCollectionOwnersSuccessResponse<T extends NumberType> {
    owners: iBalanceDoc<T>[];
    pagination: PaginationInfo;
}

Type Parameters

Implemented by

Properties

Properties

owners: iBalanceDoc<T>[]
pagination: PaginationInfo
MMNEPVFCICPMFPCPTTAAATR