@fepvenancio/stela-sdk 0.4.1 → 0.4.3
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 +4 -0
- package/dist/index.cjs +32 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +32 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/abi/stela.json +24 -1
package/package.json
CHANGED
package/src/abi/stela.json
CHANGED
|
@@ -769,6 +769,29 @@
|
|
|
769
769
|
"outputs": [],
|
|
770
770
|
"state_mutability": "external"
|
|
771
771
|
},
|
|
772
|
+
{
|
|
773
|
+
"type": "function",
|
|
774
|
+
"name": "set_fee_vault",
|
|
775
|
+
"inputs": [
|
|
776
|
+
{
|
|
777
|
+
"name": "fee_vault",
|
|
778
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
779
|
+
}
|
|
780
|
+
],
|
|
781
|
+
"outputs": [],
|
|
782
|
+
"state_mutability": "external"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"type": "function",
|
|
786
|
+
"name": "get_fee_vault",
|
|
787
|
+
"inputs": [],
|
|
788
|
+
"outputs": [
|
|
789
|
+
{
|
|
790
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"state_mutability": "view"
|
|
794
|
+
},
|
|
772
795
|
{
|
|
773
796
|
"type": "function",
|
|
774
797
|
"name": "pause",
|
|
@@ -1843,4 +1866,4 @@
|
|
|
1843
1866
|
}
|
|
1844
1867
|
]
|
|
1845
1868
|
}
|
|
1846
|
-
]
|
|
1869
|
+
]
|