Documentation ¶
Index ¶
- type App
- func (v *App) AddTotalSlashed(amount *big.Int)
- func (v *App) Commit() error
- func (v *App) Export(state *types.AppState, height uint64)
- func (v *App) GetCoinsCount() uint32
- func (v *App) GetMaxGas() uint64
- func (v *App) GetNextCoinID() types.CoinID
- func (v *App) GetTotalSlashed() *big.Int
- func (v *App) SetCoinsCount(count uint32)
- func (v *App) SetMaxGas(gas uint64)
- func (v *App) SetTotalSlashed(amount *big.Int)
- func (v *App) Tree() tree.ReadOnlyTree
- type Bus
- type Model
- type RApp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) AddTotalSlashed ¶
func (*App) GetCoinsCount ¶ added in v1.2.0
func (*App) GetNextCoinID ¶ added in v1.2.0
func (*App) GetTotalSlashed ¶
func (*App) SetCoinsCount ¶ added in v1.2.0
func (*App) SetTotalSlashed ¶
func (*App) Tree ¶ added in v1.2.0
func (v *App) Tree() tree.ReadOnlyTree
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
func (*Bus) AddTotalSlashed ¶
Click to show internal directories.
Click to hide internal directories.