Created
October 8, 2017 19:25
-
-
Save brakmic/a2b62a98223e6306e2aa27531f70da91 to your computer and use it in GitHub Desktop.
Bitcoin Coinbase Transaction (simplified)
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
class CoinbaseTransaction { | |
public: | |
uint256 HashKey; | |
uint32_t IndexNumber; | |
uint32_t CoinbaseScriptLength; | |
uint256 CoinbaseScript; | |
uint32_t InputSequenceNumber; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment