autoConnect

function autoConnect(
props: AutoConnectProps & { wallets?: Array<Wallet> },
): Promise<boolean>;

Parameters

The auto-connect configuration properties

Type

let props: AutoConnectProps & { wallets?: Array<Wallet> };

Returns

let returnType: Promise<boolean>;

a promise resolving to true or false depending on whether the auto connect function connected to a wallet or not