importWallet

This endpoint is used to import a wallet. Read more about [how to import a wallet](https:\//docs.venly.io/docs/import-a-wallet).

public importWallet(reqParams: VyWalletImportRequestOneOf, signingMethod: VyUserAuth) : VyPromise<VyWalletDto>

Parameters

reqParams

Request data for the operation

signingMethod

This operation requires a valid Signing-Method from the corresponding user

Returns

VyPromise<VyWalletDto> Wallet imported successfully.

Last updated