# Functions
MakeInMemoryStore creates a new in memory store.
MakeUTXO constructs a new UTXO with the given store.
ParseUTXOBytes parses a bitcoin sytle transaction.
ReadVarInt reads an int that is formatted in the Bitcoin style variable int format.
# Structs
ExecResult is the result of processing a transaction.
InMemoryStore used for unit testing.
Key represents the key for a transaction in storage.
No description provided by the author
No description provided by the author
No description provided by the author
UTXO includes the storage for the chaincode API or an in memory store for testing.
# Interfaces
Store interface describes the storage used by this chaincode.