Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLedgerAlreadyOpened = errors.New("Ledger already opened")
ErrLedgerAlreadyOpened is thrown by a CreateLedger call if a ledger with the given id is already opened
View Source
var ErrLedgerMgmtNotInitialized = errors.New("ledger mgmt should be initialized before using")
ErrLedgerMgmtNotInitialized is thrown when ledger mgmt is used before initializing this
Functions ¶
func CleanupTestEnv ¶
func CleanupTestEnv()
CleanupTestEnv closes the ledgermagmt and removes the store directory
func Close ¶
func Close()
Close closes all the opened ledgers and any resources held for ledger management
func CreateLedger ¶
func CreateLedger(id string) (ledger.PeerLedger, error)
CreateLedger creates a new ledger with the given id
func GetLedgerIDs ¶
GetLedgerIDs returns the ids of the ledgers created
func InitializeTestEnv ¶
func InitializeTestEnv()
InitializeTestEnv initializes ledgermgmt for tests
func OpenLedger ¶
func OpenLedger(id string) (ledger.PeerLedger, error)
OpenLedger returns a ledger for the given id
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.