Consumes finalized value outputs to transfer value and optionally return change to the sender.
Record Key
tid
Timestamp-based ID
Properties
amount
string
Required
No description available.
maxLength: 78 bytesminLength: 1 byteschange
string
Optional
No description available.
maxLength: 78 bytesminLength: 1 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
genesisHash
string
Required
No description available.
maxLength: 64 bytesminLength: 64 bytesinputs
array
of
ref
#outputRef
Required
No description available.
maxLength: 1024 itemsminLength: 1 itemsnetworkId
string
Required
No description available.
maxLength: 64 bytesminLength: 3 bytesprotocolVersion
string
Required
No description available.
maxLength: 64 bytesKnown values:
v0recipientDid
string
did
Required
A decentralized identifier (DID).
recipientEpoch
ref
com.atproto.repo.strongRef
Required
No description available.
senderEpoch
ref
com.atproto.repo.strongRef
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"networkId",
"protocolVersion",
"genesisHash",
"createdAt",
"inputs",
"recipientDid",
"amount",
"senderEpoch",
"recipientEpoch"
],
"properties": {
"amount": {
"type": "string",
"maxLength": 78,
"minLength": 1
},
"change": {
"type": "string",
"maxLength": 78,
"minLength": 1
},
"inputs": {
"type": "array",
"items": {
"ref": "#outputRef",
"type": "ref"
},
"maxLength": 1024,
"minLength": 1
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"networkId": {
"type": "string",
"maxLength": 64,
"minLength": 3
},
"genesisHash": {
"type": "string",
"maxLength": 64,
"minLength": 64
},
"senderEpoch": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"recipientDid": {
"type": "string",
"format": "did"
},
"recipientEpoch": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"protocolVersion": {
"type": "string",
"maxLength": 64,
"knownValues": [
"v0"
]
}
}
},
"description": "Consumes finalized value outputs to transfer value and optionally return change to the sender."
}