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).
counterpartTransfer
ref
com.atproto.repo.strongRef
Required
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
genesisHash
string
Required
No description available.
maxLength: 64 bytesminLength: 64 bytesnetworkId
string
Required
No description available.
maxLength: 64 bytesminLength: 3 bytesownTransfer
ref
com.atproto.repo.strongRef
Required
No description available.
policy
ref
com.atproto.repo.strongRef
Required
No description available.
protocolVersion
string
Required
No description available.
maxLength: 64 bytesKnown values:
v2View 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."
}