GetWalletEvents

Retrieves an array of wallet events for a given wallet ID.

Client Authoritative (default)

public static VyTask<VyWalletEventDto[]> GetWalletEvents(string walletId)

Path Parameters

Returns

VyTask<VyWalletEventDto[]> An asynchronous task that returns an array of VyWalletEventDto objects representing the wallet events.

Last updated