Versions in this module Expand all Collapse all v1 v1.0.1 Feb 21, 2020 v1.0.0 Feb 16, 2020 Changes in this version + type DAO interface + Available func() bool + DuplicateError func(err error) bool + GetEnqueuedSendings func(max uint16) ([]*types.Sending, error) + GetEnqueuedSwaps func() ([]*types.Swap, error) + GetInitiaitedSendings func(max uint16) ([]*types.Sending, error) + GetSending func(id uint64) (*types.Sending, error) + GetSetting func(k, def string) (string, error) + GetSwap func(id uint64) (*types.Swap, error) + MaxPacketError func(err error) bool + PutSending func(s *types.Sending) error + PutSetting func(k, v string) error + PutSwap func(s *types.Swap) (dup bool, err error) + UpdateSending func(s *types.Sending) error + UpdateSwap func(s *types.Swap) error