@monolythium/core-sdk 0.2.2 → 0.3.1
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 +12 -26
- package/dist/crypto/index.d.cts +2 -3
- package/dist/crypto/index.d.ts +2 -3
- package/dist/index.cjs +10 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +69 -5
- package/dist/index.d.ts +69 -5
- package/dist/index.js +10 -26
- package/dist/index.js.map +1 -1
- package/dist/{native-events-CA0yrnj-.d.cts → submission-D8xzCLNl.d.cts} +131 -51
- package/dist/{native-events-CA0yrnj-.d.ts → submission-D8xzCLNl.d.ts} +131 -51
- package/package.json +11 -25
- package/dist/ethers/index.cjs +0 -2169
- package/dist/ethers/index.cjs.map +0 -1
- package/dist/ethers/index.d.cts +0 -300
- package/dist/ethers/index.d.ts +0 -300
- package/dist/ethers/index.js +0 -2160
- package/dist/ethers/index.js.map +0 -1
- package/dist/network-BK2u9br2.d.cts +0 -31
- package/dist/network-BK2u9br2.d.ts +0 -31
- package/dist/submission-AOqfeSIS.d.cts +0 -131
- package/dist/submission-msoZzFIa.d.ts +0 -131
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Network identity for the ethers.js compat shim.
|
|
3
|
-
*
|
|
4
|
-
* Monolythium testnet `chain_id` is **`69420`**.
|
|
5
|
-
* Mainnet chain id is reserved for the genesis ceremony and not yet
|
|
6
|
-
* exported.
|
|
7
|
-
*/
|
|
8
|
-
/** Monolythium v4.1 testnet chain id. */
|
|
9
|
-
declare const MONOLYTHIUM_TESTNET_CHAIN_ID = 69420n;
|
|
10
|
-
/** Network name surfaced to ethers `Network` instances. */
|
|
11
|
-
declare const MONOLYTHIUM_TESTNET_NETWORK_NAME = "monolythium-testnet";
|
|
12
|
-
/**
|
|
13
|
-
* Built-in network presets for the ethers shim. Callers that point at a
|
|
14
|
-
* different chain id (e.g. a local dev node) construct `MonolythiumProvider`
|
|
15
|
-
* with an explicit `network` option instead.
|
|
16
|
-
*/
|
|
17
|
-
declare const MONOLYTHIUM_NETWORKS: {
|
|
18
|
-
readonly testnet: {
|
|
19
|
-
readonly chainId: 69420n;
|
|
20
|
-
readonly name: "monolythium-testnet";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
/** Configuration object accepted by the ethers shim factory functions. */
|
|
24
|
-
interface MonolythiumNetworkConfig {
|
|
25
|
-
/** Numeric chain id (e.g. `69420n`). */
|
|
26
|
-
chainId: bigint;
|
|
27
|
-
/** Human-readable network name. */
|
|
28
|
-
name: string;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export { MONOLYTHIUM_TESTNET_CHAIN_ID as M, MONOLYTHIUM_TESTNET_NETWORK_NAME as a, type MonolythiumNetworkConfig as b, MONOLYTHIUM_NETWORKS as c };
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Network identity for the ethers.js compat shim.
|
|
3
|
-
*
|
|
4
|
-
* Monolythium testnet `chain_id` is **`69420`**.
|
|
5
|
-
* Mainnet chain id is reserved for the genesis ceremony and not yet
|
|
6
|
-
* exported.
|
|
7
|
-
*/
|
|
8
|
-
/** Monolythium v4.1 testnet chain id. */
|
|
9
|
-
declare const MONOLYTHIUM_TESTNET_CHAIN_ID = 69420n;
|
|
10
|
-
/** Network name surfaced to ethers `Network` instances. */
|
|
11
|
-
declare const MONOLYTHIUM_TESTNET_NETWORK_NAME = "monolythium-testnet";
|
|
12
|
-
/**
|
|
13
|
-
* Built-in network presets for the ethers shim. Callers that point at a
|
|
14
|
-
* different chain id (e.g. a local dev node) construct `MonolythiumProvider`
|
|
15
|
-
* with an explicit `network` option instead.
|
|
16
|
-
*/
|
|
17
|
-
declare const MONOLYTHIUM_NETWORKS: {
|
|
18
|
-
readonly testnet: {
|
|
19
|
-
readonly chainId: 69420n;
|
|
20
|
-
readonly name: "monolythium-testnet";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
/** Configuration object accepted by the ethers shim factory functions. */
|
|
24
|
-
interface MonolythiumNetworkConfig {
|
|
25
|
-
/** Numeric chain id (e.g. `69420n`). */
|
|
26
|
-
chainId: bigint;
|
|
27
|
-
/** Human-readable network name. */
|
|
28
|
-
name: string;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export { MONOLYTHIUM_TESTNET_CHAIN_ID as M, MONOLYTHIUM_TESTNET_NETWORK_NAME as a, type MonolythiumNetworkConfig as b, MONOLYTHIUM_NETWORKS as c };
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { D as RpcClient } from './native-events-CA0yrnj-.cjs';
|
|
2
|
-
|
|
3
|
-
declare const ML_KEM_768_CIPHERTEXT_LEN = 1088;
|
|
4
|
-
declare const ML_KEM_768_ENCAPSULATION_KEY_LEN = 1184;
|
|
5
|
-
declare const ML_KEM_768_SHARED_SECRET_LEN = 32;
|
|
6
|
-
declare const DKG_NONCE_LEN = 12;
|
|
7
|
-
declare const DKG_AEAD_TAG_LEN = 16;
|
|
8
|
-
declare const MempoolClass: {
|
|
9
|
-
readonly Transfer: 0;
|
|
10
|
-
readonly ContractCall: 1;
|
|
11
|
-
readonly PrivacyOp: 2;
|
|
12
|
-
readonly CLOBOp: 3;
|
|
13
|
-
readonly AgentOp: 4;
|
|
14
|
-
readonly FoundationOp: 5;
|
|
15
|
-
/** @deprecated Use FoundationOp. */
|
|
16
|
-
readonly GovernanceOp: 5;
|
|
17
|
-
readonly RWAOp: 6;
|
|
18
|
-
};
|
|
19
|
-
type MempoolClass = (typeof MempoolClass)[keyof typeof MempoolClass];
|
|
20
|
-
interface NonceAad {
|
|
21
|
-
sender: Uint8Array;
|
|
22
|
-
nonce: bigint;
|
|
23
|
-
chainId: bigint;
|
|
24
|
-
class: MempoolClass;
|
|
25
|
-
maxFeePerGas: bigint;
|
|
26
|
-
maxPriorityFeePerGas: bigint;
|
|
27
|
-
gasLimit: bigint;
|
|
28
|
-
}
|
|
29
|
-
interface DecryptHint {
|
|
30
|
-
epoch: bigint;
|
|
31
|
-
scheme: number;
|
|
32
|
-
}
|
|
33
|
-
interface EncryptedEnvelope {
|
|
34
|
-
nonceAad: NonceAad;
|
|
35
|
-
ciphertext: Uint8Array;
|
|
36
|
-
decryptionHint: DecryptHint;
|
|
37
|
-
senderPubkey: Uint8Array;
|
|
38
|
-
outerSignature: Uint8Array;
|
|
39
|
-
sender: Uint8Array;
|
|
40
|
-
}
|
|
41
|
-
declare function bincodeNonceAad(aad: NonceAad): Uint8Array;
|
|
42
|
-
declare function bincodeDecryptHint(hint: DecryptHint): Uint8Array;
|
|
43
|
-
declare function bincodeEncryptedEnvelope(env: EncryptedEnvelope): Uint8Array;
|
|
44
|
-
declare function encryptInnerTx(signedInnerTxBincode: Uint8Array, nonceAad: NonceAad, kemEncapsulationKey: Uint8Array): Uint8Array;
|
|
45
|
-
declare function outerSigDigest(nonceAad: NonceAad, ciphertext: Uint8Array, decryptionHint: DecryptHint, senderPubkey: Uint8Array): Uint8Array;
|
|
46
|
-
declare function buildEncryptedEnvelope(args: {
|
|
47
|
-
signedInnerTxBincode: Uint8Array;
|
|
48
|
-
nonceAad: NonceAad;
|
|
49
|
-
decryptionHint: DecryptHint;
|
|
50
|
-
kemEncapsulationKey: Uint8Array;
|
|
51
|
-
senderAddress: Uint8Array;
|
|
52
|
-
senderPubkey: Uint8Array;
|
|
53
|
-
signOuterDigest: (digest: Uint8Array) => Promise<Uint8Array> | Uint8Array;
|
|
54
|
-
}): Promise<{
|
|
55
|
-
envelope: EncryptedEnvelope;
|
|
56
|
-
wireBytes: Uint8Array;
|
|
57
|
-
wireHex: string;
|
|
58
|
-
}>;
|
|
59
|
-
|
|
60
|
-
interface NativeEvmTxFields {
|
|
61
|
-
chainId: bigint | number | string;
|
|
62
|
-
nonce: bigint | number | string;
|
|
63
|
-
maxPriorityFeePerGas: bigint | number | string;
|
|
64
|
-
maxFeePerGas: bigint | number | string;
|
|
65
|
-
gasLimit: bigint | number | string;
|
|
66
|
-
to: Uint8Array | readonly number[] | string | null;
|
|
67
|
-
value: bigint | number | string;
|
|
68
|
-
input?: Uint8Array | readonly number[] | string;
|
|
69
|
-
extensions?: readonly NativeTxExtensionLike[];
|
|
70
|
-
}
|
|
71
|
-
interface NativeTxExtension {
|
|
72
|
-
kind: number;
|
|
73
|
-
body: Uint8Array | readonly number[] | string;
|
|
74
|
-
}
|
|
75
|
-
interface NativeTxExtensionDescriptor {
|
|
76
|
-
kind: number;
|
|
77
|
-
bodyHex: string;
|
|
78
|
-
}
|
|
79
|
-
type NativeTxExtensionLike = NativeTxExtension | NativeTxExtensionDescriptor;
|
|
80
|
-
declare function encodeTransactionForHash(fields: NativeEvmTxFields, tag: 0x01 | 0x02): Uint8Array;
|
|
81
|
-
declare function bincodeSignedTransaction(fields: NativeEvmTxFields, signature: Uint8Array | readonly number[], publicKey: Uint8Array | readonly number[]): Uint8Array;
|
|
82
|
-
|
|
83
|
-
declare const ML_DSA_65_SEED_LEN = 32;
|
|
84
|
-
declare const ML_DSA_65_SIGNING_KEY_LEN = 4032;
|
|
85
|
-
declare const ML_DSA_65_PUBLIC_KEY_LEN = 1952;
|
|
86
|
-
declare const ML_DSA_65_SIGNATURE_LEN = 3309;
|
|
87
|
-
declare const STANDARD_ALGO_NUMBER_ML_DSA_65 = 1001;
|
|
88
|
-
declare const ENUM_VARIANT_INDEX_ML_DSA_65 = 5;
|
|
89
|
-
declare const ADDRESS_DERIVATION_DOMAIN = "MONO_ADDRESS_BLAKE3_20_V1";
|
|
90
|
-
declare class MlDsa65Backend {
|
|
91
|
-
#private;
|
|
92
|
-
private constructor();
|
|
93
|
-
static fromSeed(seed: Uint8Array | readonly number[]): MlDsa65Backend;
|
|
94
|
-
publicKey(): Uint8Array;
|
|
95
|
-
addressBytes(): Uint8Array;
|
|
96
|
-
getAddress(): string;
|
|
97
|
-
sign(message: Uint8Array): Uint8Array;
|
|
98
|
-
signPrehash(digest: Uint8Array): Uint8Array;
|
|
99
|
-
verify(message: Uint8Array, signature: Uint8Array): boolean;
|
|
100
|
-
signEvmTx(fields: NativeEvmTxFields): {
|
|
101
|
-
wireHex: string;
|
|
102
|
-
wireBytes: Uint8Array;
|
|
103
|
-
sighash: Uint8Array;
|
|
104
|
-
txHash: Uint8Array;
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
declare function mlDsa65AddressFromPublicKey(publicKey: Uint8Array | readonly number[]): string;
|
|
108
|
-
declare function mlDsa65AddressBytes(publicKey: Uint8Array | readonly number[]): Uint8Array;
|
|
109
|
-
declare function encodeMlDsa65Opaque(raw: Uint8Array | readonly number[]): Uint8Array;
|
|
110
|
-
|
|
111
|
-
interface EncryptionKey {
|
|
112
|
-
algo: string;
|
|
113
|
-
epoch: bigint;
|
|
114
|
-
encapsulationKey: Uint8Array;
|
|
115
|
-
}
|
|
116
|
-
interface EncryptedSubmission {
|
|
117
|
-
envelopeWireHex: string;
|
|
118
|
-
innerSighashHex: string;
|
|
119
|
-
innerTxHashHex: string;
|
|
120
|
-
innerWireBytes: number;
|
|
121
|
-
}
|
|
122
|
-
declare function fetchEncryptionKey(client: RpcClient): Promise<EncryptionKey>;
|
|
123
|
-
declare function buildEncryptedSubmission(args: {
|
|
124
|
-
backend: MlDsa65Backend;
|
|
125
|
-
tx: NativeEvmTxFields;
|
|
126
|
-
encryptionKey: EncryptionKey;
|
|
127
|
-
class?: MempoolClass;
|
|
128
|
-
}): Promise<EncryptedSubmission>;
|
|
129
|
-
declare function submitEncryptedEnvelope(client: RpcClient, envelopeWireHex: string): Promise<string>;
|
|
130
|
-
|
|
131
|
-
export { ADDRESS_DERIVATION_DOMAIN as A, fetchEncryptionKey as B, mlDsa65AddressBytes as C, DKG_AEAD_TAG_LEN as D, type EncryptionKey as E, mlDsa65AddressFromPublicKey as F, outerSigDigest as G, submitEncryptedEnvelope as H, MempoolClass as M, type NativeEvmTxFields as N, STANDARD_ALGO_NUMBER_ML_DSA_65 as S, MlDsa65Backend as a, DKG_NONCE_LEN as b, type DecryptHint as c, ENUM_VARIANT_INDEX_ML_DSA_65 as d, type EncryptedEnvelope as e, type EncryptedSubmission as f, ML_DSA_65_PUBLIC_KEY_LEN as g, ML_DSA_65_SEED_LEN as h, ML_DSA_65_SIGNATURE_LEN as i, ML_DSA_65_SIGNING_KEY_LEN as j, ML_KEM_768_CIPHERTEXT_LEN as k, ML_KEM_768_ENCAPSULATION_KEY_LEN as l, ML_KEM_768_SHARED_SECRET_LEN as m, type NativeTxExtension as n, type NativeTxExtensionDescriptor as o, type NativeTxExtensionLike as p, type NonceAad as q, bincodeDecryptHint as r, bincodeEncryptedEnvelope as s, bincodeNonceAad as t, bincodeSignedTransaction as u, buildEncryptedEnvelope as v, buildEncryptedSubmission as w, encodeMlDsa65Opaque as x, encodeTransactionForHash as y, encryptInnerTx as z };
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { D as RpcClient } from './native-events-CA0yrnj-.js';
|
|
2
|
-
|
|
3
|
-
declare const ML_KEM_768_CIPHERTEXT_LEN = 1088;
|
|
4
|
-
declare const ML_KEM_768_ENCAPSULATION_KEY_LEN = 1184;
|
|
5
|
-
declare const ML_KEM_768_SHARED_SECRET_LEN = 32;
|
|
6
|
-
declare const DKG_NONCE_LEN = 12;
|
|
7
|
-
declare const DKG_AEAD_TAG_LEN = 16;
|
|
8
|
-
declare const MempoolClass: {
|
|
9
|
-
readonly Transfer: 0;
|
|
10
|
-
readonly ContractCall: 1;
|
|
11
|
-
readonly PrivacyOp: 2;
|
|
12
|
-
readonly CLOBOp: 3;
|
|
13
|
-
readonly AgentOp: 4;
|
|
14
|
-
readonly FoundationOp: 5;
|
|
15
|
-
/** @deprecated Use FoundationOp. */
|
|
16
|
-
readonly GovernanceOp: 5;
|
|
17
|
-
readonly RWAOp: 6;
|
|
18
|
-
};
|
|
19
|
-
type MempoolClass = (typeof MempoolClass)[keyof typeof MempoolClass];
|
|
20
|
-
interface NonceAad {
|
|
21
|
-
sender: Uint8Array;
|
|
22
|
-
nonce: bigint;
|
|
23
|
-
chainId: bigint;
|
|
24
|
-
class: MempoolClass;
|
|
25
|
-
maxFeePerGas: bigint;
|
|
26
|
-
maxPriorityFeePerGas: bigint;
|
|
27
|
-
gasLimit: bigint;
|
|
28
|
-
}
|
|
29
|
-
interface DecryptHint {
|
|
30
|
-
epoch: bigint;
|
|
31
|
-
scheme: number;
|
|
32
|
-
}
|
|
33
|
-
interface EncryptedEnvelope {
|
|
34
|
-
nonceAad: NonceAad;
|
|
35
|
-
ciphertext: Uint8Array;
|
|
36
|
-
decryptionHint: DecryptHint;
|
|
37
|
-
senderPubkey: Uint8Array;
|
|
38
|
-
outerSignature: Uint8Array;
|
|
39
|
-
sender: Uint8Array;
|
|
40
|
-
}
|
|
41
|
-
declare function bincodeNonceAad(aad: NonceAad): Uint8Array;
|
|
42
|
-
declare function bincodeDecryptHint(hint: DecryptHint): Uint8Array;
|
|
43
|
-
declare function bincodeEncryptedEnvelope(env: EncryptedEnvelope): Uint8Array;
|
|
44
|
-
declare function encryptInnerTx(signedInnerTxBincode: Uint8Array, nonceAad: NonceAad, kemEncapsulationKey: Uint8Array): Uint8Array;
|
|
45
|
-
declare function outerSigDigest(nonceAad: NonceAad, ciphertext: Uint8Array, decryptionHint: DecryptHint, senderPubkey: Uint8Array): Uint8Array;
|
|
46
|
-
declare function buildEncryptedEnvelope(args: {
|
|
47
|
-
signedInnerTxBincode: Uint8Array;
|
|
48
|
-
nonceAad: NonceAad;
|
|
49
|
-
decryptionHint: DecryptHint;
|
|
50
|
-
kemEncapsulationKey: Uint8Array;
|
|
51
|
-
senderAddress: Uint8Array;
|
|
52
|
-
senderPubkey: Uint8Array;
|
|
53
|
-
signOuterDigest: (digest: Uint8Array) => Promise<Uint8Array> | Uint8Array;
|
|
54
|
-
}): Promise<{
|
|
55
|
-
envelope: EncryptedEnvelope;
|
|
56
|
-
wireBytes: Uint8Array;
|
|
57
|
-
wireHex: string;
|
|
58
|
-
}>;
|
|
59
|
-
|
|
60
|
-
interface NativeEvmTxFields {
|
|
61
|
-
chainId: bigint | number | string;
|
|
62
|
-
nonce: bigint | number | string;
|
|
63
|
-
maxPriorityFeePerGas: bigint | number | string;
|
|
64
|
-
maxFeePerGas: bigint | number | string;
|
|
65
|
-
gasLimit: bigint | number | string;
|
|
66
|
-
to: Uint8Array | readonly number[] | string | null;
|
|
67
|
-
value: bigint | number | string;
|
|
68
|
-
input?: Uint8Array | readonly number[] | string;
|
|
69
|
-
extensions?: readonly NativeTxExtensionLike[];
|
|
70
|
-
}
|
|
71
|
-
interface NativeTxExtension {
|
|
72
|
-
kind: number;
|
|
73
|
-
body: Uint8Array | readonly number[] | string;
|
|
74
|
-
}
|
|
75
|
-
interface NativeTxExtensionDescriptor {
|
|
76
|
-
kind: number;
|
|
77
|
-
bodyHex: string;
|
|
78
|
-
}
|
|
79
|
-
type NativeTxExtensionLike = NativeTxExtension | NativeTxExtensionDescriptor;
|
|
80
|
-
declare function encodeTransactionForHash(fields: NativeEvmTxFields, tag: 0x01 | 0x02): Uint8Array;
|
|
81
|
-
declare function bincodeSignedTransaction(fields: NativeEvmTxFields, signature: Uint8Array | readonly number[], publicKey: Uint8Array | readonly number[]): Uint8Array;
|
|
82
|
-
|
|
83
|
-
declare const ML_DSA_65_SEED_LEN = 32;
|
|
84
|
-
declare const ML_DSA_65_SIGNING_KEY_LEN = 4032;
|
|
85
|
-
declare const ML_DSA_65_PUBLIC_KEY_LEN = 1952;
|
|
86
|
-
declare const ML_DSA_65_SIGNATURE_LEN = 3309;
|
|
87
|
-
declare const STANDARD_ALGO_NUMBER_ML_DSA_65 = 1001;
|
|
88
|
-
declare const ENUM_VARIANT_INDEX_ML_DSA_65 = 5;
|
|
89
|
-
declare const ADDRESS_DERIVATION_DOMAIN = "MONO_ADDRESS_BLAKE3_20_V1";
|
|
90
|
-
declare class MlDsa65Backend {
|
|
91
|
-
#private;
|
|
92
|
-
private constructor();
|
|
93
|
-
static fromSeed(seed: Uint8Array | readonly number[]): MlDsa65Backend;
|
|
94
|
-
publicKey(): Uint8Array;
|
|
95
|
-
addressBytes(): Uint8Array;
|
|
96
|
-
getAddress(): string;
|
|
97
|
-
sign(message: Uint8Array): Uint8Array;
|
|
98
|
-
signPrehash(digest: Uint8Array): Uint8Array;
|
|
99
|
-
verify(message: Uint8Array, signature: Uint8Array): boolean;
|
|
100
|
-
signEvmTx(fields: NativeEvmTxFields): {
|
|
101
|
-
wireHex: string;
|
|
102
|
-
wireBytes: Uint8Array;
|
|
103
|
-
sighash: Uint8Array;
|
|
104
|
-
txHash: Uint8Array;
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
declare function mlDsa65AddressFromPublicKey(publicKey: Uint8Array | readonly number[]): string;
|
|
108
|
-
declare function mlDsa65AddressBytes(publicKey: Uint8Array | readonly number[]): Uint8Array;
|
|
109
|
-
declare function encodeMlDsa65Opaque(raw: Uint8Array | readonly number[]): Uint8Array;
|
|
110
|
-
|
|
111
|
-
interface EncryptionKey {
|
|
112
|
-
algo: string;
|
|
113
|
-
epoch: bigint;
|
|
114
|
-
encapsulationKey: Uint8Array;
|
|
115
|
-
}
|
|
116
|
-
interface EncryptedSubmission {
|
|
117
|
-
envelopeWireHex: string;
|
|
118
|
-
innerSighashHex: string;
|
|
119
|
-
innerTxHashHex: string;
|
|
120
|
-
innerWireBytes: number;
|
|
121
|
-
}
|
|
122
|
-
declare function fetchEncryptionKey(client: RpcClient): Promise<EncryptionKey>;
|
|
123
|
-
declare function buildEncryptedSubmission(args: {
|
|
124
|
-
backend: MlDsa65Backend;
|
|
125
|
-
tx: NativeEvmTxFields;
|
|
126
|
-
encryptionKey: EncryptionKey;
|
|
127
|
-
class?: MempoolClass;
|
|
128
|
-
}): Promise<EncryptedSubmission>;
|
|
129
|
-
declare function submitEncryptedEnvelope(client: RpcClient, envelopeWireHex: string): Promise<string>;
|
|
130
|
-
|
|
131
|
-
export { ADDRESS_DERIVATION_DOMAIN as A, fetchEncryptionKey as B, mlDsa65AddressBytes as C, DKG_AEAD_TAG_LEN as D, type EncryptionKey as E, mlDsa65AddressFromPublicKey as F, outerSigDigest as G, submitEncryptedEnvelope as H, MempoolClass as M, type NativeEvmTxFields as N, STANDARD_ALGO_NUMBER_ML_DSA_65 as S, MlDsa65Backend as a, DKG_NONCE_LEN as b, type DecryptHint as c, ENUM_VARIANT_INDEX_ML_DSA_65 as d, type EncryptedEnvelope as e, type EncryptedSubmission as f, ML_DSA_65_PUBLIC_KEY_LEN as g, ML_DSA_65_SEED_LEN as h, ML_DSA_65_SIGNATURE_LEN as i, ML_DSA_65_SIGNING_KEY_LEN as j, ML_KEM_768_CIPHERTEXT_LEN as k, ML_KEM_768_ENCAPSULATION_KEY_LEN as l, ML_KEM_768_SHARED_SECRET_LEN as m, type NativeTxExtension as n, type NativeTxExtensionDescriptor as o, type NativeTxExtensionLike as p, type NonceAad as q, bincodeDecryptHint as r, bincodeEncryptedEnvelope as s, bincodeNonceAad as t, bincodeSignedTransaction as u, buildEncryptedEnvelope as v, buildEncryptedSubmission as w, encodeMlDsa65Opaque as x, encodeTransactionForHash as y, encryptInnerTx as z };
|