ExPlasma.InFlightExit (ExPlasma v0.2.0)

Represents an in-flight exit (IFE).

Link to this section Summary

Functions

Derive the in-flight exit ID from its transaction bytes.

Link to this section Functions

Link to this function

tx_bytes_to_id(tx_bytes)

Specs

tx_bytes_to_id(binary()) :: pos_integer()

Derive the in-flight exit ID from its transaction bytes.

See https://github.com/omisego/plasma-contracts/blob/v1.0.3/plasma_framework/contracts/src/exits/utils/ExitId.sol#L53-L55