CreateWallet
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)
void CreateWallet(const FVyUserAuth& SigningMethod, const FVyCreateWalletRequest& Params, const FVyOnCreateWalletComplete& OnComplete) const;Parameters
SigningMethod
FVyUserAuth
The Id and Value of one of the user's registered signing-methods
OnComplete
FVyOnCreateWalletComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnCreateWalletComplete) Contains a FVyWalletDto response type
Last updated