Documentation
¶
Index ¶
Constants ¶
View Source
const EIP712Domain = "EIP712Domain"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetaSignerFn ¶ added in v0.0.5
MetaSignerFn is a function used to sign typed data.
type TransactOpts ¶ added in v0.0.3
type TransactOpts struct { bind.TransactOpts MetaSigner MetaSignerFn }
TransactOpts contains transaction settings.
func NewWalletTransactor ¶ added in v0.0.5
func NewWalletTransactor(account accounts.Account, wallet Wallet) *TransactOpts
NewWalletTransactor returns transact opts using a gasless wallet.
type Transactor ¶ added in v0.0.3
type Transactor interface { // Transact creates and submits a meta transaction. Transact(opts *TransactOpts, method string, params ...interface{}) (*types.Transaction, error) }
Transactor defines methods for creating meta transactions.
Click to show internal directories.
Click to hide internal directories.