ripple-lib
Version:
Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html
13 lines (12 loc) • 358 B
JSON
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "tx-json",
"link": "https://xrpl.org/transaction-formats.html",
"description": "An object in rippled txJSON format",
"type": "object",
"properties": {
"Account": {"$ref": "address"},
"TransactionType": {"type": "string"}
},
"required": ["Account", "TransactionType"]
}