Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brakmic/a2b62a98223e6306e2aa27531f70da91 to your computer and use it in GitHub Desktop.
Save brakmic/a2b62a98223e6306e2aa27531f70da91 to your computer and use it in GitHub Desktop.
Bitcoin Coinbase Transaction (simplified)
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