Comparing version 0.0.47 to 0.0.48
@@ -14,2 +14,3 @@ const SuiCommonMethods = require('./SuiCommonMethods.js'); | ||
const { requestSuiFromFaucetV0, getFaucetHost } = require('@mysten/sui.js/faucet'); | ||
const { TransactionBlock,Transactions } = require('@mysten/sui.js/transactions'); | ||
@@ -142,2 +143,10 @@ class SuiMaster extends SuiCommonMethods { | ||
get TransactionBlock() { | ||
return TransactionBlock; | ||
} | ||
get Transactions() { | ||
return Transactions; | ||
} | ||
/** | ||
@@ -392,3 +401,5 @@ * Referencing it here to get rid of circullar dependency. So you can always call SuiObject contructor if you have instance of SuiMaster | ||
SuiMaster.MIST_PER_SUI = BigInt(MIST_PER_SUI); | ||
SuiMaster.TransactionBlock = TransactionBlock; | ||
SuiMaster.Transactions = Transactions; | ||
module.exports = SuiMaster; |
{ | ||
"name": "suidouble", | ||
"version": "0.0.47", | ||
"version": "0.0.48", | ||
"description": "Set of provider, package and object classes for javascript representation of Sui Move smart contracts. Use same code for publishing, upgrading, integration testing, interaction with smart contracts and integration in browser web3 dapps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
221511
3474