ListCollectionsResult

interface ListCollectionsResult {
    result: blockchainData.Types.Collection[];
    page: blockchainData.Types.Page;
}

Properties

Properties

List of collections

ListCollectionsResult

ListCollectionsResult