Methods
connect
connect(provider: string, options: any): Promise<AccountType|undefined>disconnect
disconnect(fromWallet: string, options?: any): voidforgetAccount
forgetAccount(account: AccountType): voidgetAccountIdenticon
This method generates a `<canvas>` HTML element to display the account identicon (aka avatar) of the public key.
It can be used with an account hash to display the hash ('#') symbol instead of a public key identicon.
On React, the `<AccountIdenticon>` component is available to wrap the call to this method.
### getActiveAccount
```typescript
getActiveAccount(): AccountType | null getActiveAccountAsync
getActivePublicKey
getProviderInfo
getSignInOptions
init
isConnected
isProviderPresent
isUnlocked
send
sign
signIn
signInWithAccount
signMessage
signOut
switchAccount
Last updated

