ArchiveErc1155Token
Description
This endpoint is used to archive a token by tokenId
. The archived token will continue to exist on-chain but it will not be returned in API calls anymore.
void ArchiveErc1155Token(const EVyChain& chain, const FString& contractAddress, const int& tokenId) const
Parameters
contractAddress
FString
The token's contract address.
tokenId
int
The `Id` of the token you want to archive.
Last updated