DelayedMessageExecution: {
    messageHash: string;
    expireAt: number;
    transaction: Promise<Transaction>;
}

Type declaration

  • messageHash: string

    External message hash

  • expireAt: number

    Message expiration timestamp

  • transaction: Promise<Transaction>

    Transaction promise (it will be rejected if the message has expired)