@cardananium/cquisitor-lib 0.1.0-beta.3 → 0.1.0-beta.4
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.js +31 -31
- package/browser/cquisitor_lib_bg.wasm +0 -0
- package/node/cquisitor_lib.js +51 -51
- package/node/cquisitor_lib_bg.wasm +0 -0
- package/package.json +1 -1
package/browser/cquisitor_lib.js
CHANGED
|
@@ -1013,24 +1013,29 @@ function handleError(f, args) {
|
|
|
1013
1013
|
}
|
|
1014
1014
|
/**
|
|
1015
1015
|
*/
|
|
1016
|
-
export const
|
|
1016
|
+
export const CredKind = Object.freeze({ Key:0,"0":"Key",Script:1,"1":"Script", });
|
|
1017
|
+
/**
|
|
1018
|
+
*/
|
|
1019
|
+
export const DRepKind = Object.freeze({ KeyHash:0,"0":"KeyHash",ScriptHash:1,"1":"ScriptHash",AlwaysAbstain:2,"2":"AlwaysAbstain",AlwaysNoConfidence:3,"3":"AlwaysNoConfidence", });
|
|
1017
1020
|
/**
|
|
1018
1021
|
*/
|
|
1019
1022
|
export const NetworkIdKind = Object.freeze({ Testnet:0,"0":"Testnet",Mainnet:1,"1":"Mainnet", });
|
|
1020
1023
|
/**
|
|
1021
1024
|
*/
|
|
1022
|
-
export const
|
|
1025
|
+
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", });
|
|
1023
1026
|
/**
|
|
1024
|
-
* Used to choosed the schema for a script JSON string
|
|
1025
1027
|
*/
|
|
1026
|
-
export const
|
|
1028
|
+
export const CborSetType = Object.freeze({ Tagged:0,"0":"Tagged",Untagged:1,"1":"Untagged", });
|
|
1027
1029
|
/**
|
|
1028
1030
|
*/
|
|
1029
|
-
export const
|
|
1031
|
+
export const VoteKind = Object.freeze({ No:0,"0":"No",Yes:1,"1":"Yes",Abstain:2,"2":"Abstain", });
|
|
1030
1032
|
/**
|
|
1031
1033
|
*/
|
|
1032
1034
|
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", });
|
|
1033
1035
|
/**
|
|
1036
|
+
*/
|
|
1037
|
+
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", });
|
|
1038
|
+
/**
|
|
1034
1039
|
* JSON <-> PlutusData conversion schemas.
|
|
1035
1040
|
* Follows ScriptDataJsonSchema in cardano-cli defined at:
|
|
1036
1041
|
* https://github.com/input-output-hk/cardano-node/blob/master/cardano-api/src/Cardano/Api/ScriptData.hs#L254
|
|
@@ -1083,19 +1088,23 @@ BasicConversions:0,"0":"BasicConversions",
|
|
|
1083
1088
|
DetailedSchema:1,"1":"DetailedSchema", });
|
|
1084
1089
|
/**
|
|
1085
1090
|
*/
|
|
1086
|
-
export const
|
|
1091
|
+
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", });
|
|
1087
1092
|
/**
|
|
1088
1093
|
*/
|
|
1089
|
-
export const
|
|
1094
|
+
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", });
|
|
1090
1095
|
/**
|
|
1091
1096
|
*/
|
|
1092
|
-
export const
|
|
1097
|
+
export const TransactionSetsState = Object.freeze({ AllSetsHaveTag:0,"0":"AllSetsHaveTag",AllSetsHaveNoTag:1,"1":"AllSetsHaveNoTag",MixedSets:2,"2":"MixedSets", });
|
|
1093
1098
|
/**
|
|
1094
1099
|
*/
|
|
1095
|
-
export const
|
|
1100
|
+
export const MIRPot = Object.freeze({ Reserves:0,"0":"Reserves",Treasury:1,"1":"Treasury", });
|
|
1096
1101
|
/**
|
|
1102
|
+
* Used to choosed the schema for a script JSON string
|
|
1097
1103
|
*/
|
|
1098
|
-
export const
|
|
1104
|
+
export const ScriptSchema = Object.freeze({ Wallet:0,"0":"Wallet",Node:1,"1":"Node", });
|
|
1105
|
+
/**
|
|
1106
|
+
*/
|
|
1107
|
+
export const MIRKind = Object.freeze({ ToOtherPot:0,"0":"ToOtherPot",ToStakeCredentials:1,"1":"ToStakeCredentials", });
|
|
1099
1108
|
/**
|
|
1100
1109
|
*/
|
|
1101
1110
|
export const CoinSelectionStrategyCIP2 = Object.freeze({
|
|
@@ -1116,45 +1125,36 @@ LargestFirstMultiAsset:2,"2":"LargestFirstMultiAsset",
|
|
|
1116
1125
|
*/
|
|
1117
1126
|
RandomImproveMultiAsset:3,"3":"RandomImproveMultiAsset", });
|
|
1118
1127
|
/**
|
|
1119
|
-
* Each new language uses a different namespace for hashing its script
|
|
1120
|
-
* This is because you could have a language where the same bytes have different semantics
|
|
1121
|
-
* So this avoids scripts in different languages mapping to the same hash
|
|
1122
|
-
* Note that the enum value here is different than the enum value for deciding the cost model of a script
|
|
1123
1128
|
*/
|
|
1124
|
-
export const
|
|
1129
|
+
export const RelayKind = Object.freeze({ SingleHostAddr:0,"0":"SingleHostAddr",SingleHostName:1,"1":"SingleHostName",MultiHostName:2,"2":"MultiHostName", });
|
|
1125
1130
|
/**
|
|
1126
1131
|
*/
|
|
1127
1132
|
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", });
|
|
1128
1133
|
/**
|
|
1129
1134
|
*/
|
|
1130
|
-
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", });
|
|
1131
|
-
/**
|
|
1132
|
-
*/
|
|
1133
|
-
export const CborSetType = Object.freeze({ Tagged:0,"0":"Tagged",Untagged:1,"1":"Untagged", });
|
|
1134
|
-
/**
|
|
1135
|
-
*/
|
|
1136
|
-
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", });
|
|
1137
|
-
/**
|
|
1138
|
-
*/
|
|
1139
|
-
export const VoteKind = Object.freeze({ No:0,"0":"No",Yes:1,"1":"Yes",Abstain:2,"2":"Abstain", });
|
|
1140
|
-
/**
|
|
1141
|
-
*/
|
|
1142
1135
|
export const LanguageKind = Object.freeze({ PlutusV1:0,"0":"PlutusV1",PlutusV2:1,"1":"PlutusV2",PlutusV3:2,"2":"PlutusV3", });
|
|
1143
1136
|
/**
|
|
1144
1137
|
*/
|
|
1145
|
-
export const
|
|
1138
|
+
export const CborContainerType = Object.freeze({ Array:0,"0":"Array",Map:1,"1":"Map", });
|
|
1146
1139
|
/**
|
|
1140
|
+
* Each new language uses a different namespace for hashing its script
|
|
1141
|
+
* This is because you could have a language where the same bytes have different semantics
|
|
1142
|
+
* So this avoids scripts in different languages mapping to the same hash
|
|
1143
|
+
* Note that the enum value here is different than the enum value for deciding the cost model of a script
|
|
1147
1144
|
*/
|
|
1148
|
-
export const
|
|
1145
|
+
export const ScriptHashNamespace = Object.freeze({ NativeScript:0,"0":"NativeScript",PlutusScript:1,"1":"PlutusScript",PlutusScriptV2:2,"2":"PlutusScriptV2",PlutusScriptV3:3,"3":"PlutusScriptV3", });
|
|
1149
1146
|
/**
|
|
1150
1147
|
*/
|
|
1151
|
-
export const
|
|
1148
|
+
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", });
|
|
1152
1149
|
/**
|
|
1153
1150
|
*/
|
|
1154
|
-
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", });
|
|
1155
1152
|
/**
|
|
1156
1153
|
*/
|
|
1157
1154
|
export const MetadataJsonSchema = Object.freeze({ NoConversions:0,"0":"NoConversions",BasicConversions:1,"1":"BasicConversions",DetailedSchema:2,"2":"DetailedSchema", });
|
|
1155
|
+
/**
|
|
1156
|
+
*/
|
|
1157
|
+
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", });
|
|
1158
1158
|
|
|
1159
1159
|
const AddressFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1160
1160
|
? { register: () => {}, unregister: () => {} }
|
|
Binary file
|
package/node/cquisitor_lib.js
CHANGED
|
@@ -1016,59 +1016,22 @@ function handleError(f, args) {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
/**
|
|
1018
1018
|
*/
|
|
1019
|
-
module.exports.RelayKind = Object.freeze({ SingleHostAddr:0,"0":"SingleHostAddr",SingleHostName:1,"1":"SingleHostName",MultiHostName:2,"2":"MultiHostName", });
|
|
1020
|
-
/**
|
|
1021
|
-
*/
|
|
1022
|
-
module.exports.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", });
|
|
1023
|
-
/**
|
|
1024
|
-
*/
|
|
1025
|
-
module.exports.LanguageKind = Object.freeze({ PlutusV1:0,"0":"PlutusV1",PlutusV2:1,"1":"PlutusV2",PlutusV3:2,"2":"PlutusV3", });
|
|
1026
|
-
/**
|
|
1027
|
-
* Used to choosed the schema for a script JSON string
|
|
1028
|
-
*/
|
|
1029
|
-
module.exports.ScriptSchema = Object.freeze({ Wallet:0,"0":"Wallet",Node:1,"1":"Node", });
|
|
1030
|
-
/**
|
|
1031
|
-
*/
|
|
1032
1019
|
module.exports.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", });
|
|
1033
1020
|
/**
|
|
1034
1021
|
*/
|
|
1035
|
-
module.exports.
|
|
1036
|
-
/**
|
|
1037
|
-
*/
|
|
1038
|
-
module.exports.CredKind = Object.freeze({ Key:0,"0":"Key",Script:1,"1":"Script", });
|
|
1039
|
-
/**
|
|
1040
|
-
*/
|
|
1041
|
-
module.exports.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", });
|
|
1042
|
-
/**
|
|
1043
|
-
*/
|
|
1044
|
-
module.exports.CborContainerType = Object.freeze({ Array:0,"0":"Array",Map:1,"1":"Map", });
|
|
1045
|
-
/**
|
|
1046
|
-
*/
|
|
1047
|
-
module.exports.TransactionMetadatumKind = Object.freeze({ MetadataMap:0,"0":"MetadataMap",MetadataList:1,"1":"MetadataList",Int:2,"2":"Int",Bytes:3,"3":"Bytes",Text:4,"4":"Text", });
|
|
1048
|
-
/**
|
|
1049
|
-
*/
|
|
1050
|
-
module.exports.TransactionSetsState = Object.freeze({ AllSetsHaveTag:0,"0":"AllSetsHaveTag",AllSetsHaveNoTag:1,"1":"AllSetsHaveNoTag",MixedSets:2,"2":"MixedSets", });
|
|
1051
|
-
/**
|
|
1052
|
-
*/
|
|
1053
|
-
module.exports.PlutusDataKind = Object.freeze({ ConstrPlutusData:0,"0":"ConstrPlutusData",Map:1,"1":"Map",List:2,"2":"List",Integer:3,"3":"Integer",Bytes:4,"4":"Bytes", });
|
|
1054
|
-
/**
|
|
1055
|
-
*/
|
|
1056
|
-
module.exports.MIRKind = Object.freeze({ ToOtherPot:0,"0":"ToOtherPot",ToStakeCredentials:1,"1":"ToStakeCredentials", });
|
|
1057
|
-
/**
|
|
1058
|
-
*/
|
|
1059
|
-
module.exports.VoterKind = Object.freeze({ ConstitutionalCommitteeHotKeyHash:0,"0":"ConstitutionalCommitteeHotKeyHash",ConstitutionalCommitteeHotScriptHash:1,"1":"ConstitutionalCommitteeHotScriptHash",DRepKeyHash:2,"2":"DRepKeyHash",DRepScriptHash:3,"3":"DRepScriptHash",StakingPoolKeyHash:4,"4":"StakingPoolKeyHash", });
|
|
1022
|
+
module.exports.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", });
|
|
1060
1023
|
/**
|
|
1061
1024
|
*/
|
|
1062
|
-
module.exports.
|
|
1025
|
+
module.exports.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", });
|
|
1063
1026
|
/**
|
|
1064
1027
|
*/
|
|
1065
|
-
module.exports.
|
|
1028
|
+
module.exports.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", });
|
|
1066
1029
|
/**
|
|
1067
1030
|
*/
|
|
1068
|
-
module.exports.
|
|
1031
|
+
module.exports.CredKind = Object.freeze({ Key:0,"0":"Key",Script:1,"1":"Script", });
|
|
1069
1032
|
/**
|
|
1070
1033
|
*/
|
|
1071
|
-
module.exports.
|
|
1034
|
+
module.exports.MIRPot = Object.freeze({ Reserves:0,"0":"Reserves",Treasury:1,"1":"Treasury", });
|
|
1072
1035
|
/**
|
|
1073
1036
|
* JSON <-> PlutusData conversion schemas.
|
|
1074
1037
|
* Follows ScriptDataJsonSchema in cardano-cli defined at:
|
|
@@ -1121,21 +1084,26 @@ BasicConversions:0,"0":"BasicConversions",
|
|
|
1121
1084
|
*/
|
|
1122
1085
|
DetailedSchema:1,"1":"DetailedSchema", });
|
|
1123
1086
|
/**
|
|
1124
|
-
* Each new language uses a different namespace for hashing its script
|
|
1125
|
-
* This is because you could have a language where the same bytes have different semantics
|
|
1126
|
-
* So this avoids scripts in different languages mapping to the same hash
|
|
1127
|
-
* Note that the enum value here is different than the enum value for deciding the cost model of a script
|
|
1128
1087
|
*/
|
|
1129
|
-
module.exports.
|
|
1088
|
+
module.exports.TransactionMetadatumKind = Object.freeze({ MetadataMap:0,"0":"MetadataMap",MetadataList:1,"1":"MetadataList",Int:2,"2":"Int",Bytes:3,"3":"Bytes",Text:4,"4":"Text", });
|
|
1130
1089
|
/**
|
|
1131
1090
|
*/
|
|
1132
|
-
module.exports.
|
|
1091
|
+
module.exports.MetadataJsonSchema = Object.freeze({ NoConversions:0,"0":"NoConversions",BasicConversions:1,"1":"BasicConversions",DetailedSchema:2,"2":"DetailedSchema", });
|
|
1133
1092
|
/**
|
|
1134
1093
|
*/
|
|
1135
|
-
module.exports.
|
|
1094
|
+
module.exports.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", });
|
|
1136
1095
|
/**
|
|
1137
1096
|
*/
|
|
1138
|
-
module.exports.
|
|
1097
|
+
module.exports.TransactionSetsState = Object.freeze({ AllSetsHaveTag:0,"0":"AllSetsHaveTag",AllSetsHaveNoTag:1,"1":"AllSetsHaveNoTag",MixedSets:2,"2":"MixedSets", });
|
|
1098
|
+
/**
|
|
1099
|
+
*/
|
|
1100
|
+
module.exports.CborSetType = Object.freeze({ Tagged:0,"0":"Tagged",Untagged:1,"1":"Untagged", });
|
|
1101
|
+
/**
|
|
1102
|
+
*/
|
|
1103
|
+
module.exports.NetworkIdKind = Object.freeze({ Testnet:0,"0":"Testnet",Mainnet:1,"1":"Mainnet", });
|
|
1104
|
+
/**
|
|
1105
|
+
*/
|
|
1106
|
+
module.exports.PlutusDataKind = Object.freeze({ ConstrPlutusData:0,"0":"ConstrPlutusData",Map:1,"1":"Map",List:2,"2":"List",Integer:3,"3":"Integer",Bytes:4,"4":"Bytes", });
|
|
1139
1107
|
/**
|
|
1140
1108
|
*/
|
|
1141
1109
|
module.exports.CoinSelectionStrategyCIP2 = Object.freeze({
|
|
@@ -1156,8 +1124,40 @@ LargestFirstMultiAsset:2,"2":"LargestFirstMultiAsset",
|
|
|
1156
1124
|
*/
|
|
1157
1125
|
RandomImproveMultiAsset:3,"3":"RandomImproveMultiAsset", });
|
|
1158
1126
|
/**
|
|
1127
|
+
* Each new language uses a different namespace for hashing its script
|
|
1128
|
+
* This is because you could have a language where the same bytes have different semantics
|
|
1129
|
+
* So this avoids scripts in different languages mapping to the same hash
|
|
1130
|
+
* Note that the enum value here is different than the enum value for deciding the cost model of a script
|
|
1159
1131
|
*/
|
|
1160
|
-
module.exports.
|
|
1132
|
+
module.exports.ScriptHashNamespace = Object.freeze({ NativeScript:0,"0":"NativeScript",PlutusScript:1,"1":"PlutusScript",PlutusScriptV2:2,"2":"PlutusScriptV2",PlutusScriptV3:3,"3":"PlutusScriptV3", });
|
|
1133
|
+
/**
|
|
1134
|
+
*/
|
|
1135
|
+
module.exports.VoteKind = Object.freeze({ No:0,"0":"No",Yes:1,"1":"Yes",Abstain:2,"2":"Abstain", });
|
|
1136
|
+
/**
|
|
1137
|
+
*/
|
|
1138
|
+
module.exports.DRepKind = Object.freeze({ KeyHash:0,"0":"KeyHash",ScriptHash:1,"1":"ScriptHash",AlwaysAbstain:2,"2":"AlwaysAbstain",AlwaysNoConfidence:3,"3":"AlwaysNoConfidence", });
|
|
1139
|
+
/**
|
|
1140
|
+
*/
|
|
1141
|
+
module.exports.LanguageKind = Object.freeze({ PlutusV1:0,"0":"PlutusV1",PlutusV2:1,"1":"PlutusV2",PlutusV3:2,"2":"PlutusV3", });
|
|
1142
|
+
/**
|
|
1143
|
+
*/
|
|
1144
|
+
module.exports.RelayKind = Object.freeze({ SingleHostAddr:0,"0":"SingleHostAddr",SingleHostName:1,"1":"SingleHostName",MultiHostName:2,"2":"MultiHostName", });
|
|
1145
|
+
/**
|
|
1146
|
+
*/
|
|
1147
|
+
module.exports.VoterKind = Object.freeze({ ConstitutionalCommitteeHotKeyHash:0,"0":"ConstitutionalCommitteeHotKeyHash",ConstitutionalCommitteeHotScriptHash:1,"1":"ConstitutionalCommitteeHotScriptHash",DRepKeyHash:2,"2":"DRepKeyHash",DRepScriptHash:3,"3":"DRepScriptHash",StakingPoolKeyHash:4,"4":"StakingPoolKeyHash", });
|
|
1148
|
+
/**
|
|
1149
|
+
*/
|
|
1150
|
+
module.exports.MIRKind = Object.freeze({ ToOtherPot:0,"0":"ToOtherPot",ToStakeCredentials:1,"1":"ToStakeCredentials", });
|
|
1151
|
+
/**
|
|
1152
|
+
* Used to choosed the schema for a script JSON string
|
|
1153
|
+
*/
|
|
1154
|
+
module.exports.ScriptSchema = Object.freeze({ Wallet:0,"0":"Wallet",Node:1,"1":"Node", });
|
|
1155
|
+
/**
|
|
1156
|
+
*/
|
|
1157
|
+
module.exports.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", });
|
|
1158
|
+
/**
|
|
1159
|
+
*/
|
|
1160
|
+
module.exports.CborContainerType = Object.freeze({ Array:0,"0":"Array",Map:1,"1":"Map", });
|
|
1161
1161
|
|
|
1162
1162
|
const AddressFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1163
1163
|
? { register: () => {}, unregister: () => {} }
|
|
Binary file
|