RegulatedAssets
Table of Contents
Classes
- RegulatedAsset
- Represents a regulated asset that requires issuer approval for transactions.
- RegulatedAssetsService
- Service for interacting with SEP-0008 Regulated Assets approval servers.
- SEP08IncompleteInitData
- Exception thrown when RegulatedAssetsService cannot be initialized due to missing configuration.
- SEP08InvalidPostActionResponse
- Exception thrown when the action URL returns an invalid or malformed response.
- SEP08InvalidPostTransactionResponse
- Exception thrown when the approval server returns an invalid or malformed response.
- SEP08PostActionDone
- Response indicating no further action is required after posting action fields.
- SEP08PostActionNextUrl
- Response indicating further action is required via browser interaction.
- SEP08PostActionResponse
- Abstract base class for POST action responses when action_required status is received.
- SEP08PostTransactionActionRequired
- Response indicating user action is required before transaction approval.
- SEP08PostTransactionPending
- Response indicating the approval decision is delayed and should be retried.
- SEP08PostTransactionRejected
- Response indicating the transaction is not compliant and cannot be revised.
- SEP08PostTransactionResponse
- Abstract base class for all approval server transaction responses.
- SEP08PostTransactionRevised
- Response indicating the transaction was modified for compliance and signed.
- SEP08PostTransactionSuccess
- Response indicating the transaction was approved and signed without revision.