tech.lenooby09.atbloons.transfer

lenooby09.twinkers.online

{
  "id": "tech.lenooby09.atbloons.transfer",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "networkId",
          "protocolVersion",
          "genesisHash",
          "createdAt",
          "inputs",
          "recipientDid",
          "amount",
          "senderEpoch",
          "recipientEpoch"
        ],
        "properties": {
          "amount": {
            "type": "string",
            "maxLength": 78,
            "minLength": 1
          },
          "change": {
            "type": "string",
            "maxLength": 78,
            "minLength": 1
          },
          "inputs": {
            "type": "array",
            "items": {
              "ref": "#outputRef",
              "type": "ref"
            },
            "maxLength": 1024,
            "minLength": 1
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "networkId": {
            "type": "string",
            "maxLength": 64,
            "minLength": 3
          },
          "genesisHash": {
            "type": "string",
            "maxLength": 64,
            "minLength": 64
          },
          "senderEpoch": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "recipientDid": {
            "type": "string",
            "format": "did"
          },
          "recipientEpoch": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "protocolVersion": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "v0"
            ]
          }
        }
      },
      "description": "Consumes finalized value outputs to transfer value and optionally return change to the sender."
    },
    "outputRef": {
      "type": "object",
      "required": [
        "sourceKind",
        "source",
        "index"
      ],
      "properties": {
        "index": {
          "type": "integer",
          "minimum": 0
        },
        "source": {
          "type": "string",
          "maxLength": 256,
          "minLength": 21
        },
        "sourceKind": {
          "type": "string",
          "maxLength": 64,
          "knownValues": [
            "GENESIS",
            "TRANSFER"
          ]
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.lenooby09.atbloons.transfer

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xocoka6dmx74ciqskczoh6ci
CID
bafyreigge4eikj63mbra32zclgpwveo2oyitvlzoabpjlhqo5swsmdsv64
Indexed At
2026-07-16 14:11 UTC
AT-URI
at://did:plc:xocoka6dmx74ciqskczoh6ci/com.atproto.lexicon.schema/tech.lenooby09.atbloons.transfer

Lexicon Garden

@