We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9939d3 commit 6a9350dCopy full SHA for 6a9350d
packages/sdk/src/providers/gno-wallet/gno-wallet.ts
@@ -18,7 +18,6 @@ import {
18
GetAccountResponse,
19
GetNetworkResponse,
20
IsConnectedResponse,
21
- OnChangeAccountOptions,
22
OnChangeAccountResponse,
23
OnChangeNetworkOptions,
24
OnChangeNetworkResponse,
@@ -189,7 +188,7 @@ export class GnoWalletProvider implements TM2WalletProvider {
189
188
return makeResponseMessage(WalletResponseSuccessType.TRANSACTION_SUCCESS, transactionResult);
190
}
191
192
- onChangeAccount(options: OnChangeAccountOptions): OnChangeAccountResponse {
+ onChangeAccount(): OnChangeAccountResponse {
193
throw new Error('not supported');
194
195
0 commit comments