Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { TxStoreDir string PrepareTxCache types.Transactions }
func (*Store) AddPrepareTx ¶
func (s *Store) AddPrepareTx(tx *types.Transaction)
func (*Store) LoadPrepareTxs ¶
func (s *Store) LoadPrepareTxs() (types.Transactions, error)
func (*Store) LoadTxsMap ¶
func (s *Store) LoadTxsMap() (map[int]types.Transactions, error)
func (*Store) PersistPrepareTxs ¶
func (*Store) PersistTxsMap ¶
func (s *Store) PersistTxsMap(txsMap map[int]types.Transactions) error
Click to show internal directories.
Click to hide internal directories.