@craftec/flowcraft-sdk 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/idl.json +43 -0
  2. package/package.json +1 -1
package/dist/idl.json CHANGED
@@ -468,6 +468,49 @@
468
468
  ],
469
469
  "args": []
470
470
  },
471
+ {
472
+ "name": "close_config",
473
+ "docs": [
474
+ "Close config account (admin only) - for migration/reinitialization"
475
+ ],
476
+ "discriminator": [
477
+ 145,
478
+ 9,
479
+ 72,
480
+ 157,
481
+ 95,
482
+ 125,
483
+ 61,
484
+ 85
485
+ ],
486
+ "accounts": [
487
+ {
488
+ "name": "admin",
489
+ "writable": true,
490
+ "signer": true
491
+ },
492
+ {
493
+ "name": "config",
494
+ "writable": true,
495
+ "pda": {
496
+ "seeds": [
497
+ {
498
+ "kind": "const",
499
+ "value": [
500
+ 99,
501
+ 111,
502
+ 110,
503
+ 102,
504
+ 105,
505
+ 103
506
+ ]
507
+ }
508
+ ]
509
+ }
510
+ }
511
+ ],
512
+ "args": []
513
+ },
471
514
  {
472
515
  "name": "create_pool",
473
516
  "docs": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftec/flowcraft-sdk",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "SDK for Flowcraft subscription streaming protocol on Solana",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",