UpdateWalletType

Updates the wallet type for a specific wallet identified by its ID.

Server Authoritative (default)

public static VyTask<VyTaskVoid> UpdateWalletType(string id, VyUpdateWalletTypeRequest reqParams)

Path Parameters

reqParams

The request parameters containing the new wallet type.

Returns

VyTask<VyTaskVoid> A task representing the asynchronous operation with no result.

Last updated