GetWallet
Retrieves a wallet with the specified ID.
public static VyTask<VyWalletDto> GetWallet(string id, VyQuery_GetWallet query = null)
Path Parameters
Returns
VyTask<VyWalletDto> An asynchronous task that returns a VyWalletDto object representing the retrieved wallet.
Last updated