Versions in this module Expand all Collapse all v0 v0.0.2 Aug 3, 2018 Changes in this version + type Props struct + type Service struct + func New(props *Props) (*Service, error) + func (s Service) AddTx(tx *statechain.Transaction) error + func (s Service) GatherTransactions() (*[]statechain.Transaction, error) + func (s Service) GetHeadBlock() (mainchain.Block, error) + func (s Service) GetTx(hash string) (*statechain.Transaction, error) + func (s Service) GetTxs(hashes []string) ([]*statechain.Transaction, error) + func (s Service) HasTx(hash string) (bool, error) + func (s Service) Props() Props + func (s Service) RemoveTx(hash string) error + func (s Service) RemoveTxs(hashes []string) error + func (s Service) SetHeadBlock(block mainchain.Block) error