tech.lenooby09.atbloons.transferAcknowledgement

lenooby09.twinkers.online

Documentation

Acknowledges one counterpart repository copy of an identical multisig transfer.

main record

Acknowledges one counterpart repository copy of an identical multisig transfer.

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",
      "ownTransfer",
      "counterpartTransfer"
    ],
    "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
      },
      "ownTransfer": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "protocolVersion": {
        "type": "string",
        "maxLength": 64,
        "knownValues": [
          "v2"
        ]
      },
      "counterpartTransfer": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      }
    }
  },
  "description": "Acknowledges one counterpart repository copy of an identical multisig transfer."
}

Lexicon Garden

@