package
0.0.0-20200720181252-c1b05a40490c
Repository: https://github.com/celer-network/go-rollup.git
Documentation: pkg.go.dev

# README

Automated test for token transfer from A -> B:

go test -run TestSubmitBlock

WIP: Automated test for token transfer from A -> contract -> B.

# Packages

No description provided by the author
No description provided by the author

# Functions

DeployERC20 deploys a new Ethereum contract, binding an instance of ERC20 to it.
DeployERC20Interface deploys a new Ethereum contract, binding an instance of ERC20Interface to it.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewERC20 creates a new instance of ERC20, bound to a specific deployed contract.
NewERC20Caller creates a new read-only instance of ERC20, bound to a specific deployed contract.
NewERC20Filterer creates a new log filterer instance of ERC20, bound to a specific deployed contract.
NewERC20Interface creates a new instance of ERC20Interface, bound to a specific deployed contract.
NewERC20InterfaceCaller creates a new read-only instance of ERC20Interface, bound to a specific deployed contract.
NewERC20InterfaceFilterer creates a new log filterer instance of ERC20Interface, bound to a specific deployed contract.
NewERC20InterfaceTransactor creates a new write-only instance of ERC20Interface, bound to a specific deployed contract.
NewERC20Transactor creates a new write-only instance of ERC20, bound to a specific deployed contract.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

ERC20ABI is the input ABI used to generate the binding from.
ERC20Bin is the compiled bytecode used for deploying new contracts.
ERC20InterfaceABI is the input ABI used to generate the binding from.
ERC20InterfaceBin is the compiled bytecode used for deploying new contracts.

# Structs

ERC20 is an auto generated Go binding around an Ethereum contract.
ERC20Approval represents a Approval event raised by the ERC20 contract.
ERC20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ERC20 contract.
ERC20Caller is an auto generated read-only Go binding around an Ethereum contract.
ERC20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ERC20CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ERC20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
ERC20Interface is an auto generated Go binding around an Ethereum contract.
ERC20InterfaceApproval represents a Approval event raised by the ERC20Interface contract.
ERC20InterfaceApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ERC20Interface contract.
ERC20InterfaceCaller is an auto generated read-only Go binding around an Ethereum contract.
ERC20InterfaceCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ERC20InterfaceCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ERC20InterfaceFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ERC20InterfaceRaw is an auto generated low-level Go binding around an Ethereum contract.
ERC20InterfaceSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ERC20InterfaceTransactor is an auto generated write-only Go binding around an Ethereum contract.
ERC20InterfaceTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ERC20InterfaceTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ERC20InterfaceTransfer represents a Transfer event raised by the ERC20Interface contract.
ERC20InterfaceTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ERC20Interface contract.
ERC20Raw is an auto generated low-level Go binding around an Ethereum contract.
ERC20Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ERC20Transactor is an auto generated write-only Go binding around an Ethereum contract.
ERC20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ERC20TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ERC20Transfer represents a Transfer event raised by the ERC20 contract.
ERC20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ERC20 contract.
No description provided by the author
No description provided by the author
No description provided by the author