UpdateErc1155ContractOwner
void UpdateErc1155ContractOwner(EVyChain Chain, FString ContractAddress, const FVyUpdateErc1155ContractOwnerRequest& Params, const FVyOnUpdateErc1155ContractOwnerComplete& OnComplete) const;Last updated
This endpoint is used to update the owner of an NFT contract. The updated owner will have admin rights on the contract.
void UpdateErc1155ContractOwner(EVyChain Chain, FString ContractAddress, const FVyUpdateErc1155ContractOwnerRequest& Params, const FVyOnUpdateErc1155ContractOwnerComplete& OnComplete) const;Parameters
ContractAddress
FString
The contract address.
Params
Parameters for this operation (FVyUpdateErc1155ContractOwnerRequest)
OnComplete
FVyOnUpdateErc1155ContractOwnerComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnUpdateErc1155ContractOwnerComplete) Contains a FVyTransactionHashResultDto response type
Last updated