Last active
August 29, 2015 14:11
-
-
Save ryandotsmith/58e87420c2860952953b to your computer and use it in GitHub Desktop.
Chain.com Transaction Template -
This file contains 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
{ | |
"inputs": [{ | |
"address": "mxLGQRD9p3MayF7WrUJsyuY4cZdPSH2yA4", | |
"signatures_required": 1, | |
"signatures": [{ | |
"address": "mxLGQRD9p3MayF7WrUJsyuY4cZdPSH2yA4", | |
"public_key": "<insert public key>", | |
"hash_to_sign": "ac366bdd3eb0ecd64d3d08a7d519d7fe5ceb263a499b135e3158fea04c87a89c", | |
"signature": "<insert signature>" | |
}] | |
}], | |
"miner_fee": 10000, | |
"unsigned_hex": "01000000018f3a65bab70311b344f086debc5d7343be601fc4d8967344bf93fc685524c598010000001976a914b874ae136bd0408b6336cc9725e6e682464b5e2588acffffffff02e8030000000000001976a914b874ae136bd0408b6336cc9725e6e682464b5e2588aca85b0100000000001976a914b0198db3b9f5f6f5609cef882822423c69ef9f5b88ac00000000" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment