GetErc1155Tokens

Description

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

void GetErc1155Tokens(const EVyChain& chain, const FString& contractAddress, const FVyQuery_GetErc1155Tokens& query) const

Parameters

chain

The blockchain of the contract.

contractAddress

FString

The contract address whose tokens you want to fetch.

query (optional)

Query to filter the operation results

Returns

void

Last updated