@lightprotocol/zk-compression-cli 0.28.0-beta.6 → 0.28.0-beta.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": {},
|
|
@@ -954,7 +856,105 @@
|
|
|
954
856
|
"test-validator",
|
|
955
857
|
"index.js"
|
|
956
858
|
]
|
|
859
|
+
},
|
|
860
|
+
"token-balance": {
|
|
861
|
+
"aliases": [],
|
|
862
|
+
"args": {},
|
|
863
|
+
"examples": [
|
|
864
|
+
"$ light token-balance --mint=<ADDRESS> --owner=<ADDRESS>"
|
|
865
|
+
],
|
|
866
|
+
"flags": {
|
|
867
|
+
"owner": {
|
|
868
|
+
"description": "Address of the compressed token owner.",
|
|
869
|
+
"name": "owner",
|
|
870
|
+
"required": true,
|
|
871
|
+
"hasDynamicHelp": false,
|
|
872
|
+
"multiple": false,
|
|
873
|
+
"type": "option"
|
|
874
|
+
},
|
|
875
|
+
"mint": {
|
|
876
|
+
"description": "Mint address of the compressed token account.",
|
|
877
|
+
"name": "mint",
|
|
878
|
+
"required": true,
|
|
879
|
+
"hasDynamicHelp": false,
|
|
880
|
+
"multiple": false,
|
|
881
|
+
"type": "option"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"hasDynamicHelp": false,
|
|
885
|
+
"hiddenAliases": [],
|
|
886
|
+
"id": "token-balance",
|
|
887
|
+
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
888
|
+
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
889
|
+
"pluginType": "core",
|
|
890
|
+
"strict": true,
|
|
891
|
+
"summary": "Get balance",
|
|
892
|
+
"enableJsonFlag": false,
|
|
893
|
+
"isESM": false,
|
|
894
|
+
"relativePath": [
|
|
895
|
+
"dist",
|
|
896
|
+
"commands",
|
|
897
|
+
"token-balance",
|
|
898
|
+
"index.js"
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
"transfer": {
|
|
902
|
+
"aliases": [],
|
|
903
|
+
"args": {},
|
|
904
|
+
"examples": [
|
|
905
|
+
"$ light transfer --mint PublicKey --to PublicKey --amount 1000"
|
|
906
|
+
],
|
|
907
|
+
"flags": {
|
|
908
|
+
"mint": {
|
|
909
|
+
"description": "Mint to transfer",
|
|
910
|
+
"name": "mint",
|
|
911
|
+
"required": true,
|
|
912
|
+
"hasDynamicHelp": false,
|
|
913
|
+
"multiple": false,
|
|
914
|
+
"type": "option"
|
|
915
|
+
},
|
|
916
|
+
"to": {
|
|
917
|
+
"description": "Recipient address",
|
|
918
|
+
"name": "to",
|
|
919
|
+
"required": true,
|
|
920
|
+
"hasDynamicHelp": false,
|
|
921
|
+
"multiple": false,
|
|
922
|
+
"type": "option"
|
|
923
|
+
},
|
|
924
|
+
"amount": {
|
|
925
|
+
"description": "Amount to send, in tokens",
|
|
926
|
+
"name": "amount",
|
|
927
|
+
"required": true,
|
|
928
|
+
"hasDynamicHelp": false,
|
|
929
|
+
"multiple": false,
|
|
930
|
+
"type": "option"
|
|
931
|
+
},
|
|
932
|
+
"fee-payer": {
|
|
933
|
+
"description": "Specify the fee-payer account. Defaults to the client keypair.",
|
|
934
|
+
"name": "fee-payer",
|
|
935
|
+
"required": false,
|
|
936
|
+
"hasDynamicHelp": false,
|
|
937
|
+
"multiple": false,
|
|
938
|
+
"type": "option"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"hasDynamicHelp": false,
|
|
942
|
+
"hiddenAliases": [],
|
|
943
|
+
"id": "transfer",
|
|
944
|
+
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
945
|
+
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
946
|
+
"pluginType": "core",
|
|
947
|
+
"strict": true,
|
|
948
|
+
"summary": "Transfer tokens from one account to another.",
|
|
949
|
+
"enableJsonFlag": false,
|
|
950
|
+
"isESM": false,
|
|
951
|
+
"relativePath": [
|
|
952
|
+
"dist",
|
|
953
|
+
"commands",
|
|
954
|
+
"transfer",
|
|
955
|
+
"index.js"
|
|
956
|
+
]
|
|
957
957
|
}
|
|
958
958
|
},
|
|
959
|
-
"version": "0.28.0-beta.
|
|
959
|
+
"version": "0.28.0-beta.8"
|
|
960
960
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightprotocol/zk-compression-cli",
|
|
3
|
-
"version": "0.28.0-beta.
|
|
3
|
+
"version": "0.28.0-beta.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/
|
|
53
|
-
"@lightprotocol/
|
|
52
|
+
"@lightprotocol/stateless.js": "0.23.0-beta.8",
|
|
53
|
+
"@lightprotocol/compressed-token": "0.23.0-beta.8"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@eslint/js": "9.36.0",
|