Lit Protocol · Schema

NewAccountResponse

Web3Key ManagementMPCProgrammable KeysLit Actions

Properties

Name Type Description
api_key string
wallet_address string
View JSON Schema on GitHub

JSON Schema

lit-protocol-newaccountresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NewAccountResponse",
  "title": "NewAccountResponse",
  "type": "object",
  "required": [
    "api_key",
    "wallet_address"
  ],
  "properties": {
    "api_key": {
      "type": "string"
    },
    "wallet_address": {
      "type": "string"
    }
  }
}