Type alias CancelResultFulfillmentsUnsettled

CancelResultFulfillmentsUnsettled: {
    status: FULFILLMENTS_UNSETTLED;
    transactions: TransactionResponse[];
}

Represents the result of cancel

Type declaration

  • status: FULFILLMENTS_UNSETTLED

    The status to indicate the fulfillments have not yet settled on chain.

  • transactions: TransactionResponse[]

    Array of transaction results

Generated using TypeDoc