Documentation ¶
Index ¶
- type Bus
- type Model
- type Utxos
- func (u *Utxos) Commit() error
- func (u *Utxos) Create(txid types.Txid, vout uint32, amount int64, data []byte)
- func (u *Utxos) Delete(utxoId types.UtxoId)
- func (u *Utxos) Exists(utxoId types.UtxoId) bool
- func (u *Utxos) Export(state *types.AppState)
- func (u *Utxos) GetListAndClear() ([]types.Utxo, int64)
- func (u *Utxos) GetUtxo(utxoId types.UtxoId) *Model
- func (u *Utxos) IsEmpty() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
Click to show internal directories.
Click to hide internal directories.