@monolythium/core-sdk 0.3.15 → 0.3.16
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/dist/crypto/index.d.cts +2 -2
- package/dist/crypto/index.d.ts +2 -2
- package/dist/index.cjs +9 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/{submission-BeEYbbGi.d.cts → submission-D6N5r9Rb.d.cts} +23 -0
- package/dist/{submission-BeEYbbGi.d.ts → submission-D6N5r9Rb.d.ts} +23 -0
- package/package.json +1 -1
package/dist/crypto/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as MlDsa65Backend } from '../submission-
|
|
2
|
-
export { iw as ADDRESS_DERIVATION_DOMAIN, ix as DKG_AEAD_TAG_LEN, iy as DKG_NONCE_LEN, iz as DecryptHint, iA as ENCRYPTED_SUBMISSION_UNAVAILABLE_MESSAGE, iB as ENUM_VARIANT_INDEX_ML_DSA_65, iC as EncryptedEnvelope, iD as EncryptedSubmission, E as EncryptionKey, iE as ML_DSA_65_PUBLIC_KEY_LEN, iF as ML_DSA_65_SEED_LEN, iG as ML_DSA_65_SIGNATURE_LEN, iH as ML_DSA_65_SIGNING_KEY_LEN, iI as ML_KEM_768_CIPHERTEXT_LEN, iJ as ML_KEM_768_ENCAPSULATION_KEY_LEN, iK as ML_KEM_768_SHARED_SECRET_LEN, F as MempoolClass, D as NativeEvmTxFields, iL as NativeTxExtension, iM as NativeTxExtensionDescriptor, iN as NativeTxExtensionLike, iO as NonceAad, iP as PlaintextSubmission, iQ as STANDARD_ALGO_NUMBER_ML_DSA_65, iR as bincodeDecryptHint, iS as bincodeEncryptedEnvelope, iT as bincodeNonceAad, iU as bincodeSignedTransaction, iV as buildEncryptedEnvelope, iW as buildEncryptedSubmission, iX as buildPlaintextSubmission, iY as encodeMlDsa65Opaque, iZ as encodeTransactionForHash, i_ as encryptInnerTx, i$ as fetchEncryptionKey, j0 as mlDsa65AddressBytes, j1 as mlDsa65AddressFromPublicKey, j2 as outerSigDigest, j3 as submitEncryptedEnvelope, j4 as submitPlaintextTransaction, j5 as submitTransactionWithPrivacy } from '../submission-
|
|
1
|
+
import { I as MlDsa65Backend } from '../submission-D6N5r9Rb.cjs';
|
|
2
|
+
export { iw as ADDRESS_DERIVATION_DOMAIN, ix as DKG_AEAD_TAG_LEN, iy as DKG_NONCE_LEN, iz as DecryptHint, iA as ENCRYPTED_SUBMISSION_UNAVAILABLE_MESSAGE, iB as ENUM_VARIANT_INDEX_ML_DSA_65, iC as EncryptedEnvelope, iD as EncryptedSubmission, E as EncryptionKey, iE as ML_DSA_65_PUBLIC_KEY_LEN, iF as ML_DSA_65_SEED_LEN, iG as ML_DSA_65_SIGNATURE_LEN, iH as ML_DSA_65_SIGNING_KEY_LEN, iI as ML_KEM_768_CIPHERTEXT_LEN, iJ as ML_KEM_768_ENCAPSULATION_KEY_LEN, iK as ML_KEM_768_SHARED_SECRET_LEN, F as MempoolClass, D as NativeEvmTxFields, iL as NativeTxExtension, iM as NativeTxExtensionDescriptor, iN as NativeTxExtensionLike, iO as NonceAad, iP as PlaintextSubmission, iQ as STANDARD_ALGO_NUMBER_ML_DSA_65, iR as bincodeDecryptHint, iS as bincodeEncryptedEnvelope, iT as bincodeNonceAad, iU as bincodeSignedTransaction, iV as buildEncryptedEnvelope, iW as buildEncryptedSubmission, iX as buildPlaintextSubmission, iY as encodeMlDsa65Opaque, iZ as encodeTransactionForHash, i_ as encryptInnerTx, i$ as fetchEncryptionKey, j0 as mlDsa65AddressBytes, j1 as mlDsa65AddressFromPublicKey, j2 as outerSigDigest, j3 as submitEncryptedEnvelope, j4 as submitPlaintextTransaction, j5 as submitTransactionWithPrivacy } from '../submission-D6N5r9Rb.cjs';
|
|
3
3
|
|
|
4
4
|
declare class BincodeWriter {
|
|
5
5
|
#private;
|
package/dist/crypto/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as MlDsa65Backend } from '../submission-
|
|
2
|
-
export { iw as ADDRESS_DERIVATION_DOMAIN, ix as DKG_AEAD_TAG_LEN, iy as DKG_NONCE_LEN, iz as DecryptHint, iA as ENCRYPTED_SUBMISSION_UNAVAILABLE_MESSAGE, iB as ENUM_VARIANT_INDEX_ML_DSA_65, iC as EncryptedEnvelope, iD as EncryptedSubmission, E as EncryptionKey, iE as ML_DSA_65_PUBLIC_KEY_LEN, iF as ML_DSA_65_SEED_LEN, iG as ML_DSA_65_SIGNATURE_LEN, iH as ML_DSA_65_SIGNING_KEY_LEN, iI as ML_KEM_768_CIPHERTEXT_LEN, iJ as ML_KEM_768_ENCAPSULATION_KEY_LEN, iK as ML_KEM_768_SHARED_SECRET_LEN, F as MempoolClass, D as NativeEvmTxFields, iL as NativeTxExtension, iM as NativeTxExtensionDescriptor, iN as NativeTxExtensionLike, iO as NonceAad, iP as PlaintextSubmission, iQ as STANDARD_ALGO_NUMBER_ML_DSA_65, iR as bincodeDecryptHint, iS as bincodeEncryptedEnvelope, iT as bincodeNonceAad, iU as bincodeSignedTransaction, iV as buildEncryptedEnvelope, iW as buildEncryptedSubmission, iX as buildPlaintextSubmission, iY as encodeMlDsa65Opaque, iZ as encodeTransactionForHash, i_ as encryptInnerTx, i$ as fetchEncryptionKey, j0 as mlDsa65AddressBytes, j1 as mlDsa65AddressFromPublicKey, j2 as outerSigDigest, j3 as submitEncryptedEnvelope, j4 as submitPlaintextTransaction, j5 as submitTransactionWithPrivacy } from '../submission-
|
|
1
|
+
import { I as MlDsa65Backend } from '../submission-D6N5r9Rb.js';
|
|
2
|
+
export { iw as ADDRESS_DERIVATION_DOMAIN, ix as DKG_AEAD_TAG_LEN, iy as DKG_NONCE_LEN, iz as DecryptHint, iA as ENCRYPTED_SUBMISSION_UNAVAILABLE_MESSAGE, iB as ENUM_VARIANT_INDEX_ML_DSA_65, iC as EncryptedEnvelope, iD as EncryptedSubmission, E as EncryptionKey, iE as ML_DSA_65_PUBLIC_KEY_LEN, iF as ML_DSA_65_SEED_LEN, iG as ML_DSA_65_SIGNATURE_LEN, iH as ML_DSA_65_SIGNING_KEY_LEN, iI as ML_KEM_768_CIPHERTEXT_LEN, iJ as ML_KEM_768_ENCAPSULATION_KEY_LEN, iK as ML_KEM_768_SHARED_SECRET_LEN, F as MempoolClass, D as NativeEvmTxFields, iL as NativeTxExtension, iM as NativeTxExtensionDescriptor, iN as NativeTxExtensionLike, iO as NonceAad, iP as PlaintextSubmission, iQ as STANDARD_ALGO_NUMBER_ML_DSA_65, iR as bincodeDecryptHint, iS as bincodeEncryptedEnvelope, iT as bincodeNonceAad, iU as bincodeSignedTransaction, iV as buildEncryptedEnvelope, iW as buildEncryptedSubmission, iX as buildPlaintextSubmission, iY as encodeMlDsa65Opaque, iZ as encodeTransactionForHash, i_ as encryptInnerTx, i$ as fetchEncryptionKey, j0 as mlDsa65AddressBytes, j1 as mlDsa65AddressFromPublicKey, j2 as outerSigDigest, j3 as submitEncryptedEnvelope, j4 as submitPlaintextTransaction, j5 as submitTransactionWithPrivacy } from '../submission-D6N5r9Rb.js';
|
|
3
3
|
|
|
4
4
|
declare class BincodeWriter {
|
|
5
5
|
#private;
|
package/dist/index.cjs
CHANGED
|
@@ -3571,6 +3571,14 @@ var RpcClient = class _RpcClient {
|
|
|
3571
3571
|
async lythTotalBurned() {
|
|
3572
3572
|
return this.call("lyth_totalBurned", []);
|
|
3573
3573
|
}
|
|
3574
|
+
/** `lyth_totalMinted` — cumulative minted native LYTH from block rewards (decimal lythoshi string, H1/#60). */
|
|
3575
|
+
async lythTotalMinted() {
|
|
3576
|
+
return this.call("lyth_totalMinted", []);
|
|
3577
|
+
}
|
|
3578
|
+
/** `lyth_totalSupply` — authoritative supply accounting: `{ initial, minted, burned, current }` (H1/#60). */
|
|
3579
|
+
async lythTotalSupply() {
|
|
3580
|
+
return this.call("lyth_totalSupply", []);
|
|
3581
|
+
}
|
|
3574
3582
|
/** `lyth_swapIntentStatus` — bridge swap-intent / DKG-reshare lifecycle for one intent id. */
|
|
3575
3583
|
async lythSwapIntentStatus(intentId) {
|
|
3576
3584
|
let id;
|
|
@@ -9727,7 +9735,7 @@ var MONOLYTHIUM_NETWORKS = {
|
|
|
9727
9735
|
};
|
|
9728
9736
|
|
|
9729
9737
|
// src/index.ts
|
|
9730
|
-
var version = "0.3.
|
|
9738
|
+
var version = "0.3.16";
|
|
9731
9739
|
|
|
9732
9740
|
exports.ADDRESS_HRP = ADDRESS_HRP;
|
|
9733
9741
|
exports.ADDRESS_KIND_HRPS = ADDRESS_KIND_HRPS;
|