ListTokensResult

interface ListTokensResult {
    result: Token[];
    page: blockchainData.Types.Page;
}

Properties

Properties

result: Token[]

List of tokens

ListTokensResult

ListTokensResult