UpdateMetadata

Updates the metadata of a wallet identified by its ID.

Server Authoritative (default)

public static VyTask<VyWalletDto> UpdateMetadata(string id, VyUpdateWalletMetadataRequest reqParams)

Path Parameters

reqParams

The request parameters containing the updated metadata.

Returns

VyTask<VyWalletDto> A task that represents the asynchronous operation. The task result contains the updated wallet metadata.

Last updated