Last active
November 14, 2025 17:45
-
-
Save olegpetroveth/b63057a904beb8b1689b2eaab721ecc0 to your computer and use it in GitHub Desktop.
ZCash Payloads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cHNidP8BAIYFAACACienJrTQ1sIAAAAAAAAAAAF7kIYWQuvY6o/h3GLbeeIDyNEN+LdbYCGbiCshWMMOpQAAAAAA/////wJAS0wAAAAAABl2qRSUFqidZFfKTYjGRnZnsaROOV0WE4istlICAAAAAAAZdqkUUDCjBMlkz1XM/ehPWQp3PQY2Bb6IrAAAAAABASJiIk8AAAAAABl2qRRQMKMEyWTPVcz96E9ZCnc9BjYFvoisAAAA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "result": { | |
| "txid": "7b0d01a1729b0ffaf28430dab760dff23d3e0e8550655877e0c58493198c930f", | |
| "authdigest": "08354de45f60a3e8bb6682c4b445d63c3d5fc51a67e482c0207db06c80ef8386", | |
| "size": 100, | |
| "overwintered": true, | |
| "version": 5, | |
| "versiongroupid": "26a7270a", | |
| "locktime": 0, | |
| "expiryheight": 3134835, | |
| "hex": "050000800a27a7265510e7c80000000073d52f000100000000000000000000000000000000000000ac88ed1f4b1fa9126c6d4370750000000000ffffffff01404b4c00000000001976a9143592e58f1f46f7beebbefeeb4ab94d8f1802954d88ac000000", | |
| "vin": [ | |
| { | |
| "txid": "7570436d6c12a91f4b1fed88ac00000000000000000000000000000000000000", | |
| "vout": 0, | |
| "scriptSig": { | |
| "asm": "", | |
| "hex": "" | |
| }, | |
| "sequence": 4294967295 | |
| } | |
| ], | |
| "vout": [ | |
| { | |
| "value": 0.05000000, | |
| "valueZat": 5000000, | |
| "valueSat": 5000000, | |
| "n": 0, | |
| "scriptPubKey": { | |
| "asm": "OP_DUP OP_HASH160 3592e58f1f46f7beebbefeeb4ab94d8f1802954d OP_EQUALVERIFY OP_CHECKSIG", | |
| "hex": "76a9143592e58f1f46f7beebbefeeb4ab94d8f1802954d88ac", | |
| "reqSigs": 1, | |
| "type": "pubkeyhash", | |
| "addresses": [ | |
| "t1Nkso4jtXLKSnjaDoTL15oHdjNe9z86ZDg" | |
| ] | |
| } | |
| } | |
| ], | |
| "vjoinsplit": [], | |
| "valueBalance": 0.00000000, | |
| "valueBalanceZat": 0, | |
| "vShieldedSpend": [], | |
| "vShieldedOutput": [], | |
| "orchard": { | |
| "actions": [], | |
| "valueBalance": 0.00000000, | |
| "valueBalanceZat": 0 | |
| } | |
| }, | |
| "error": null, | |
| "id": "zcash" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment