{"version":3,"file":"revoke-session.mjs","sourceRoot":"","sources":["../../../../src/types/methods/multichain/revoke-session.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * The request parameters for the `wallet_revokeSession` method.\n *\n * @property scopes - The scopes to revoke.\n */\nexport type RevokeSessionParams = {\n  scopes?: string[];\n};\n\n/**\n * The result returned for the `wallet_revokeSession` method.\n */\nexport type RevokeSessionResult = true;\n"]}