Type alias FulfillmentTransaction

FulfillmentTransaction: {
    type: TRANSACTION;
    transaction: TransactionRequest;
}

The fulfillment transaction which contains the transaction to send.

Type declaration

  • type: TRANSACTION

    The type to indicate this is a fulfillment transaction.

  • transaction: TransactionRequest

    The transaction to send.

Generated using TypeDoc