Type alias FulfillmentDataResponse

FulfillmentDataResponse: {
    fulfillment_data: FulfillmentData;
    protocol: string;
}

Type declaration

  • fulfillment_data: FulfillmentData
  • protocol: string