getErc1155Tokens

Description

This endpoint is used to get all tokens in a contract.

public getErc1155Tokens(chain: VyChain, contractAddress: string, query?: VyQuery_GetErc1155Tokens) : VyPromise<VyErc1155TokenDto[]>

Parameters

chain

The blockchain of the contract.

contractAddress

string

The contract address whose tokens you want to fetch.

query (optional)

Query to filter the operation results

Returns

VyPromise<VyErc1155TokenDto[]>

Last updated