Package tbdex.sdk.messages
See: Description
-
Class Summary Class Description CancelData Represents the data for a Cancel message in the tbDEX protocol. Cancel Represents a Cancel message in the tbDEX protocol. CloseData Represents the data for a Close message in the tbDEX protocol. Close Represents a Close message in the tbDEX protocol. MessageMetadata Represents metadata associated with a tbDEX message. Order Represents an Order message in the tbDEX protocol. PaymentInstruction Represents a payment instruction in the tbDEX protocol, providing details on how to pay or be paid. OrderInstructionsData Represents the data of an order's instructions in the tbDEX protocol, including payin and payout instructions. OrderInstructions Represents an Order Instructions message in the tbDEX protocol. OrderStatusData Represents the data of an order status in the tbDEX protocol. OrderStatus Represents an Order Status message in the tbDEX protocol. QuoteDetails Represents the details of a quote in the tbDEX protocol, including the currency, subtotal, total, and optional fee. QuoteData Represents the data of a quote in the tbDEX protocol. Quote Represents a Quote message in the tbDEX protocol. Rfq Represents a Request for Quote (RFQ) message in the tbDEX protocol. CreateRfqData Represents the data required to create an RFQ. CreateSelectedPayinMethod Represents the selected payin method for an RFQ. CreateSelectedPayoutMethod Represents the selected payout method for an RFQ. RfqData Represents the data of an RFQ. SelectedPayinMethod Represents the selected payin method for an RFQ. SelectedPayoutMethod Represents the selected payout method for an RFQ. RfqPrivateData Represents the private data in an RFQ, such as sensitive payin and payout details. PrivatePaymentDetails Represents private payment details for payin or payout. -
Enum Summary Enum Description MessageKind Represents the different kinds of messages in the tbDEX protocol. Status Represents the possible statuses for an order in the tbDEX protocol. -
Interface Summary Interface Description Message Marker interface for all tbDEX messages.