Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CVLTokenService ¶
type CVLTokenService struct { ControllerContract *contract.CivilTokenControllerContract TokenContract *contract.CVLTokenContract // contains filtered or unexported fields }
CVLTokenService is a set of helpers to interact with the CVLToken smart contract and token controller
func NewCVLTokenService ¶
func NewCVLTokenService(backend bind.ContractBackend, controllerAddress common.Address, tokenAddress common.Address) (*CVLTokenService, error)
NewCVLTokenService constructs a new instance of CVLTokenService
Click to show internal directories.
Click to hide internal directories.