GetErc1155Tokens
This endpoint is used to get all tokens in a contract.
void GetErc1155Tokens(EVyChain Chain, FString ContractAddress, const FVyQuery_GetErc1155Tokens& Query, const FVyOnGetErc1155TokensComplete& OnComplete) const;Parameters
ContractAddress
FString
The contract address whose tokens you want to fetch.
OnComplete
FVyOnGetErc1155TokensComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetErc1155TokensComplete) Contains a TArray<FVyErc1155TokenDto> response type
Last updated