@morph-l2/sdk • Docs
@morph-l2/sdk / CrossChainMessage
Interface: CrossChainMessage
Describes a message that is sent between L1 and L2. Direction determines where the message was sent from and where it's being sent to.
Extends
Properties
blockNumber
blockNumber:
number
Source
src/interfaces/types.ts:255
direction
direction:
MessageDirection
Source
src/interfaces/types.ts:253
logIndex
logIndex:
number
Source
src/interfaces/types.ts:254
message
message:
string
Inherited from
Source
src/interfaces/types.ts:242
messageNonce
messageNonce:
BigNumber
Inherited from
CoreCrossChainMessage
.messageNonce
Source
src/interfaces/types.ts:243
minGasLimit
minGasLimit:
BigNumber
Inherited from
CoreCrossChainMessage
.minGasLimit
Source
src/interfaces/types.ts:245
sender
sender:
string
Inherited from
Source
src/interfaces/types.ts:240
target
target:
string
Inherited from
Source
src/interfaces/types.ts:241
transactionHash
transactionHash:
string
Source
src/interfaces/types.ts:256
value
value:
BigNumber
Inherited from
Source
src/interfaces/types.ts:244