tech.lenooby09.atbloons.multisigPolicy

lenooby09.twinkers.online

Documentation

Proposes a complete immutable signer policy for a DID-owned account.

main record

Proposes a complete immutable signer policy for a DID-owned account.

Record Key tid Timestamp-based ID

Properties

accountDid string did Required

A decentralized identifier (DID).

activation string Required

No description available.

maxLength: 64 bytes
Known values: NORMAL, RECOVERY
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
proposerDid string did Required

A decentralized identifier (DID).

protocolVersion string Required

No description available.

maxLength: 64 bytes
Known values: v2
recoveryRound integer Optional

No description available.

minimum: 1
revision integer Required

No description available.

minimum: 0
signerDids array of string did Required

No description available.

maxLength: 1024 items
state string Required

No description available.

maxLength: 64 bytes
Known values: ENABLED, DISABLED
threshold integer Required

No description available.

minimum: 1maximum: 1025
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "networkId",
      "protocolVersion",
      "genesisHash",
      "createdAt",
      "accountDid",
      "proposerDid",
      "revision",
      "previousPolicies",
      "state",
      "signerDids",
      "threshold",
      "activation"
    ],
    "properties": {
      "state": {
        "type": "string",
        "maxLength": 64,
        "knownValues": [
          "ENABLED",
          "DISABLED"
        ]
      },
      "revision": {
        "type": "integer",
        "minimum": 0
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "networkId": {
        "type": "string",
        "maxLength": 64,
        "minLength": 3
      },
      "threshold": {
        "type": "integer",
        "maximum": 1025,
        "minimum": 1
      },
      "accountDid": {
        "type": "string",
        "format": "did"
      },
      "activation": {
        "type": "string",
        "maxLength": 64,
        "knownValues": [
          "NORMAL",
          "RECOVERY"
        ]
      },
      "signerDids": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "did"
        },
        "maxLength": 1024
      },
      "genesisHash": {
        "type": "string",
        "maxLength": 64,
        "minLength": 64
      },
      "proposerDid": {
        "type": "string",
        "format": "did"
      },
      "recoveryRound": {
        "type": "integer",
        "minimum": 1
      },
      "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
      }
    }
  },
  "description": "Proposes a complete immutable signer policy for a DID-owned account."
}

Lexicon Garden

@