Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.07 KB

File metadata and controls

26 lines (21 loc) · 1.07 KB
description sidebar_position tags
See the Keyring API reference.
7
Keyring API

Keyring API

This section provides a detailed reference on the Keyring API methods, objects, and events that enable custom EVM accounts. The Keyring API consists of:

  • Account Management API - An API for dapps to communicate with account management Snaps. Dapps can manage accounts and signature requests using this API.
  • Chain Methods API - An API that contains chain-specific EVM methods that account management Snaps can choose to implement to support dapp requests from custom accounts.

:::tip See also