gradido/docu/other/api interfaces/sample-blockchain.json
Ulf Gebhardt 610971f5d3
included existing docu
transformed a lot of odt & txt files to md format
2021-04-16 22:08:51 +02:00

32 lines
956 B
JSON

[
{
"transaction": {
"version_number": 1,
"signature": {
"pubkey": "00000000000000000000000000000000",
"signature": "00000000000000000000000000000000"
},
"signature_count": 1,
"hedera_transaction": {
"consensusTimestamp": {
"seconds": 7,
"nanos": 11,
},
"runningHash": "00000000000000000000000000000000",
"sequenceNumber": 13,
"runningHashVersion": 3
},
"transaction_type": "GRADIDO_CREATION",
"gradido_creation": {
"user": "00000000000000000000000000000000",
"new_balance": 100,
"prev_transfer_rec_num": 0,
"amount": 100
},
"result": result,
"parts": 1,
"memo": ""
}
}
]