Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + func NewNilBackend() bind.ContractBackend + func NewRPCBackend(client rpc.Client) bind.ContractBackend + type SimulatedBackend struct + func NewSimulatedBackend(accounts ...core.GenesisAccount) *SimulatedBackend + func (b *SimulatedBackend) Commit() + func (b *SimulatedBackend) ContractCall(contract common.Address, data []byte, pending bool) ([]byte, error) + func (b *SimulatedBackend) EstimateGasLimit(sender common.Address, contract *common.Address, value *big.Int, data []byte) (*big.Int, error) + func (b *SimulatedBackend) HasCode(contract common.Address, pending bool) (bool, error) + func (b *SimulatedBackend) PendingAccountNonce(account common.Address) (uint64, error) + func (b *SimulatedBackend) Rollback() + func (b *SimulatedBackend) SendTransaction(tx *types.Transaction) error + func (b *SimulatedBackend) SuggestGasPrice() (*big.Int, error)