Skip to main content

Function: extractContinuations()

function extractContinuations(context): Continuations | null | undefined;

Function to get the continuations from a transaction context.

Parameters

context: L2TxResolved

The transaction context.

Returns

Continuations | null | undefined

The continuations, if no continuations are provided, then return undefined. null means empty continuations.


Coinweb © 2024