Type alias CloseDataBeta

CloseData: {
    reason?: string;
    success?: boolean;
}

A Close, which only the PFI can send, can be submitted at any point during the exchange to indicate that the transaction has reached a terminal state.

Type declaration

  • Optional reason?: string

    an explanation of why the exchange is being closed

  • Optional success?: boolean

    indicates whether or not the exchange successfully completed