UpdateErc1155TokenTypeMetadata

This endpoint is used to update the metadata of a token-type.

void UpdateErc1155TokenTypeMetadata(EVyChain Chain, FString ContractAddress, int TokenTypeId, const FVyUpdateErc1155TokenTypeMetadataRequest& Params, const FVyOnUpdateErc1155TokenTypeMetadataComplete& OnComplete) const;

Parameters

Chain

The blockchain of the contract.

ContractAddress

FString

The contract address.

TokenTypeId

int

The `id` of the token-type whose metadata you want to update.

Params

Parameters for this operation (FVyUpdateErc1155TokenTypeMetadataRequest)

OnComplete

FVyOnUpdateErc1155TokenTypeMetadataComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnUpdateErc1155TokenTypeMetadataComplete) Contains a FVyMetadataDto response type

Last updated