diff --git a/src/types/multichainApi.ts b/src/types/multichainApi.ts index 16b5c7d..2a41643 100644 --- a/src/types/multichainApi.ts +++ b/src/types/multichainApi.ts @@ -33,7 +33,7 @@ export type MultichainApiClient = { * Revokes the current session and disconnects from the wallet * * @param params - Session revoke parameters - * @param params.sessionScopes - Scopes that may be passed to partially revoke permission granted by the wallet + * @param params.scopes - Scopes that may be passed to partially revoke permission granted by the wallet * @returns A promise that resolves when the session is revoked */ revokeSession: MultichainApi['wallet_revokeSession']; @@ -85,7 +85,7 @@ export type CreateSessionParams = { // wallet_revokeSession params export type RevokeSessionParams = { - sessionScopes?: Scope[]; + scopes?: Scope[]; }; // wallet_invokeMethod params