Versions in this module Expand all Collapse all v0 v0.2.3 Jun 20, 2021 Changes in this version + type Service interface + BalanceOf func(ctx context.Context, address common.Address) (*big.Int, error) + Transfer func(ctx context.Context, address common.Address, value *big.Int) (common.Hash, error) + func New(backend transaction.Backend, transactionService transaction.Service, ...) Service