Versions in this module Expand all Collapse all v1 v1.5.0 Jun 21, 2018 Changes in this version + const DebugFile + const KeystorePath + const Version + var Path string + func AllowanceToLoopring(tokens1 []common.Address, orderAccounts1 []accounts.Account) + func Cfg() *node.GlobalConfig + func CreateOrder(tokenS, tokenB, owner common.Address, amountS, amountB, lrcFee *big.Int) types.Order + func CreateOrderState(tokenS, tokenB, owner common.Address, amountS, amountB, lrcFee *big.Int) *types.Order + func Delegate() common.Address + func DelegateAbi() *abi.ABI + func DelegateAddress() common.Address + func Erc20Abi() *abi.ABI + func GenerateAccountManager() accountmanager.AccountManager + func GenerateMarketCap() *marketcap.CapProvider_CoinMarketCap + func GenerateOrderManager() *ordermanager.OrderManagerImpl + func GenerateOrderView() *orderviewer.OrderViewerImpl + func GenerateUserManager() *usermanager.UserManagerImpl + func LoadConfig() *node.GlobalConfig + func LprAbi() *abi.ABI + func LrcAddress() common.Address + func PrepareTestData() + func Producer() *kafka.MessageProducer + func Protocol() common.Address + func Rds() *dao.RdsService + func SetTokenBalance(account, tokenAddress common.Address, amount *big.Int) + func SetTokenBalances() + func TokenRegisterAbi() *abi.ABI + func TokenRegisterAddress() common.Address + func WethAbi() *abi.ABI + type AccountEntity struct + Address common.Address + Passphrase string + type TestEntity struct + Accounts []AccountEntity + AllowanceAmount int64 + Creator AccountEntity + KeystoreDir string + PrivateKey crypto.EthPrivateKeyCrypto + Tokens map[string]common.Address + func Entity() *TestEntity + func LoadTestData() *TestEntity