Documentation ¶
Index ¶
- func DeployForwarder(auth *bind.TransactOpts, backend bind.ContractBackend, owner common.Address) (common.Address, *types.Transaction, *metatx.Metatx, error)
- func DeployRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, ...) (common.Address, *types.Transaction, *registry.ValistRegistry, error)
- func DeployValist(auth *bind.TransactOpts, backend bind.ContractBackend, ...) (common.Address, *types.Transaction, *valist.Valist, error)
- func NewForwarder(address common.Address, backend bind.ContractBackend) (*metatx.Metatx, error)
- func NewRegistry(address common.Address, backend bind.ContractBackend) (*registry.ValistRegistry, error)
- func NewValist(address common.Address, backend bind.ContractBackend) (*valist.Valist, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployForwarder ¶
func DeployForwarder(auth *bind.TransactOpts, backend bind.ContractBackend, owner common.Address) (common.Address, *types.Transaction, *metatx.Metatx, error)
func DeployRegistry ¶
func DeployRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, metaTxForwarder common.Address) (common.Address, *types.Transaction, *registry.ValistRegistry, error)
func DeployValist ¶
func DeployValist(auth *bind.TransactOpts, backend bind.ContractBackend, metaTxForwarder common.Address) (common.Address, *types.Transaction, *valist.Valist, error)
func NewForwarder ¶
func NewRegistry ¶
func NewRegistry(address common.Address, backend bind.ContractBackend) (*registry.ValistRegistry, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.