interface WalletsHookParams {
    paths: string[];
    wallet?: null | WalletInstance;
}

Properties

Properties

paths: string[]
wallet?: null | WalletInstance