package
1.4.4
Repository: https://github.com/ibm/fabric.git
Documentation: pkg.go.dev

# Functions

GenerateKeyForTest is here only for testing purposes, to be removed later.
NewMemoryLedger creates a new MemoryLedger.
NewMemoryPool creates a new MemoryPool.

# Variables

No description provided by the author

# Structs

HistoryIterator is an iterator for iterating through the transaction history.
An Issuer that can import new tokens.
Manager is used to access TMS components.
A MemoryLedger is an in-memory ledger of transactions and unspent outputs.
A MemoryPool is an in-memory ledger of transactions and unspent outputs.
OutputNotFoundError is returned when an entry was not found in the pool.
PoolIterator is an iterator for iterating through the items in the pool.
A Transactor that can transfer tokens.
TxNotFoundError is returned when a transaction was not found in the pool.
A Verifier validates and commits token transactions.