CreateWallet
Description
Creates a new wallet for an existing user with a configured signing method.
Prerequisites:
User must be created to which the wallet will be linked
User must have at least one configured signing method (used to authenticate wallet creation)
public static VyTask<VyWalletDto> CreateWallet(VyCreateWalletRequest reqParams, VyUserAuth signingMethod)Parameters
signingMethod
VyUserAuth
This operation requires a valid Signing-Method from the corresponding user
Returns
VyTask<VyWalletDto> Wallet created successfully.
Last updated