Skip to content

Latest commit

 

History

History
executable file
·
28 lines (26 loc) · 371 Bytes

File metadata and controls

executable file
·
28 lines (26 loc) · 371 Bytes

UluOS Service Contract

Success

{
  "ok": true,
  "service": "core",
  "operation": "getAccount",
  "data": {},
  "meta": {
    "requestId": "req_123",
    "durationMs": 12
  }
}

Error

{
  "ok": false,
  "service": "wallet",
  "operation": "sign",
  "error": {
    "code": "SIGNER_NOT_FOUND",
    "message": "Signer does not exist"
  }
}