Documentation Index
Fetch the complete documentation index at: https://vowena.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
migration_target field is cleared and the subscriber continues on their current plan with no changes.
Parameters
| Name | Type | Description |
|---|---|---|
subscriber | Address | The subscriber’s Stellar address. Must sign the transaction. |
sub_id | u64 | The subscription ID with a pending migration. |
Authorization
Return value
None (void).
Events emitted
| Event | Topics | Data |
|---|---|---|
mig_reject | subscriber, sub_id | Rejection details |
Error cases
| Code | Name | Description |
|---|---|---|
| 9 | Unauthorized | Caller is not the subscriber on this subscription. |
| 12 | NoMigrationPending | No migration has been requested for this subscription. |
Examples
- SDK
- Soroban CLI
Rejecting a migration has no side effects. The subscription continues as normal on the current plan, billing proceeds unchanged, and the subscriber can still cancel at any time.