CreateWallet
This endpoint is used to create a wallet.
Last updated
This endpoint is used to create a wallet.
Last updated
public static VyTask<VyWalletDto> CreateWallet(VyCreateApiWalletRequest reqParams, VyUserAuth signingMethod)
Parameters
reqParams
Request data for the operation
signingMethod
This operation requires a valid Signing-Method from the corresponding user
Returns
VyTask<VyWalletDto> Wallet created successfully.