Skip to content

Instantly share code, notes, and snippets.

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