GaslessTransaction interface
transaction message contains information that's needed to execute a gasless transaction
Signature:
export interface GaslessTransaction
Properties
| Property | Type | Description |
|---|---|---|
| callOverrides | CallOverrides | |
| chainId | number | |
| data | string | |
| from | string | |
| functionArgs | any[] | |
| functionName | string | |
| gasLimit | BigNumber | |
| to | string |