Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + func New() account.Store + type ByCreatedAt []*account.Record + func (a ByCreatedAt) Len() int + func (a ByCreatedAt) Less(i, j int) bool + func (a ByCreatedAt) Swap(i, j int) + type ByDepositsLastSyncedAt []*account.Record + func (a ByDepositsLastSyncedAt) Len() int + func (a ByDepositsLastSyncedAt) Less(i, j int) bool + func (a ByDepositsLastSyncedAt) Swap(i, j int) + type ById []*account.Record + func (a ById) Len() int + func (a ById) Less(i, j int) bool + func (a ById) Swap(i, j int) + type ByIndex []*account.Record + func (a ByIndex) Len() int + func (a ByIndex) Less(i, j int) bool + func (a ByIndex) Swap(i, j int)