Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 482 Bytes

LedgerInterface.md

File metadata and controls

21 lines (11 loc) · 482 Bytes

Libgossamer API Reference - LedgerInterface

  • Fully Qualified Interface Name: ParagonIE\Gossamer\Interfaces\LedgerInterface

Interface Methods

clearInstances()

Returns a new instance of this ledger with no peer instances.

Returns this object that implements LedgerInterface.

populateInstances()

Returns a new instance of this ledger with the given peers.

Arguments:

  1. array - Instances

Returns this object that implements LedgerInterface.