Versions in this module Expand all Collapse all v0 v0.0.2 Oct 2, 2020 v0.0.1 Sep 28, 2020 Changes in this version + type SCTestBed struct + func NewSCTestBed() *SCTestBed + func (tb *SCTestBed) GetAccountOutputs(addr *address.Address) (map[valuetransaction.OutputID][]*balance.Balance, error) + func (tb *SCTestBed) NewAddress(name string, requestFunds bool) (*address.Address, error) + func (tb *SCTestBed) PostAndWaitForConfirmation(tx *valuetransaction.Transaction) error + func (tb *SCTestBed) RequestFunds(targetAddress address.Address) error + func (tb *SCTestBed) SigScheme(addr *address.Address) (signaturescheme.SignatureScheme, bool) + func (tb *SCTestBed) ValidateBalances(addr *address.Address, expected map[balance.Color]int64) (map[balance.Color]*validationResult, bool, error)