Represents a withdrawal entry within the logs of a L2 to L1 CrossChainMessage

interface WithdrawalEntry {
    MessagePassed: any;
}

Properties

Properties

MessagePassed: any

Generated using TypeDoc