Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChainID = tableland.ChainID(1337)
ChainID is the test chain id.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { DBURI string Parser parsing.SQLValidator Database *database.SQLiteDB ACL tableland.ACL GatewayService gateway.Gateway }
Deps holds possile dependencies that can optionally be provided to spin up the full stack.
type FullStack ¶
type FullStack struct { Backend *backends.SimulatedBackend Address common.Address Contract *ethereum.Contract TransactOpts *bind.TransactOpts Wallet *wallet.Wallet TblContractClient *ethereum.Client Server *httptest.Server }
FullStack holds all potentially useful components of the Tableland test stack.
Click to show internal directories.
Click to hide internal directories.