{"version":3,"file":"invoke-keyring.cjs","sourceRoot":"","sources":["../../../src/types/methods/invoke-keyring.ts"],"names":[],"mappings":"","sourcesContent":["import type { Json } from '@metamask/utils';\n\nimport type { InvokeSnapParams } from './invoke-snap';\n\n/**\n * The request to send to the Snap.\n *\n * @property snapId - The ID of the snap to invoke.\n * @property request - The JSON-RPC request to send to the Snap.\n */\nexport type InvokeKeyringParams = InvokeSnapParams;\n\n/**\n * The result returned by the Snap. The structure of this result will depend on\n * the specific method that was called on the Snap, and is not defined by the\n * API.\n */\nexport type InvokeKeyringResult = Json;\n"]}