Documentation ¶
Index ¶
- type Accounts
- type App
- type Bus
- func (b *Bus) Accounts() Accounts
- func (b *Bus) App() App
- func (b *Bus) Candidates() Candidates
- func (b *Bus) Checker() Checker
- func (b *Bus) Coins() Coins
- func (b *Bus) Events() eventsdb.IEventsDB
- func (b *Bus) FrozenFunds() FrozenFunds
- func (b *Bus) Halts() HaltBlocks
- func (b *Bus) SetAccounts(accounts Accounts)
- func (b *Bus) SetApp(app App)
- func (b *Bus) SetCandidates(candidates Candidates)
- func (b *Bus) SetChecker(checker Checker)
- func (b *Bus) SetCoins(coins Coins)
- func (b *Bus) SetEvents(events eventsdb.IEventsDB)
- func (b *Bus) SetFrozenFunds(frozenfunds FrozenFunds)
- func (b *Bus) SetHaltBlocks(halts HaltBlocks)
- func (b *Bus) SetWaitList(waitList WaitList)
- func (b *Bus) WaitList() WaitList
- type Candidate
- type Candidates
- type Checker
- type Coin
- type Coins
- type FrozenFunds
- type HaltBlocks
- type Stake
- type WaitList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
func (*Bus) Candidates ¶
func (b *Bus) Candidates() Candidates
func (*Bus) FrozenFunds ¶
func (b *Bus) FrozenFunds() FrozenFunds
func (*Bus) Halts ¶ added in v1.2.0
func (b *Bus) Halts() HaltBlocks
func (*Bus) SetAccounts ¶
func (*Bus) SetCandidates ¶
func (b *Bus) SetCandidates(candidates Candidates)
func (*Bus) SetChecker ¶
func (*Bus) SetFrozenFunds ¶
func (b *Bus) SetFrozenFunds(frozenfunds FrozenFunds)
func (*Bus) SetHaltBlocks ¶ added in v1.2.0
func (b *Bus) SetHaltBlocks(halts HaltBlocks)
func (*Bus) SetWaitList ¶ added in v1.2.0
type Candidates ¶
type Coin ¶
type Coin struct { ID types.CoinID Name string Crr uint32 Symbol types.CoinSymbol Version types.CoinVersion Volume *big.Int Reserve *big.Int }
func (Coin) GetFullSymbol ¶ added in v1.2.0
type FrozenFunds ¶
type HaltBlocks ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.