Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion EIPS/eip-5792.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,12 @@ type GetCapabilitiesResult = Record<`0x${string}`, <Record<string, any>>; // Hex
##### `wallet_getCapabilities` Example Parameters

```json
["0xd46e8dd67c5d32be8058bb8eb970870f07244567", ["0x2105", "0x14A34"]]
{
"id": 1,
"jsonrpc": "2.0",
"method": "wallet_getCapabilities",
"params": ["0xd46e8dd67c5d32be8058bb8eb970870f07244567", ["0x2105", "0x14A34"]]
}
```

##### `wallet_getCapabilities` Example Return Value
Expand Down
Loading
Loading