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 static VyTask<VyWalletDto> ImportWallet(VyArbitrumPrivateKeyImportDto reqParams, VyAuthSigningMethod signingMethod)

Parameters

reqParams

Request data for the operation

signingMethod

VyAuthSigningMethod

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

Returns

VyTask<VyWalletDto>

Last updated