@lightprotocol/zk-compression-cli 0.27.1-alpha.6 → 0.27.1-alpha.8
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/oclif.manifest.json +99 -99
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -623,104 +623,6 @@
|
|
|
623
623
|
"index.js"
|
|
624
624
|
]
|
|
625
625
|
},
|
|
626
|
-
"token-balance": {
|
|
627
|
-
"aliases": [],
|
|
628
|
-
"args": {},
|
|
629
|
-
"examples": [
|
|
630
|
-
"$ light token-balance --mint=<ADDRESS> --owner=<ADDRESS>"
|
|
631
|
-
],
|
|
632
|
-
"flags": {
|
|
633
|
-
"owner": {
|
|
634
|
-
"description": "Address of the compressed token owner.",
|
|
635
|
-
"name": "owner",
|
|
636
|
-
"required": true,
|
|
637
|
-
"hasDynamicHelp": false,
|
|
638
|
-
"multiple": false,
|
|
639
|
-
"type": "option"
|
|
640
|
-
},
|
|
641
|
-
"mint": {
|
|
642
|
-
"description": "Mint address of the compressed token account.",
|
|
643
|
-
"name": "mint",
|
|
644
|
-
"required": true,
|
|
645
|
-
"hasDynamicHelp": false,
|
|
646
|
-
"multiple": false,
|
|
647
|
-
"type": "option"
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
"hasDynamicHelp": false,
|
|
651
|
-
"hiddenAliases": [],
|
|
652
|
-
"id": "token-balance",
|
|
653
|
-
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
654
|
-
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
655
|
-
"pluginType": "core",
|
|
656
|
-
"strict": true,
|
|
657
|
-
"summary": "Get balance",
|
|
658
|
-
"enableJsonFlag": false,
|
|
659
|
-
"isESM": false,
|
|
660
|
-
"relativePath": [
|
|
661
|
-
"dist",
|
|
662
|
-
"commands",
|
|
663
|
-
"token-balance",
|
|
664
|
-
"index.js"
|
|
665
|
-
]
|
|
666
|
-
},
|
|
667
|
-
"transfer": {
|
|
668
|
-
"aliases": [],
|
|
669
|
-
"args": {},
|
|
670
|
-
"examples": [
|
|
671
|
-
"$ light transfer --mint PublicKey --to PublicKey --amount 1000"
|
|
672
|
-
],
|
|
673
|
-
"flags": {
|
|
674
|
-
"mint": {
|
|
675
|
-
"description": "Mint to transfer",
|
|
676
|
-
"name": "mint",
|
|
677
|
-
"required": true,
|
|
678
|
-
"hasDynamicHelp": false,
|
|
679
|
-
"multiple": false,
|
|
680
|
-
"type": "option"
|
|
681
|
-
},
|
|
682
|
-
"to": {
|
|
683
|
-
"description": "Recipient address",
|
|
684
|
-
"name": "to",
|
|
685
|
-
"required": true,
|
|
686
|
-
"hasDynamicHelp": false,
|
|
687
|
-
"multiple": false,
|
|
688
|
-
"type": "option"
|
|
689
|
-
},
|
|
690
|
-
"amount": {
|
|
691
|
-
"description": "Amount to send, in tokens",
|
|
692
|
-
"name": "amount",
|
|
693
|
-
"required": true,
|
|
694
|
-
"hasDynamicHelp": false,
|
|
695
|
-
"multiple": false,
|
|
696
|
-
"type": "option"
|
|
697
|
-
},
|
|
698
|
-
"fee-payer": {
|
|
699
|
-
"description": "Specify the fee-payer account. Defaults to the client keypair.",
|
|
700
|
-
"name": "fee-payer",
|
|
701
|
-
"required": false,
|
|
702
|
-
"hasDynamicHelp": false,
|
|
703
|
-
"multiple": false,
|
|
704
|
-
"type": "option"
|
|
705
|
-
}
|
|
706
|
-
},
|
|
707
|
-
"hasDynamicHelp": false,
|
|
708
|
-
"hiddenAliases": [],
|
|
709
|
-
"id": "transfer",
|
|
710
|
-
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
711
|
-
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
712
|
-
"pluginType": "core",
|
|
713
|
-
"strict": true,
|
|
714
|
-
"summary": "Transfer tokens from one account to another.",
|
|
715
|
-
"enableJsonFlag": false,
|
|
716
|
-
"isESM": false,
|
|
717
|
-
"relativePath": [
|
|
718
|
-
"dist",
|
|
719
|
-
"commands",
|
|
720
|
-
"transfer",
|
|
721
|
-
"index.js"
|
|
722
|
-
]
|
|
723
|
-
},
|
|
724
626
|
"test-validator": {
|
|
725
627
|
"aliases": [],
|
|
726
628
|
"args": {},
|
|
@@ -906,7 +808,105 @@
|
|
|
906
808
|
"test-validator",
|
|
907
809
|
"index.js"
|
|
908
810
|
]
|
|
811
|
+
},
|
|
812
|
+
"transfer": {
|
|
813
|
+
"aliases": [],
|
|
814
|
+
"args": {},
|
|
815
|
+
"examples": [
|
|
816
|
+
"$ light transfer --mint PublicKey --to PublicKey --amount 1000"
|
|
817
|
+
],
|
|
818
|
+
"flags": {
|
|
819
|
+
"mint": {
|
|
820
|
+
"description": "Mint to transfer",
|
|
821
|
+
"name": "mint",
|
|
822
|
+
"required": true,
|
|
823
|
+
"hasDynamicHelp": false,
|
|
824
|
+
"multiple": false,
|
|
825
|
+
"type": "option"
|
|
826
|
+
},
|
|
827
|
+
"to": {
|
|
828
|
+
"description": "Recipient address",
|
|
829
|
+
"name": "to",
|
|
830
|
+
"required": true,
|
|
831
|
+
"hasDynamicHelp": false,
|
|
832
|
+
"multiple": false,
|
|
833
|
+
"type": "option"
|
|
834
|
+
},
|
|
835
|
+
"amount": {
|
|
836
|
+
"description": "Amount to send, in tokens",
|
|
837
|
+
"name": "amount",
|
|
838
|
+
"required": true,
|
|
839
|
+
"hasDynamicHelp": false,
|
|
840
|
+
"multiple": false,
|
|
841
|
+
"type": "option"
|
|
842
|
+
},
|
|
843
|
+
"fee-payer": {
|
|
844
|
+
"description": "Specify the fee-payer account. Defaults to the client keypair.",
|
|
845
|
+
"name": "fee-payer",
|
|
846
|
+
"required": false,
|
|
847
|
+
"hasDynamicHelp": false,
|
|
848
|
+
"multiple": false,
|
|
849
|
+
"type": "option"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"hasDynamicHelp": false,
|
|
853
|
+
"hiddenAliases": [],
|
|
854
|
+
"id": "transfer",
|
|
855
|
+
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
856
|
+
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
857
|
+
"pluginType": "core",
|
|
858
|
+
"strict": true,
|
|
859
|
+
"summary": "Transfer tokens from one account to another.",
|
|
860
|
+
"enableJsonFlag": false,
|
|
861
|
+
"isESM": false,
|
|
862
|
+
"relativePath": [
|
|
863
|
+
"dist",
|
|
864
|
+
"commands",
|
|
865
|
+
"transfer",
|
|
866
|
+
"index.js"
|
|
867
|
+
]
|
|
868
|
+
},
|
|
869
|
+
"token-balance": {
|
|
870
|
+
"aliases": [],
|
|
871
|
+
"args": {},
|
|
872
|
+
"examples": [
|
|
873
|
+
"$ light token-balance --mint=<ADDRESS> --owner=<ADDRESS>"
|
|
874
|
+
],
|
|
875
|
+
"flags": {
|
|
876
|
+
"owner": {
|
|
877
|
+
"description": "Address of the compressed token owner.",
|
|
878
|
+
"name": "owner",
|
|
879
|
+
"required": true,
|
|
880
|
+
"hasDynamicHelp": false,
|
|
881
|
+
"multiple": false,
|
|
882
|
+
"type": "option"
|
|
883
|
+
},
|
|
884
|
+
"mint": {
|
|
885
|
+
"description": "Mint address of the compressed token account.",
|
|
886
|
+
"name": "mint",
|
|
887
|
+
"required": true,
|
|
888
|
+
"hasDynamicHelp": false,
|
|
889
|
+
"multiple": false,
|
|
890
|
+
"type": "option"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"hasDynamicHelp": false,
|
|
894
|
+
"hiddenAliases": [],
|
|
895
|
+
"id": "token-balance",
|
|
896
|
+
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
897
|
+
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
898
|
+
"pluginType": "core",
|
|
899
|
+
"strict": true,
|
|
900
|
+
"summary": "Get balance",
|
|
901
|
+
"enableJsonFlag": false,
|
|
902
|
+
"isESM": false,
|
|
903
|
+
"relativePath": [
|
|
904
|
+
"dist",
|
|
905
|
+
"commands",
|
|
906
|
+
"token-balance",
|
|
907
|
+
"index.js"
|
|
908
|
+
]
|
|
909
909
|
}
|
|
910
910
|
},
|
|
911
|
-
"version": "0.27.1-alpha.
|
|
911
|
+
"version": "0.27.1-alpha.8"
|
|
912
912
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightprotocol/zk-compression-cli",
|
|
3
|
-
"version": "0.27.1-alpha.
|
|
3
|
+
"version": "0.27.1-alpha.8",
|
|
4
4
|
"description": "ZK Compression: Secure Scaling on Solana",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"tweetnacl": "^1.0.3",
|
|
50
50
|
"wait-on": "^7.2.0",
|
|
51
51
|
"which": "^5.0.0",
|
|
52
|
-
"@lightprotocol/compressed-token": "0.22.1-alpha.
|
|
53
|
-
"@lightprotocol/stateless.js": "0.22.1-alpha.
|
|
52
|
+
"@lightprotocol/compressed-token": "0.22.1-alpha.6",
|
|
53
|
+
"@lightprotocol/stateless.js": "0.22.1-alpha.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@eslint/js": "9.36.0",
|