@solana/subscriptions 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.cjs +298 -142
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +93 -48
- package/dist/index.d.ts +93 -48
- package/dist/index.js +280 -121
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -77,6 +77,7 @@ For custom wallet flows, use the exported `get*OverlayInstruction*` functions. T
|
|
|
77
77
|
| `deletePlan` / `getDeletePlanOverlayInstruction` | Delete an expired plan and reclaim rent |
|
|
78
78
|
| `subscribe` / `getSubscribeOverlayInstructionAsync` | Subscribe to a plan |
|
|
79
79
|
| `cancelSubscription` / `getCancelSubscriptionOverlayInstructionAsync` | Cancel a subscription (grace period until end of billing period) |
|
|
80
|
+
| `resumeSubscription` / `getResumeSubscriptionOverlayInstructionAsync` | Resume a cancelled subscription before revocation |
|
|
80
81
|
|
|
81
82
|
### Account Queries
|
|
82
83
|
|