tech.lenooby09.atbloons.multisigPolicyApproval

lenooby09.twinkers.online

Documentation

Acknowledges an exact multisig policy proposal from the approving DID's repository.

main record

Acknowledges an exact multisig policy proposal from the approving DID's repository.

Record Key tid Timestamp-based ID

Properties

accountDid string did Required

A decentralized identifier (DID).

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
protocolVersion string Required

No description available.

maxLength: 64 bytes
Known values: v2
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "networkId",
      "protocolVersion",
      "genesisHash",
      "createdAt",
      "accountDid",
      "policy"
    ],
    "properties": {
      "policy": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "networkId": {
        "type": "string",
        "maxLength": 64,
        "minLength": 3
      },
      "accountDid": {
        "type": "string",
        "format": "did"
      },
      "genesisHash": {
        "type": "string",
        "maxLength": 64,
        "minLength": 64
      },
      "protocolVersion": {
        "type": "string",
        "maxLength": 64,
        "knownValues": [
          "v2"
        ]
      }
    }
  },
  "description": "Acknowledges an exact multisig policy proposal from the approving DID's repository."
}

Lexicon Garden

@