TransferServerService
Table of Contents
Classes
- AnchorFeatureFlags
- Represents optional features supported by an anchor for deposit and withdrawal operations.
- AnchorFeeInfo
- Describes the availability and requirements for the fee endpoint.
- AnchorField
- Describes an input field required by the anchor for deposit or withdrawal operations.
- AnchorTransaction
- Represents a single deposit or withdrawal transaction processed by an anchor.
- AnchorTransactionInfo
- Describes the availability and requirements for the transaction endpoint.
- AnchorTransactionRequest
- Request parameters for querying individual transaction details via SEP-06.
- AnchorTransactionRequestBuilder
- Request builder for GET /transaction endpoint operations.
- AnchorTransactionResponse
- Response from transaction endpoint containing details of a single transaction.
- AnchorTransactionsInfo
- Describes the availability and requirements for the transactions endpoint.
- AnchorTransactionsRequest
- Request parameters for querying transaction history via SEP-06.
- AnchorTransactionsRequestBuilder
- Request builder for GET /transactions endpoint operations.
- AnchorTransactionsResponse
- Response from transactions endpoint containing list of deposit and withdrawal transactions.
- AuthenticationRequiredException
- Exception thrown when endpoint requires authentication but no JWT token provided.
- CustomerInformationNeededException
- Exception thrown when anchor needs customer information via SEP-12.
- CustomerInformationNeededResponse
- Response data indicating which customer information fields are required.
- CustomerInformationStatusException
- Exception thrown when customer information is pending or denied.
- CustomerInformationStatusResponse
- Response data indicating customer information processing status.
- DepositAsset
- Describes anchor support and parameters for a deposit asset.
- DepositExchangeAsset
- Describes anchor support and parameters for a deposit exchange asset.
- DepositExchangeRequest
- Request parameters for cross-asset deposit with SEP-38 quote support.
- DepositExchangeRequestBuilder
- Request builder for GET /deposit-exchange endpoint operations.
- DepositInstruction
- Represents a deposit instruction field returned by the deposit endpoint.
- DepositRequest
- Request parameters for initiating a deposit operation via SEP-06.
- DepositRequestBuilder
- Request builder for GET /deposit endpoint operations.
- DepositResponse
- Response from deposit endpoint containing instructions for completing the deposit.
- ExtraInfo
- Contains additional information about a transaction process.
- FeeDetails
- Describes fee information for a transfer operation.
- FeeDetailsDetails
- Represents a detailed breakdown component of a fee.
- FeeRequest
- Request parameters for querying fee information via SEP-06.
- FeeRequestBuilder
- Request builder for GET /fee endpoint operations.
- FeeResponse
- Response from fee endpoint containing fee amount for an operation.
- InfoRequestBuilder
- Request builder for GET /info endpoint operations.
- InfoResponse
- Response from info endpoint describing anchor capabilities and supported assets.
- PatchTransactionRequest
- Request parameters for updating pending transaction information via SEP-06.
- TransactionRefundPayment
- Represents a single refund payment made to the user.
- TransactionRefunds
- Describes the overall refund information for a transaction.
- TransferServerService
- Main service class for SEP-06 Transfer Server protocol implementation.
- WithdrawAsset
- Describes anchor support and parameters for a withdrawal asset.
- WithdrawExchangeAsset
- Describes anchor support and parameters for a withdrawal exchange asset.
- WithdrawExchangeRequest
- Request parameters for cross-asset withdrawal with SEP-38 quote support.
- WithdrawExchangeRequestBuilder
- Request builder for GET /withdraw-exchange endpoint operations.
- WithdrawRequest
- Request parameters for initiating a withdrawal operation via SEP-06.
- WithdrawRequestBuilder
- Request builder for GET /withdraw endpoint operations.
- WithdrawResponse
- Response from withdraw endpoint containing instructions for completing the withdrawal.