@cardananium/cquisitor-lib 0.1.0-beta.21 → 0.1.0-beta.22
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/browser/cquisitor_lib.d.ts +512 -499
- package/browser/cquisitor_lib_bg.js +86 -86
- package/browser/cquisitor_lib_bg.wasm +0 -0
- package/browser/cquisitor_lib_bg.wasm.d.ts +2 -2
- package/node/cquisitor_lib.d.ts +512 -499
- package/node/cquisitor_lib.js +105 -105
- package/node/cquisitor_lib_bg.wasm +0 -0
- package/node/cquisitor_lib_bg.wasm.d.ts +2 -2
- package/package.json +1 -1
|
@@ -289,50 +289,6 @@ export function get_possible_types_for_input(input) {
|
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
/**
|
|
293
|
-
* @param {string} cbor_hex
|
|
294
|
-
* @returns {any}
|
|
295
|
-
*/
|
|
296
|
-
export function cbor_to_json(cbor_hex) {
|
|
297
|
-
try {
|
|
298
|
-
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
299
|
-
const ptr0 = passStringToWasm0(cbor_hex, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
300
|
-
const len0 = WASM_VECTOR_LEN;
|
|
301
|
-
wasm.cbor_to_json(retptr, ptr0, len0);
|
|
302
|
-
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
|
303
|
-
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
|
304
|
-
var r2 = getInt32Memory0()[retptr / 4 + 2];
|
|
305
|
-
if (r2) {
|
|
306
|
-
throw takeObject(r1);
|
|
307
|
-
}
|
|
308
|
-
return takeObject(r0);
|
|
309
|
-
} finally {
|
|
310
|
-
wasm.__wbindgen_add_to_stack_pointer(16);
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
/**
|
|
315
|
-
* @param {string} hex_str
|
|
316
|
-
* @returns {any}
|
|
317
|
-
*/
|
|
318
|
-
export function check_block_or_tx_signatures(hex_str) {
|
|
319
|
-
try {
|
|
320
|
-
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
321
|
-
const ptr0 = passStringToWasm0(hex_str, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
322
|
-
const len0 = WASM_VECTOR_LEN;
|
|
323
|
-
wasm.check_block_or_tx_signatures(retptr, ptr0, len0);
|
|
324
|
-
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
|
325
|
-
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
|
326
|
-
var r2 = getInt32Memory0()[retptr / 4 + 2];
|
|
327
|
-
if (r2) {
|
|
328
|
-
throw takeObject(r1);
|
|
329
|
-
}
|
|
330
|
-
return takeObject(r0);
|
|
331
|
-
} finally {
|
|
332
|
-
wasm.__wbindgen_add_to_stack_pointer(16);
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
|
|
336
292
|
/**
|
|
337
293
|
* @param {string} tx_hex
|
|
338
294
|
* @returns {string}
|
|
@@ -500,6 +456,50 @@ export function execute_tx_scripts(tx_hex, utxo_json, cost_models_json) {
|
|
|
500
456
|
}
|
|
501
457
|
}
|
|
502
458
|
|
|
459
|
+
/**
|
|
460
|
+
* @param {string} cbor_hex
|
|
461
|
+
* @returns {any}
|
|
462
|
+
*/
|
|
463
|
+
export function cbor_to_json(cbor_hex) {
|
|
464
|
+
try {
|
|
465
|
+
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
466
|
+
const ptr0 = passStringToWasm0(cbor_hex, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
467
|
+
const len0 = WASM_VECTOR_LEN;
|
|
468
|
+
wasm.cbor_to_json(retptr, ptr0, len0);
|
|
469
|
+
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
|
470
|
+
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
|
471
|
+
var r2 = getInt32Memory0()[retptr / 4 + 2];
|
|
472
|
+
if (r2) {
|
|
473
|
+
throw takeObject(r1);
|
|
474
|
+
}
|
|
475
|
+
return takeObject(r0);
|
|
476
|
+
} finally {
|
|
477
|
+
wasm.__wbindgen_add_to_stack_pointer(16);
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* @param {string} hex_str
|
|
483
|
+
* @returns {any}
|
|
484
|
+
*/
|
|
485
|
+
export function check_block_or_tx_signatures(hex_str) {
|
|
486
|
+
try {
|
|
487
|
+
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
488
|
+
const ptr0 = passStringToWasm0(hex_str, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
489
|
+
const len0 = WASM_VECTOR_LEN;
|
|
490
|
+
wasm.check_block_or_tx_signatures(retptr, ptr0, len0);
|
|
491
|
+
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
|
492
|
+
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
|
493
|
+
var r2 = getInt32Memory0()[retptr / 4 + 2];
|
|
494
|
+
if (r2) {
|
|
495
|
+
throw takeObject(r1);
|
|
496
|
+
}
|
|
497
|
+
return takeObject(r0);
|
|
498
|
+
} finally {
|
|
499
|
+
wasm.__wbindgen_add_to_stack_pointer(16);
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
|
|
503
503
|
function getArrayU8FromWasm0(ptr, len) {
|
|
504
504
|
ptr = ptr >>> 0;
|
|
505
505
|
return getUint8Memory0().subarray(ptr / 1, ptr / 1 + len);
|
|
@@ -1086,60 +1086,38 @@ function handleError(f, args) {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
/**
|
|
1088
1088
|
*/
|
|
1089
|
-
export const
|
|
1090
|
-
/**
|
|
1091
|
-
*/
|
|
1092
|
-
export const RelayKind = Object.freeze({ SingleHostAddr:0,"0":"SingleHostAddr",SingleHostName:1,"1":"SingleHostName",MultiHostName:2,"2":"MultiHostName", });
|
|
1093
|
-
/**
|
|
1094
|
-
*/
|
|
1095
|
-
export const MIRKind = Object.freeze({ ToOtherPot:0,"0":"ToOtherPot",ToStakeCredentials:1,"1":"ToStakeCredentials", });
|
|
1096
|
-
/**
|
|
1097
|
-
*/
|
|
1098
|
-
export const VoterKind = Object.freeze({ ConstitutionalCommitteeHotKeyHash:0,"0":"ConstitutionalCommitteeHotKeyHash",ConstitutionalCommitteeHotScriptHash:1,"1":"ConstitutionalCommitteeHotScriptHash",DRepKeyHash:2,"2":"DRepKeyHash",DRepScriptHash:3,"3":"DRepScriptHash",StakingPoolKeyHash:4,"4":"StakingPoolKeyHash", });
|
|
1089
|
+
export const MIRPot = Object.freeze({ Reserves:0,"0":"Reserves",Treasury:1,"1":"Treasury", });
|
|
1099
1090
|
/**
|
|
1100
1091
|
*/
|
|
1101
|
-
export const
|
|
1092
|
+
export const ByronAddressType = Object.freeze({ ATPubKey:0,"0":"ATPubKey",ATScript:1,"1":"ATScript",ATRedeem:2,"2":"ATRedeem", });
|
|
1102
1093
|
/**
|
|
1103
1094
|
*/
|
|
1104
|
-
export const
|
|
1095
|
+
export const CborContainerType = Object.freeze({ Array:0,"0":"Array",Map:1,"1":"Map", });
|
|
1105
1096
|
/**
|
|
1106
1097
|
*/
|
|
1107
|
-
export const
|
|
1098
|
+
export const NetworkIdKind = Object.freeze({ Testnet:0,"0":"Testnet",Mainnet:1,"1":"Mainnet", });
|
|
1108
1099
|
/**
|
|
1109
1100
|
* Used to choosed the schema for a script JSON string
|
|
1110
1101
|
*/
|
|
1111
1102
|
export const ScriptSchema = Object.freeze({ Wallet:0,"0":"Wallet",Node:1,"1":"Node", });
|
|
1112
1103
|
/**
|
|
1113
1104
|
*/
|
|
1114
|
-
export const
|
|
1115
|
-
/**
|
|
1116
|
-
*/
|
|
1117
|
-
export const CredKind = Object.freeze({ Key:0,"0":"Key",Script:1,"1":"Script", });
|
|
1105
|
+
export const VoteKind = Object.freeze({ No:0,"0":"No",Yes:1,"1":"Yes",Abstain:2,"2":"Abstain", });
|
|
1118
1106
|
/**
|
|
1119
1107
|
*/
|
|
1120
|
-
export const
|
|
1108
|
+
export const CborSetType = Object.freeze({ Tagged:0,"0":"Tagged",Untagged:1,"1":"Untagged", });
|
|
1121
1109
|
/**
|
|
1122
|
-
* Each new language uses a different namespace for hashing its script
|
|
1123
|
-
* This is because you could have a language where the same bytes have different semantics
|
|
1124
|
-
* So this avoids scripts in different languages mapping to the same hash
|
|
1125
|
-
* Note that the enum value here is different than the enum value for deciding the cost model of a script
|
|
1126
1110
|
*/
|
|
1127
|
-
export const
|
|
1111
|
+
export const CertificateKind = Object.freeze({ StakeRegistration:0,"0":"StakeRegistration",StakeDeregistration:1,"1":"StakeDeregistration",StakeDelegation:2,"2":"StakeDelegation",PoolRegistration:3,"3":"PoolRegistration",PoolRetirement:4,"4":"PoolRetirement",GenesisKeyDelegation:5,"5":"GenesisKeyDelegation",MoveInstantaneousRewardsCert:6,"6":"MoveInstantaneousRewardsCert",CommitteeHotAuth:7,"7":"CommitteeHotAuth",CommitteeColdResign:8,"8":"CommitteeColdResign",DRepDeregistration:9,"9":"DRepDeregistration",DRepRegistration:10,"10":"DRepRegistration",DRepUpdate:11,"11":"DRepUpdate",StakeAndVoteDelegation:12,"12":"StakeAndVoteDelegation",StakeRegistrationAndDelegation:13,"13":"StakeRegistrationAndDelegation",StakeVoteRegistrationAndDelegation:14,"14":"StakeVoteRegistrationAndDelegation",VoteDelegation:15,"15":"VoteDelegation",VoteRegistrationAndDelegation:16,"16":"VoteRegistrationAndDelegation", });
|
|
1128
1112
|
/**
|
|
1129
1113
|
*/
|
|
1130
|
-
export const
|
|
1114
|
+
export const MIRKind = Object.freeze({ ToOtherPot:0,"0":"ToOtherPot",ToStakeCredentials:1,"1":"ToStakeCredentials", });
|
|
1131
1115
|
/**
|
|
1132
1116
|
*/
|
|
1133
1117
|
export const GovernanceActionKind = Object.freeze({ ParameterChangeAction:0,"0":"ParameterChangeAction",HardForkInitiationAction:1,"1":"HardForkInitiationAction",TreasuryWithdrawalsAction:2,"2":"TreasuryWithdrawalsAction",NoConfidenceAction:3,"3":"NoConfidenceAction",UpdateCommitteeAction:4,"4":"UpdateCommitteeAction",NewConstitutionAction:5,"5":"NewConstitutionAction",InfoAction:6,"6":"InfoAction", });
|
|
1134
1118
|
/**
|
|
1135
1119
|
*/
|
|
1136
|
-
export const
|
|
1137
|
-
/**
|
|
1138
|
-
*/
|
|
1139
|
-
export const ByronAddressType = Object.freeze({ ATPubKey:0,"0":"ATPubKey",ATScript:1,"1":"ATScript",ATRedeem:2,"2":"ATRedeem", });
|
|
1140
|
-
/**
|
|
1141
|
-
*/
|
|
1142
|
-
export const CertificateKind = Object.freeze({ StakeRegistration:0,"0":"StakeRegistration",StakeDeregistration:1,"1":"StakeDeregistration",StakeDelegation:2,"2":"StakeDelegation",PoolRegistration:3,"3":"PoolRegistration",PoolRetirement:4,"4":"PoolRetirement",GenesisKeyDelegation:5,"5":"GenesisKeyDelegation",MoveInstantaneousRewardsCert:6,"6":"MoveInstantaneousRewardsCert",CommitteeHotAuth:7,"7":"CommitteeHotAuth",CommitteeColdResign:8,"8":"CommitteeColdResign",DRepDeregistration:9,"9":"DRepDeregistration",DRepRegistration:10,"10":"DRepRegistration",DRepUpdate:11,"11":"DRepUpdate",StakeAndVoteDelegation:12,"12":"StakeAndVoteDelegation",StakeRegistrationAndDelegation:13,"13":"StakeRegistrationAndDelegation",StakeVoteRegistrationAndDelegation:14,"14":"StakeVoteRegistrationAndDelegation",VoteDelegation:15,"15":"VoteDelegation",VoteRegistrationAndDelegation:16,"16":"VoteRegistrationAndDelegation", });
|
|
1120
|
+
export const PlutusDataKind = Object.freeze({ ConstrPlutusData:0,"0":"ConstrPlutusData",Map:1,"1":"Map",List:2,"2":"List",Integer:3,"3":"Integer",Bytes:4,"4":"Bytes", });
|
|
1143
1121
|
/**
|
|
1144
1122
|
*/
|
|
1145
1123
|
export const CoinSelectionStrategyCIP2 = Object.freeze({
|
|
@@ -1161,25 +1139,41 @@ LargestFirstMultiAsset:2,"2":"LargestFirstMultiAsset",
|
|
|
1161
1139
|
RandomImproveMultiAsset:3,"3":"RandomImproveMultiAsset", });
|
|
1162
1140
|
/**
|
|
1163
1141
|
*/
|
|
1164
|
-
export const
|
|
1142
|
+
export const LanguageKind = Object.freeze({ PlutusV1:0,"0":"PlutusV1",PlutusV2:1,"1":"PlutusV2",PlutusV3:2,"2":"PlutusV3", });
|
|
1165
1143
|
/**
|
|
1166
1144
|
*/
|
|
1167
|
-
export const
|
|
1145
|
+
export const CredKind = Object.freeze({ Key:0,"0":"Key",Script:1,"1":"Script", });
|
|
1168
1146
|
/**
|
|
1169
1147
|
*/
|
|
1170
|
-
export const
|
|
1148
|
+
export const NativeScriptKind = Object.freeze({ ScriptPubkey:0,"0":"ScriptPubkey",ScriptAll:1,"1":"ScriptAll",ScriptAny:2,"2":"ScriptAny",ScriptNOfK:3,"3":"ScriptNOfK",TimelockStart:4,"4":"TimelockStart",TimelockExpiry:5,"5":"TimelockExpiry", });
|
|
1171
1149
|
/**
|
|
1172
1150
|
*/
|
|
1173
|
-
export const
|
|
1151
|
+
export const BlockEra = Object.freeze({ Byron:0,"0":"Byron",Shelley:1,"1":"Shelley",Allegra:2,"2":"Allegra",Mary:3,"3":"Mary",Alonzo:4,"4":"Alonzo",Babbage:5,"5":"Babbage",Conway:6,"6":"Conway",Unknown:7,"7":"Unknown", });
|
|
1152
|
+
/**
|
|
1153
|
+
*/
|
|
1154
|
+
export const MetadataJsonSchema = Object.freeze({ NoConversions:0,"0":"NoConversions",BasicConversions:1,"1":"BasicConversions",DetailedSchema:2,"2":"DetailedSchema", });
|
|
1155
|
+
/**
|
|
1156
|
+
* Each new language uses a different namespace for hashing its script
|
|
1157
|
+
* This is because you could have a language where the same bytes have different semantics
|
|
1158
|
+
* So this avoids scripts in different languages mapping to the same hash
|
|
1159
|
+
* Note that the enum value here is different than the enum value for deciding the cost model of a script
|
|
1160
|
+
*/
|
|
1161
|
+
export const ScriptHashNamespace = Object.freeze({ NativeScript:0,"0":"NativeScript",PlutusScript:1,"1":"PlutusScript",PlutusScriptV2:2,"2":"PlutusScriptV2",PlutusScriptV3:3,"3":"PlutusScriptV3", });
|
|
1162
|
+
/**
|
|
1163
|
+
*/
|
|
1164
|
+
export const TransactionMetadatumKind = Object.freeze({ MetadataMap:0,"0":"MetadataMap",MetadataList:1,"1":"MetadataList",Int:2,"2":"Int",Bytes:3,"3":"Bytes",Text:4,"4":"Text", });
|
|
1174
1165
|
/**
|
|
1175
1166
|
*/
|
|
1176
1167
|
export const AddressKind = Object.freeze({ Base:0,"0":"Base",Pointer:1,"1":"Pointer",Enterprise:2,"2":"Enterprise",Reward:3,"3":"Reward",Byron:4,"4":"Byron",Malformed:5,"5":"Malformed", });
|
|
1177
1168
|
/**
|
|
1178
1169
|
*/
|
|
1179
|
-
export const
|
|
1170
|
+
export const TransactionSetsState = Object.freeze({ AllSetsHaveTag:0,"0":"AllSetsHaveTag",AllSetsHaveNoTag:1,"1":"AllSetsHaveNoTag",MixedSets:2,"2":"MixedSets", });
|
|
1180
1171
|
/**
|
|
1181
1172
|
*/
|
|
1182
|
-
export const
|
|
1173
|
+
export const VoterKind = Object.freeze({ ConstitutionalCommitteeHotKeyHash:0,"0":"ConstitutionalCommitteeHotKeyHash",ConstitutionalCommitteeHotScriptHash:1,"1":"ConstitutionalCommitteeHotScriptHash",DRepKeyHash:2,"2":"DRepKeyHash",DRepScriptHash:3,"3":"DRepScriptHash",StakingPoolKeyHash:4,"4":"StakingPoolKeyHash", });
|
|
1174
|
+
/**
|
|
1175
|
+
*/
|
|
1176
|
+
export const RelayKind = Object.freeze({ SingleHostAddr:0,"0":"SingleHostAddr",SingleHostName:1,"1":"SingleHostName",MultiHostName:2,"2":"MultiHostName", });
|
|
1183
1177
|
/**
|
|
1184
1178
|
* JSON <-> PlutusData conversion schemas.
|
|
1185
1179
|
* Follows ScriptDataJsonSchema in cardano-cli defined at:
|
|
@@ -1231,6 +1225,12 @@ BasicConversions:0,"0":"BasicConversions",
|
|
|
1231
1225
|
* * all Plutus datums should be fully supported outside of the integer range limitations outlined above.
|
|
1232
1226
|
*/
|
|
1233
1227
|
DetailedSchema:1,"1":"DetailedSchema", });
|
|
1228
|
+
/**
|
|
1229
|
+
*/
|
|
1230
|
+
export const RedeemerTagKind = Object.freeze({ Spend:0,"0":"Spend",Mint:1,"1":"Mint",Cert:2,"2":"Cert",Reward:3,"3":"Reward",Vote:4,"4":"Vote",VotingProposal:5,"5":"VotingProposal", });
|
|
1231
|
+
/**
|
|
1232
|
+
*/
|
|
1233
|
+
export const DRepKind = Object.freeze({ KeyHash:0,"0":"KeyHash",ScriptHash:1,"1":"ScriptHash",AlwaysAbstain:2,"2":"AlwaysAbstain",AlwaysNoConfidence:3,"3":"AlwaysNoConfidence", });
|
|
1234
1234
|
|
|
1235
1235
|
const AddressFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1236
1236
|
? { register: () => {}, unregister: () => {} }
|
|
@@ -39069,11 +39069,6 @@ export function __wbindgen_string_new(arg0, arg1) {
|
|
|
39069
39069
|
return addHeapObject(ret);
|
|
39070
39070
|
};
|
|
39071
39071
|
|
|
39072
|
-
export function __wbindgen_error_new(arg0, arg1) {
|
|
39073
|
-
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
39074
|
-
return addHeapObject(ret);
|
|
39075
|
-
};
|
|
39076
|
-
|
|
39077
39072
|
export function __wbindgen_is_undefined(arg0) {
|
|
39078
39073
|
const ret = getObject(arg0) === undefined;
|
|
39079
39074
|
return ret;
|
|
@@ -39119,6 +39114,11 @@ export function __wbindgen_is_object(arg0) {
|
|
|
39119
39114
|
return ret;
|
|
39120
39115
|
};
|
|
39121
39116
|
|
|
39117
|
+
export function __wbindgen_error_new(arg0, arg1) {
|
|
39118
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
39119
|
+
return addHeapObject(ret);
|
|
39120
|
+
};
|
|
39121
|
+
|
|
39122
39122
|
export function __wbindgen_object_clone_ref(arg0) {
|
|
39123
39123
|
const ret = getObject(arg0);
|
|
39124
39124
|
return addHeapObject(ret);
|
|
Binary file
|
|
@@ -4,14 +4,14 @@ export const memory: WebAssembly.Memory;
|
|
|
4
4
|
export function get_decodable_types(a: number): void;
|
|
5
5
|
export function decode_specific_type(a: number, b: number, c: number, d: number, e: number, f: number): void;
|
|
6
6
|
export function get_possible_types_for_input(a: number, b: number, c: number): void;
|
|
7
|
-
export function cbor_to_json(a: number, b: number, c: number): void;
|
|
8
|
-
export function check_block_or_tx_signatures(a: number, b: number, c: number): void;
|
|
9
7
|
export function get_necessary_data_list_js(a: number, b: number, c: number): void;
|
|
10
8
|
export function validate_transaction_js(a: number, b: number, c: number, d: number, e: number): void;
|
|
11
9
|
export function decode_plutus_program_uplc_json(a: number, b: number, c: number): void;
|
|
12
10
|
export function decode_plutus_program_pretty_uplc(a: number, b: number, c: number): void;
|
|
13
11
|
export function get_utxo_list_from_tx(a: number, b: number, c: number): void;
|
|
14
12
|
export function execute_tx_scripts(a: number, b: number, c: number, d: number, e: number): void;
|
|
13
|
+
export function cbor_to_json(a: number, b: number, c: number): void;
|
|
14
|
+
export function check_block_or_tx_signatures(a: number, b: number, c: number): void;
|
|
15
15
|
export function __wbg_noconfidenceaction_free(a: number): void;
|
|
16
16
|
export function noconfidenceaction_to_bytes(a: number, b: number): void;
|
|
17
17
|
export function noconfidenceaction_from_bytes(a: number, b: number, c: number): void;
|