GetWallets
Retrieves an array of VyWalletDto objects.
public static VyTask<VyWalletDto[]> GetWallets(VyQuery_GetWallets query = null)
Path Parameters
Returns
VyTask<VyWalletDto[]> A task that represents the asynchronous operation. The task result contains an array of VyWalletDto objects.
Last updated