Type alias CancelDataBeta

CancelData: {
    reason?: string;
}

A Cancel can only be sent by Alice to indicate that she does not wish to further propagate the exchange, and get a refund if applicable.

Type declaration

  • Optional reason?: string

    an explanation of why the exchange is being canceled