tech.lenooby09.atbloons.multisigRecoveryBallot

lenooby09.twinkers.online

Documentation

Selects one multisig policy recovery candidate for a validator recovery slot.

main record

Selects one multisig policy recovery candidate for a validator recovery slot.

Record Key tid Timestamp-based ID

Properties

accountDid string did Required

A decentralized identifier (DID).

candidatePolicies array of ref com.atproto.repo.strongRef Required

No description available.

maxLength: 1024 itemsminLength: 1 items
createdAt string datetime Required

An RFC 3339 formatted timestamp.

genesisHash string Required

No description available.

maxLength: 64 bytesminLength: 64 bytes
networkId string Required

No description available.

maxLength: 64 bytesminLength: 3 bytes
previousPolicies array of ref com.atproto.repo.strongRef Required

No description available.

maxLength: 1024 itemsminLength: 1 items
protocolVersion string Required

No description available.

maxLength: 64 bytes
Known values: v2
revision integer Required

No description available.

minimum: 1
round integer Required

No description available.

minimum: 1
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "networkId",
      "protocolVersion",
      "genesisHash",
      "createdAt",
      "accountDid",
      "revision",
      "previousPolicies",
      "electorateEpoch",
      "round",
      "candidatePolicies",
      "selectedPolicy"
    ],
    "properties": {
      "round": {
        "type": "integer",
        "minimum": 1
      },
      "revision": {
        "type": "integer",
        "minimum": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "networkId": {
        "type": "string",
        "maxLength": 64,
        "minLength": 3
      },
      "accountDid": {
        "type": "string",
        "format": "did"
      },
      "genesisHash": {
        "type": "string",
        "maxLength": 64,
        "minLength": 64
      },
      "selectedPolicy": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "electorateEpoch": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "protocolVersion": {
        "type": "string",
        "maxLength": 64,
        "knownValues": [
          "v2"
        ]
      },
      "previousPolicies": {
        "type": "array",
        "items": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "maxLength": 1024,
        "minLength": 1
      },
      "candidatePolicies": {
        "type": "array",
        "items": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "maxLength": 1024,
        "minLength": 1
      }
    }
  },
  "description": "Selects one multisig policy recovery candidate for a validator recovery slot."
}

Lexicon Garden

@