UNPKG

@metamask/keyring-api

Version:
8 lines 181 B
/** * Context used by a Keyring implementation. */ export type KeyringExecutionContext = { /** The chain ID. */ chainId: string; }; //# sourceMappingURL=contexts.d.cts.map