Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/wallet-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Basic functions of wallets (BaseDotsamaWallet):
- `wallet.enable(): Promise<void>`: Enable wallet with your url by authentication popup in the first time and any time before use another wallet functions.
- `wallet.getAccounts(): WalletAccount[]`: Get all account of the wallet.
- `wallet.subscribeAccounts(callback): UnsubscribeFn`: Get and subscribe account changes. This will return self unsubscribe function.
- `wallet.extention`: Return `InjectExtension` object that is provided wallet extension. You can found all extension interface in package `@polkadot/extension-inject`. We also make quick access of extension with these props:
- `wallet.extension`: Return `InjectExtension` object that is provided wallet extension. You can found all extension interface in package `@polkadot/extension-inject`. We also make quick access of extension with these props:
- `wallet.signer`: Quick access of `wallet.extension.signer`
- `wallet.metadata`: Quick access of `wallet.extension.metadata`
- `wallet.provider`: Quick access of `wallet.extension.provider`