@morph-l2/sdk • Docs
@morph-l2/sdk / IActionOptions
Interface: IActionOptions
Param
Optional signer to use to send the transaction.
Param
Optional address to receive the funds on chain. Defaults to sender.
Param
Direction to search for messages in. If not provided, will attempt to
- automatically search both directions under the assumption that a transaction hash will only
- exist on one chain. If the hash exists on both chains, will throw an error.
Param
Optional transaction overrides.
Properties
direction?
optionaldirection:MessageDirection
Source
src/interfaces/types.ts:412
from?
optionalfrom:string
Source
src/interfaces/types.ts:410
overrides?
optionaloverrides:object&CallOverrides
Type declaration
gatewayAddress?
optionalgatewayAddress:string
gatewayName?
optionalgatewayName:string
Source
src/interfaces/types.ts:413
recipient?
optionalrecipient:AddressLike
Source
src/interfaces/types.ts:411
signer?
optionalsigner:Signer
Source
src/interfaces/types.ts:409