UNPKG

@venly/connect

Version:

Venly Connect SDK

11 lines (10 loc) 477 B
import { ConfirmationRequestType } from '../ConfirmationRequestType'; import { ConfirmationRequest } from '../ConfirmationRequest'; import { SecretType } from '../SecretType'; export declare class ImportWalletRequest implements ConfirmationRequest { walletId: string; to: SecretType; readonly confirmationRequestType: ConfirmationRequestType; static fromData(data: ImportWalletRequest): ImportWalletRequest; constructor(walletId: string, to: SecretType); }