Skip to main content

@morph-l2/sdkDocs


@morph-l2/sdk / TokenBridgeMessage

Interface: TokenBridgeMessage

Describes a token withdrawal or deposit, along with the underlying raw cross chain message behind the deposit or withdrawal.

Properties

amount

amount: BigNumber

Source

src/interfaces/types.ts:280


blockNumber

blockNumber: number

Source

src/interfaces/types.ts:283


data

data: string

Source

src/interfaces/types.ts:281


direction

direction: MessageDirection

Source

src/interfaces/types.ts:275


from

from: string

Source

src/interfaces/types.ts:276


l1Token

l1Token: string

Source

src/interfaces/types.ts:278


l2Token

l2Token: string

Source

src/interfaces/types.ts:279


logIndex

logIndex: number

Source

src/interfaces/types.ts:282


to

to: string

Source

src/interfaces/types.ts:277


transactionHash

transactionHash: string

Source

src/interfaces/types.ts:284