forwarder

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2023 License: LGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ForwardRequest

type ForwardRequest struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Gas   *big.Int
	Nonce *big.Int
	Data  []byte
}

type ForwarderContract

type ForwarderContract struct {
	contracts.Contract
}

ForwarderContract matches an instance of https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/metatx/MinimalForwarder.sol

func NewForwarderContract

func NewForwarderContract(
	client calls.ContractCallerDispatcher,
	contractAddress common.Address,
) *ForwarderContract

func (*ForwarderContract) GetNonce

func (c *ForwarderContract) GetNonce(from common.Address) (*big.Int, error)

func (*ForwarderContract) PrepareExecute

func (c *ForwarderContract) PrepareExecute(
	forwardReq ForwardRequest,
	sig []byte,
) ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL