Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 277 Bytes

Extention communication

sequenceDiagram
    Popup->>Content: GET_ACCOUNT
    Content->>Injected: GET_ACCOUNT
    Injected->>Wallet: GET_ACCOUNT
    Wallet-->>Injected: SEND_ACCOUNT
    Injected-->>Content: SEND_ACCOUNT
    Content -->>  Popup: SEND_ACCOUNT
Loading