mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-03-02 15:00:40 +00:00
* feat: KeycardContextV2 * feat: ApplicationInfoV2 with string version * feat: rpc service * feat: http server for the session API * feat: ensure api mutual exclusivity * chore: go mod tidy
8 lines
141 B
HTTP
8 lines
141 B
HTTP
# @name ExportRecoverKeys
|
|
POST {{address}}/rpc
|
|
|
|
{
|
|
"id": "{{$random.uuid}}",
|
|
"method": "keycard.ExportRecoverKeys",
|
|
"params": []
|
|
} |