Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetaArchive ¶
type MetaArchive interface { GetLatestLedgerSequence(ctx context.Context) (uint32, error) GetLedger(ctx context.Context, sequence uint32) (xdr.SerializedLedgerCloseMeta, error) }
func NewMetaArchive ¶
func NewMetaArchive(b storage.Storage) MetaArchive
Click to show internal directories.
Click to hide internal directories.