Versions in this module Expand all Collapse all v2 v2.0.1 Jun 3, 2020 Changes in this version + const LedgerMask + const LedgerShift + const OperationMask + const OperationShift + const TransactionMask + const TransactionShift + func LedgerRangeInclusive(from, to int32) (int64, int64, error) + type ID struct + LedgerSequence int32 + OperationOrder int32 + TransactionOrder int32 + func AfterLedger(seq int32) *ID + func New(ledger int32, tx int32, op int32) *ID + func Parse(id int64) (result ID) + func (id *ID) IncOperationOrder() + func (id ID) String() string + func (id ID) ToInt64() (result int64)