Documentation ¶ Index ¶ type Checker func NewChecker(bus *bus.Bus) *Checker func (c *Checker) AddCoin(coin types.CoinID, value *big.Int, msg ...string) func (c *Checker) AddCoinVolume(coin types.CoinID, value *big.Int) func (c *Checker) Deltas() map[types.CoinID]*big.Int func (c *Checker) Reset() func (c *Checker) VolumeDeltas() map[types.CoinID]*big.Int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Checker ¶ type Checker struct { // contains filtered or unexported fields } func NewChecker ¶ func NewChecker(bus *bus.Bus) *Checker func (*Checker) AddCoin ¶ func (c *Checker) AddCoin(coin types.CoinID, value *big.Int, msg ...string) func (*Checker) AddCoinVolume ¶ func (c *Checker) AddCoinVolume(coin types.CoinID, value *big.Int) func (*Checker) Deltas ¶ func (c *Checker) Deltas() map[types.CoinID]*big.Int func (*Checker) Reset ¶ func (c *Checker) Reset() func (*Checker) VolumeDeltas ¶ func (c *Checker) VolumeDeltas() map[types.CoinID]*big.Int Source Files ¶ View all Source files checker.go Click to show internal directories. Click to hide internal directories.