mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
* feat: ingestion for TenureChange and NakamotoCoinbase tx types * fix: add new tx fields to batch tx insert query * chore: bump stacks-encoding-native-js * test: fix flaky socket-io timeout test
14 lines
313 B
JSON
14 lines
313 B
JSON
{
|
|
"type": "object",
|
|
"title": "TenureChangeTransaction",
|
|
"description": "Describes representation of a Type 7 Stacks transaction: Tenure Change",
|
|
"allOf": [
|
|
{
|
|
"$ref": "./abstract-transaction.schema.json"
|
|
},
|
|
{
|
|
"$ref": "./transaction-7-tenure-change-metadata.schema.json"
|
|
}
|
|
]
|
|
}
|