@cardananium/cquisitor-lib 0.1.0-beta.11 → 0.1.0-beta.12
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.
|
@@ -1022,7 +1022,54 @@ function handleError(f, args) {
|
|
|
1022
1022
|
}
|
|
1023
1023
|
/**
|
|
1024
1024
|
*/
|
|
1025
|
-
export const
|
|
1025
|
+
export const MIRPot = Object.freeze({ Reserves:0,"0":"Reserves",Treasury:1,"1":"Treasury", });
|
|
1026
|
+
/**
|
|
1027
|
+
*/
|
|
1028
|
+
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", });
|
|
1029
|
+
/**
|
|
1030
|
+
*/
|
|
1031
|
+
export const TransactionSetsState = Object.freeze({ AllSetsHaveTag:0,"0":"AllSetsHaveTag",AllSetsHaveNoTag:1,"1":"AllSetsHaveNoTag",MixedSets:2,"2":"MixedSets", });
|
|
1032
|
+
/**
|
|
1033
|
+
*/
|
|
1034
|
+
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", });
|
|
1035
|
+
/**
|
|
1036
|
+
*/
|
|
1037
|
+
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", });
|
|
1038
|
+
/**
|
|
1039
|
+
*/
|
|
1040
|
+
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", });
|
|
1041
|
+
/**
|
|
1042
|
+
* Used to choosed the schema for a script JSON string
|
|
1043
|
+
*/
|
|
1044
|
+
export const ScriptSchema = Object.freeze({ Wallet:0,"0":"Wallet",Node:1,"1":"Node", });
|
|
1045
|
+
/**
|
|
1046
|
+
*/
|
|
1047
|
+
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", });
|
|
1048
|
+
/**
|
|
1049
|
+
*/
|
|
1050
|
+
export const CoinSelectionStrategyCIP2 = Object.freeze({
|
|
1051
|
+
/**
|
|
1052
|
+
* Performs CIP2's Largest First ada-only selection. Will error if outputs contain non-ADA assets.
|
|
1053
|
+
*/
|
|
1054
|
+
LargestFirst:0,"0":"LargestFirst",
|
|
1055
|
+
/**
|
|
1056
|
+
* Performs CIP2's Random Improve ada-only selection. Will error if outputs contain non-ADA assets.
|
|
1057
|
+
*/
|
|
1058
|
+
RandomImprove:1,"1":"RandomImprove",
|
|
1059
|
+
/**
|
|
1060
|
+
* Same as LargestFirst, but before adding ADA, will insert by largest-first for each asset type.
|
|
1061
|
+
*/
|
|
1062
|
+
LargestFirstMultiAsset:2,"2":"LargestFirstMultiAsset",
|
|
1063
|
+
/**
|
|
1064
|
+
* Same as RandomImprove, but before adding ADA, will insert by random-improve for each asset type.
|
|
1065
|
+
*/
|
|
1066
|
+
RandomImproveMultiAsset:3,"3":"RandomImproveMultiAsset", });
|
|
1067
|
+
/**
|
|
1068
|
+
*/
|
|
1069
|
+
export const VoteKind = Object.freeze({ No:0,"0":"No",Yes:1,"1":"Yes",Abstain:2,"2":"Abstain", });
|
|
1070
|
+
/**
|
|
1071
|
+
*/
|
|
1072
|
+
export const CborContainerType = Object.freeze({ Array:0,"0":"Array",Map:1,"1":"Map", });
|
|
1026
1073
|
/**
|
|
1027
1074
|
* JSON <-> PlutusData conversion schemas.
|
|
1028
1075
|
* Follows ScriptDataJsonSchema in cardano-cli defined at:
|
|
@@ -1076,97 +1123,50 @@ BasicConversions:0,"0":"BasicConversions",
|
|
|
1076
1123
|
DetailedSchema:1,"1":"DetailedSchema", });
|
|
1077
1124
|
/**
|
|
1078
1125
|
*/
|
|
1079
|
-
export const
|
|
1080
|
-
/**
|
|
1081
|
-
*/
|
|
1082
|
-
export const MetadataJsonSchema = Object.freeze({ NoConversions:0,"0":"NoConversions",BasicConversions:1,"1":"BasicConversions",DetailedSchema:2,"2":"DetailedSchema", });
|
|
1083
|
-
/**
|
|
1084
|
-
*/
|
|
1085
|
-
export const LanguageKind = Object.freeze({ PlutusV1:0,"0":"PlutusV1",PlutusV2:1,"1":"PlutusV2",PlutusV3:2,"2":"PlutusV3", });
|
|
1126
|
+
export const DRepKind = Object.freeze({ KeyHash:0,"0":"KeyHash",ScriptHash:1,"1":"ScriptHash",AlwaysAbstain:2,"2":"AlwaysAbstain",AlwaysNoConfidence:3,"3":"AlwaysNoConfidence", });
|
|
1086
1127
|
/**
|
|
1087
1128
|
*/
|
|
1088
|
-
export const
|
|
1129
|
+
export const NetworkIdKind = Object.freeze({ Testnet:0,"0":"Testnet",Mainnet:1,"1":"Mainnet", });
|
|
1089
1130
|
/**
|
|
1090
|
-
* Performs CIP2's Largest First ada-only selection. Will error if outputs contain non-ADA assets.
|
|
1091
1131
|
*/
|
|
1092
|
-
|
|
1132
|
+
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", });
|
|
1093
1133
|
/**
|
|
1094
|
-
*
|
|
1134
|
+
* Each new language uses a different namespace for hashing its script
|
|
1135
|
+
* This is because you could have a language where the same bytes have different semantics
|
|
1136
|
+
* So this avoids scripts in different languages mapping to the same hash
|
|
1137
|
+
* Note that the enum value here is different than the enum value for deciding the cost model of a script
|
|
1095
1138
|
*/
|
|
1096
|
-
|
|
1139
|
+
export const ScriptHashNamespace = Object.freeze({ NativeScript:0,"0":"NativeScript",PlutusScript:1,"1":"PlutusScript",PlutusScriptV2:2,"2":"PlutusScriptV2",PlutusScriptV3:3,"3":"PlutusScriptV3", });
|
|
1097
1140
|
/**
|
|
1098
|
-
* Same as LargestFirst, but before adding ADA, will insert by largest-first for each asset type.
|
|
1099
1141
|
*/
|
|
1100
|
-
|
|
1142
|
+
export const MIRKind = Object.freeze({ ToOtherPot:0,"0":"ToOtherPot",ToStakeCredentials:1,"1":"ToStakeCredentials", });
|
|
1101
1143
|
/**
|
|
1102
|
-
* Same as RandomImprove, but before adding ADA, will insert by random-improve for each asset type.
|
|
1103
1144
|
*/
|
|
1104
|
-
|
|
1145
|
+
export const ByronAddressType = Object.freeze({ ATPubKey:0,"0":"ATPubKey",ATScript:1,"1":"ATScript",ATRedeem:2,"2":"ATRedeem", });
|
|
1105
1146
|
/**
|
|
1106
1147
|
*/
|
|
1107
1148
|
export const CredKind = Object.freeze({ Key:0,"0":"Key",Script:1,"1":"Script", });
|
|
1108
1149
|
/**
|
|
1109
1150
|
*/
|
|
1110
|
-
export const
|
|
1151
|
+
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", });
|
|
1111
1152
|
/**
|
|
1112
1153
|
*/
|
|
1113
|
-
export const
|
|
1154
|
+
export const LanguageKind = Object.freeze({ PlutusV1:0,"0":"PlutusV1",PlutusV2:1,"1":"PlutusV2",PlutusV3:2,"2":"PlutusV3", });
|
|
1114
1155
|
/**
|
|
1115
1156
|
*/
|
|
1116
|
-
export const
|
|
1157
|
+
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", });
|
|
1117
1158
|
/**
|
|
1118
1159
|
*/
|
|
1119
|
-
export const
|
|
1160
|
+
export const MetadataJsonSchema = Object.freeze({ NoConversions:0,"0":"NoConversions",BasicConversions:1,"1":"BasicConversions",DetailedSchema:2,"2":"DetailedSchema", });
|
|
1120
1161
|
/**
|
|
1121
1162
|
*/
|
|
1122
1163
|
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", });
|
|
1123
1164
|
/**
|
|
1124
1165
|
*/
|
|
1125
|
-
export const
|
|
1126
|
-
/**
|
|
1127
|
-
*/
|
|
1128
|
-
export const ByronAddressType = Object.freeze({ ATPubKey:0,"0":"ATPubKey",ATScript:1,"1":"ATScript",ATRedeem:2,"2":"ATRedeem", });
|
|
1129
|
-
/**
|
|
1130
|
-
* Used to choosed the schema for a script JSON string
|
|
1131
|
-
*/
|
|
1132
|
-
export const ScriptSchema = Object.freeze({ Wallet:0,"0":"Wallet",Node:1,"1":"Node", });
|
|
1133
|
-
/**
|
|
1134
|
-
*/
|
|
1135
|
-
export const CborContainerType = Object.freeze({ Array:0,"0":"Array",Map:1,"1":"Map", });
|
|
1136
|
-
/**
|
|
1137
|
-
*/
|
|
1138
|
-
export const MIRKind = Object.freeze({ ToOtherPot:0,"0":"ToOtherPot",ToStakeCredentials:1,"1":"ToStakeCredentials", });
|
|
1139
|
-
/**
|
|
1140
|
-
*/
|
|
1141
|
-
export const MIRPot = Object.freeze({ Reserves:0,"0":"Reserves",Treasury:1,"1":"Treasury", });
|
|
1142
|
-
/**
|
|
1143
|
-
*/
|
|
1144
|
-
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", });
|
|
1166
|
+
export const RelayKind = Object.freeze({ SingleHostAddr:0,"0":"SingleHostAddr",SingleHostName:1,"1":"SingleHostName",MultiHostName:2,"2":"MultiHostName", });
|
|
1145
1167
|
/**
|
|
1146
1168
|
*/
|
|
1147
1169
|
export const CborSetType = Object.freeze({ Tagged:0,"0":"Tagged",Untagged:1,"1":"Untagged", });
|
|
1148
|
-
/**
|
|
1149
|
-
*/
|
|
1150
|
-
export const DRepKind = Object.freeze({ KeyHash:0,"0":"KeyHash",ScriptHash:1,"1":"ScriptHash",AlwaysAbstain:2,"2":"AlwaysAbstain",AlwaysNoConfidence:3,"3":"AlwaysNoConfidence", });
|
|
1151
|
-
/**
|
|
1152
|
-
*/
|
|
1153
|
-
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", });
|
|
1154
|
-
/**
|
|
1155
|
-
*/
|
|
1156
|
-
export const NetworkIdKind = Object.freeze({ Testnet:0,"0":"Testnet",Mainnet:1,"1":"Mainnet", });
|
|
1157
|
-
/**
|
|
1158
|
-
*/
|
|
1159
|
-
export const TransactionSetsState = Object.freeze({ AllSetsHaveTag:0,"0":"AllSetsHaveTag",AllSetsHaveNoTag:1,"1":"AllSetsHaveNoTag",MixedSets:2,"2":"MixedSets", });
|
|
1160
|
-
/**
|
|
1161
|
-
* Each new language uses a different namespace for hashing its script
|
|
1162
|
-
* This is because you could have a language where the same bytes have different semantics
|
|
1163
|
-
* So this avoids scripts in different languages mapping to the same hash
|
|
1164
|
-
* Note that the enum value here is different than the enum value for deciding the cost model of a script
|
|
1165
|
-
*/
|
|
1166
|
-
export const ScriptHashNamespace = Object.freeze({ NativeScript:0,"0":"NativeScript",PlutusScript:1,"1":"PlutusScript",PlutusScriptV2:2,"2":"PlutusScriptV2",PlutusScriptV3:3,"3":"PlutusScriptV3", });
|
|
1167
|
-
/**
|
|
1168
|
-
*/
|
|
1169
|
-
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", });
|
|
1170
1170
|
|
|
1171
1171
|
const AddressFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1172
1172
|
? { register: () => {}, unregister: () => {} }
|
|
Binary file
|
package/node/cquisitor_lib.js
CHANGED
|
@@ -1017,35 +1017,25 @@ function handleError(f, args) {
|
|
|
1017
1017
|
}
|
|
1018
1018
|
/**
|
|
1019
1019
|
*/
|
|
1020
|
-
module.exports.
|
|
1020
|
+
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", });
|
|
1021
1021
|
/**
|
|
1022
1022
|
*/
|
|
1023
|
-
module.exports.
|
|
1023
|
+
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", });
|
|
1024
1024
|
/**
|
|
1025
1025
|
*/
|
|
1026
|
-
module.exports.
|
|
1026
|
+
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", });
|
|
1027
1027
|
/**
|
|
1028
1028
|
*/
|
|
1029
1029
|
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", });
|
|
1030
1030
|
/**
|
|
1031
1031
|
*/
|
|
1032
|
-
module.exports.
|
|
1033
|
-
/**
|
|
1034
|
-
*/
|
|
1035
|
-
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", });
|
|
1036
|
-
/**
|
|
1037
|
-
*/
|
|
1038
|
-
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", });
|
|
1039
|
-
/**
|
|
1040
|
-
*/
|
|
1041
|
-
module.exports.RelayKind = Object.freeze({ SingleHostAddr:0,"0":"SingleHostAddr",SingleHostName:1,"1":"SingleHostName",MultiHostName:2,"2":"MultiHostName", });
|
|
1032
|
+
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", });
|
|
1042
1033
|
/**
|
|
1043
|
-
* Used to choosed the schema for a script JSON string
|
|
1044
1034
|
*/
|
|
1045
|
-
module.exports.
|
|
1035
|
+
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", });
|
|
1046
1036
|
/**
|
|
1047
1037
|
*/
|
|
1048
|
-
module.exports.
|
|
1038
|
+
module.exports.ByronAddressType = Object.freeze({ ATPubKey:0,"0":"ATPubKey",ATScript:1,"1":"ATScript",ATRedeem:2,"2":"ATRedeem", });
|
|
1049
1039
|
/**
|
|
1050
1040
|
* Each new language uses a different namespace for hashing its script
|
|
1051
1041
|
* This is because you could have a language where the same bytes have different semantics
|
|
@@ -1055,47 +1045,40 @@ module.exports.MetadataJsonSchema = Object.freeze({ NoConversions:0,"0":"NoConve
|
|
|
1055
1045
|
module.exports.ScriptHashNamespace = Object.freeze({ NativeScript:0,"0":"NativeScript",PlutusScript:1,"1":"PlutusScript",PlutusScriptV2:2,"2":"PlutusScriptV2",PlutusScriptV3:3,"3":"PlutusScriptV3", });
|
|
1056
1046
|
/**
|
|
1057
1047
|
*/
|
|
1058
|
-
module.exports.
|
|
1059
|
-
/**
|
|
1060
|
-
*/
|
|
1061
|
-
module.exports.LanguageKind = Object.freeze({ PlutusV1:0,"0":"PlutusV1",PlutusV2:1,"1":"PlutusV2",PlutusV3:2,"2":"PlutusV3", });
|
|
1048
|
+
module.exports.MIRPot = Object.freeze({ Reserves:0,"0":"Reserves",Treasury:1,"1":"Treasury", });
|
|
1062
1049
|
/**
|
|
1063
1050
|
*/
|
|
1064
|
-
module.exports.
|
|
1051
|
+
module.exports.MIRKind = Object.freeze({ ToOtherPot:0,"0":"ToOtherPot",ToStakeCredentials:1,"1":"ToStakeCredentials", });
|
|
1065
1052
|
/**
|
|
1066
1053
|
*/
|
|
1067
|
-
module.exports.
|
|
1054
|
+
module.exports.LanguageKind = Object.freeze({ PlutusV1:0,"0":"PlutusV1",PlutusV2:1,"1":"PlutusV2",PlutusV3:2,"2":"PlutusV3", });
|
|
1068
1055
|
/**
|
|
1069
1056
|
*/
|
|
1070
|
-
module.exports.
|
|
1057
|
+
module.exports.TransactionSetsState = Object.freeze({ AllSetsHaveTag:0,"0":"AllSetsHaveTag",AllSetsHaveNoTag:1,"1":"AllSetsHaveNoTag",MixedSets:2,"2":"MixedSets", });
|
|
1071
1058
|
/**
|
|
1072
|
-
* Performs CIP2's Largest First ada-only selection. Will error if outputs contain non-ADA assets.
|
|
1073
1059
|
*/
|
|
1074
|
-
|
|
1060
|
+
module.exports.RelayKind = Object.freeze({ SingleHostAddr:0,"0":"SingleHostAddr",SingleHostName:1,"1":"SingleHostName",MultiHostName:2,"2":"MultiHostName", });
|
|
1075
1061
|
/**
|
|
1076
|
-
* Performs CIP2's Random Improve ada-only selection. Will error if outputs contain non-ADA assets.
|
|
1077
1062
|
*/
|
|
1078
|
-
|
|
1063
|
+
module.exports.CborContainerType = Object.freeze({ Array:0,"0":"Array",Map:1,"1":"Map", });
|
|
1079
1064
|
/**
|
|
1080
|
-
* Same as LargestFirst, but before adding ADA, will insert by largest-first for each asset type.
|
|
1081
1065
|
*/
|
|
1082
|
-
|
|
1066
|
+
module.exports.DRepKind = Object.freeze({ KeyHash:0,"0":"KeyHash",ScriptHash:1,"1":"ScriptHash",AlwaysAbstain:2,"2":"AlwaysAbstain",AlwaysNoConfidence:3,"3":"AlwaysNoConfidence", });
|
|
1083
1067
|
/**
|
|
1084
|
-
* Same as RandomImprove, but before adding ADA, will insert by random-improve for each asset type.
|
|
1085
1068
|
*/
|
|
1086
|
-
|
|
1069
|
+
module.exports.NetworkIdKind = Object.freeze({ Testnet:0,"0":"Testnet",Mainnet:1,"1":"Mainnet", });
|
|
1087
1070
|
/**
|
|
1088
1071
|
*/
|
|
1089
1072
|
module.exports.CredKind = Object.freeze({ Key:0,"0":"Key",Script:1,"1":"Script", });
|
|
1090
1073
|
/**
|
|
1091
1074
|
*/
|
|
1092
|
-
module.exports.
|
|
1075
|
+
module.exports.CborSetType = Object.freeze({ Tagged:0,"0":"Tagged",Untagged:1,"1":"Untagged", });
|
|
1093
1076
|
/**
|
|
1094
1077
|
*/
|
|
1095
|
-
module.exports.
|
|
1078
|
+
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", });
|
|
1096
1079
|
/**
|
|
1097
1080
|
*/
|
|
1098
|
-
module.exports.
|
|
1081
|
+
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", });
|
|
1099
1082
|
/**
|
|
1100
1083
|
* JSON <-> PlutusData conversion schemas.
|
|
1101
1084
|
* Follows ScriptDataJsonSchema in cardano-cli defined at:
|
|
@@ -1149,19 +1132,36 @@ BasicConversions:0,"0":"BasicConversions",
|
|
|
1149
1132
|
DetailedSchema:1,"1":"DetailedSchema", });
|
|
1150
1133
|
/**
|
|
1151
1134
|
*/
|
|
1152
|
-
module.exports.
|
|
1135
|
+
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", });
|
|
1153
1136
|
/**
|
|
1154
1137
|
*/
|
|
1155
|
-
module.exports.
|
|
1138
|
+
module.exports.MetadataJsonSchema = Object.freeze({ NoConversions:0,"0":"NoConversions",BasicConversions:1,"1":"BasicConversions",DetailedSchema:2,"2":"DetailedSchema", });
|
|
1156
1139
|
/**
|
|
1157
1140
|
*/
|
|
1158
|
-
module.exports.
|
|
1141
|
+
module.exports.CoinSelectionStrategyCIP2 = Object.freeze({
|
|
1159
1142
|
/**
|
|
1143
|
+
* Performs CIP2's Largest First ada-only selection. Will error if outputs contain non-ADA assets.
|
|
1160
1144
|
*/
|
|
1161
|
-
|
|
1145
|
+
LargestFirst:0,"0":"LargestFirst",
|
|
1162
1146
|
/**
|
|
1147
|
+
* Performs CIP2's Random Improve ada-only selection. Will error if outputs contain non-ADA assets.
|
|
1163
1148
|
*/
|
|
1164
|
-
|
|
1149
|
+
RandomImprove:1,"1":"RandomImprove",
|
|
1150
|
+
/**
|
|
1151
|
+
* Same as LargestFirst, but before adding ADA, will insert by largest-first for each asset type.
|
|
1152
|
+
*/
|
|
1153
|
+
LargestFirstMultiAsset:2,"2":"LargestFirstMultiAsset",
|
|
1154
|
+
/**
|
|
1155
|
+
* Same as RandomImprove, but before adding ADA, will insert by random-improve for each asset type.
|
|
1156
|
+
*/
|
|
1157
|
+
RandomImproveMultiAsset:3,"3":"RandomImproveMultiAsset", });
|
|
1158
|
+
/**
|
|
1159
|
+
*/
|
|
1160
|
+
module.exports.VoteKind = Object.freeze({ No:0,"0":"No",Yes:1,"1":"Yes",Abstain:2,"2":"Abstain", });
|
|
1161
|
+
/**
|
|
1162
|
+
* Used to choosed the schema for a script JSON string
|
|
1163
|
+
*/
|
|
1164
|
+
module.exports.ScriptSchema = Object.freeze({ Wallet:0,"0":"Wallet",Node:1,"1":"Node", });
|
|
1165
1165
|
|
|
1166
1166
|
const AddressFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1167
1167
|
? { register: () => {}, unregister: () => {} }
|
|
Binary file
|