Versions in this module Expand all Collapse all v1 v1.0.21 Jan 19, 2023 v1.0.20 Jan 19, 2023 Changes in this version + type ForwardRequest struct + Data []byte + From common.Address + Gas *big.Int + Nonce *big.Int + To common.Address + Value *big.Int + type ForwarderContract struct + func NewForwarderContract(client calls.ContractCallerDispatcher, contractAddress common.Address) *ForwarderContract + func (c *ForwarderContract) GetNonce(from common.Address) (*big.Int, error) + func (c *ForwarderContract) PrepareExecute(forwardReq ForwardRequest, sig []byte) ([]byte, error)