Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LedgerManager ¶
type LedgerManager interface {
GetLedgerReader(channel string) (LedgerReader, error)
}
type LedgerReader ¶
type LedgerWriter ¶
type ResultsIterator ¶
type ResultsIterator interface {
Next() (ledger.QueryResult, error)
Close()
}
Click to show internal directories.
Click to hide internal directories.