Documentation ¶
Index ¶
- type DB
- func (d *DB) DeleteCronContract(addr string) error
- func (d *DB) GetContract(addr string) (db.StoredBag, error)
- func (d *DB) GetCronScannerLT() (uint64, error)
- func (d *DB) GetCronWalletScannerLT() (uint64, error)
- func (d *DB) ListContracts() ([]db.StoredBag, error)
- func (d *DB) ListCronContracts() ([]db.CronContract, error)
- func (d *DB) SetContract(bag db.StoredBag) error
- func (d *DB) SetCronContract(crn db.CronContract) error
- func (d *DB) SetCronScannerLT(lt uint64) error
- func (d *DB) SetCronWalletScannerLT(lt uint64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) DeleteCronContract ¶ added in v0.3.0
func (*DB) GetCronScannerLT ¶ added in v0.3.0
func (*DB) GetCronWalletScannerLT ¶ added in v0.3.4
func (*DB) ListCronContracts ¶ added in v0.3.0
func (d *DB) ListCronContracts() ([]db.CronContract, error)
func (*DB) SetCronContract ¶ added in v0.3.0
func (d *DB) SetCronContract(crn db.CronContract) error
func (*DB) SetCronScannerLT ¶ added in v0.3.0
func (*DB) SetCronWalletScannerLT ¶ added in v0.3.4
Click to show internal directories.
Click to hide internal directories.