Lit Protocol · Schema

CreateWalletResponse

Web3Key ManagementMPCProgrammable KeysLit Actions

Properties

Name Type Description
wallet_address string
View JSON Schema on GitHub

JSON Schema

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