UpdateWalletType
Updates the wallet type for a specific wallet identified by its ID.
public static VyTask<VyTaskVoid> UpdateWalletType(string id, VyUpdateWalletTypeRequest reqParams)
Path Parameters
Returns
VyTask<VyTaskVoid> A task representing the asynchronous operation with no result.
Last updated