interface WalletHookParams {
    mnemonic?: string;
    path?: string;
    required?: boolean;
    seed?: string | Uint8Array;
    wallet?: null | WalletInstance;
}

Properties

mnemonic?: string
path?: string
required?: boolean
seed?: string | Uint8Array
wallet?: null | WalletInstance