@meshsdk/core 1.6.0-alpha.13 → 1.6.0-alpha.14

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.
Files changed (93) hide show
  1. package/dist/core.cjs +12 -12
  2. package/dist/core.js +3691 -2865
  3. package/package.json +1 -1
  4. package/dist/common/constants.d.ts +0 -58
  5. package/dist/common/contracts/evaluator.d.ts +0 -4
  6. package/dist/common/contracts/fetcher.d.ts +0 -22
  7. package/dist/common/contracts/index.d.ts +0 -7
  8. package/dist/common/contracts/initiator.d.ts +0 -8
  9. package/dist/common/contracts/listener.d.ts +0 -3
  10. package/dist/common/contracts/signer.d.ts +0 -8
  11. package/dist/common/contracts/submitter.d.ts +0 -3
  12. package/dist/common/contracts/uploader.d.ts +0 -3
  13. package/dist/common/data/index.d.ts +0 -2
  14. package/dist/common/data/mesh.d.ts +0 -8
  15. package/dist/common/data/plutus.d.ts +0 -72
  16. package/dist/common/data/plutus.spec.d.ts +0 -1
  17. package/dist/common/decorators.d.ts +0 -19
  18. package/dist/common/helpers/generateNonce.d.ts +0 -1
  19. package/dist/common/helpers/index.d.ts +0 -2
  20. package/dist/common/helpers/readPlutusData.d.ts +0 -2
  21. package/dist/common/index.d.ts +0 -1
  22. package/dist/common/utils/builder.d.ts +0 -18
  23. package/dist/common/utils/converter.d.ts +0 -27
  24. package/dist/common/utils/deserializer.d.ts +0 -19
  25. package/dist/common/utils/index.d.ts +0 -5
  26. package/dist/common/utils/parser.d.ts +0 -5
  27. package/dist/common/utils/resolver.d.ts +0 -17
  28. package/dist/core/CIP14.d.ts +0 -2
  29. package/dist/core/CIP1852.d.ts +0 -4
  30. package/dist/core/CIP1853.d.ts +0 -1
  31. package/dist/core/CIP1855.d.ts +0 -1
  32. package/dist/core/CIP2.d.ts +0 -4
  33. package/dist/core/CIP25.d.ts +0 -19
  34. package/dist/core/CIP27.d.ts +0 -4
  35. package/dist/core/CIP8.d.ts +0 -15
  36. package/dist/core/CPS0009.d.ts +0 -2
  37. package/dist/core/CSL.d.ts +0 -147
  38. package/dist/core/index.d.ts +0 -10
  39. package/dist/index.d.ts +0 -14
  40. package/dist/providers/blockfrost.provider.d.ts +0 -46
  41. package/dist/providers/index.d.ts +0 -6
  42. package/dist/providers/infura.provider.d.ts +0 -12
  43. package/dist/providers/koios.provider.d.ts +0 -27
  44. package/dist/providers/maestro.provider.d.ts +0 -35
  45. package/dist/providers/ogmios.provider.d.ts +0 -12
  46. package/dist/providers/tango.provider.d.ts +0 -25
  47. package/dist/providers/yaci.provider.d.ts +0 -32
  48. package/dist/scripts/forge.script.d.ts +0 -8
  49. package/dist/scripts/index.d.ts +0 -1
  50. package/dist/serializer/index.d.ts +0 -2
  51. package/dist/serializer/serializer.d.ts +0 -42
  52. package/dist/serializer/signatures.d.ts +0 -3
  53. package/dist/transaction/index.d.ts +0 -2
  54. package/dist/transaction/meshTxBuilder/index.d.ts +0 -2
  55. package/dist/transaction/meshTxBuilder/meshTxBuilder.service.d.ts +0 -47
  56. package/dist/transaction/meshTxBuilder/meshTxBuilder.spec.d.ts +0 -1
  57. package/dist/transaction/meshTxBuilder/meshTxBuilderCore.d.ts +0 -292
  58. package/dist/transaction/meshTxBuilder/type.d.ts +0 -128
  59. package/dist/transaction/transaction.service.d.ts +0 -150
  60. package/dist/transaction/transaction.service.spec.d.ts +0 -1
  61. package/dist/types/Account.d.ts +0 -5
  62. package/dist/types/AccountInfo.d.ts +0 -7
  63. package/dist/types/Action.d.ts +0 -12
  64. package/dist/types/Asset.d.ts +0 -7
  65. package/dist/types/AssetExtended.d.ts +0 -8
  66. package/dist/types/AssetMetadata.d.ts +0 -24
  67. package/dist/types/BlockInfo.d.ts +0 -17
  68. package/dist/types/Data.d.ts +0 -4
  69. package/dist/types/DataSignature.d.ts +0 -4
  70. package/dist/types/Era.d.ts +0 -1
  71. package/dist/types/Mint.d.ts +0 -10
  72. package/dist/types/NativeScript.d.ts +0 -14
  73. package/dist/types/Network.d.ts +0 -4
  74. package/dist/types/PlutusScript.d.ts +0 -5
  75. package/dist/types/PoolParams.d.ts +0 -16
  76. package/dist/types/Protocol.d.ts +0 -22
  77. package/dist/types/Recipient.d.ts +0 -11
  78. package/dist/types/Relay.d.ts +0 -13
  79. package/dist/types/Token.d.ts +0 -2
  80. package/dist/types/TransactionInfo.d.ts +0 -11
  81. package/dist/types/UTxO.d.ts +0 -15
  82. package/dist/types/Wallet.d.ts +0 -5
  83. package/dist/types/index.d.ts +0 -22
  84. package/dist/wallet/app.service.d.ts +0 -43
  85. package/dist/wallet/app.service.spec.d.ts +0 -1
  86. package/dist/wallet/browser.service.d.ts +0 -205
  87. package/dist/wallet/browser.service.spec.d.ts +0 -1
  88. package/dist/wallet/embedded.service.d.ts +0 -20
  89. package/dist/wallet/embedded.service.spec.d.ts +0 -1
  90. package/dist/wallet/index.d.ts +0 -4
  91. package/dist/wallet/mesh.service.d.ts +0 -188
  92. package/dist/wallet/mina.service.d.ts +0 -11
  93. package/dist/wallet/mina.service.spec.d.ts +0 -1
package/dist/core.cjs CHANGED
@@ -1,18 +1,18 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const $n=require("nanoid"),Pa=require("axios"),Zr=require("bip39"),jt=require("@emurgo/cardano-message-signing-nodejs"),Ma=c=>c&&typeof c=="object"&&"default"in c?c:{default:c},Le=Ma(Pa),Fa=(c,i)=>({alternative:c,fields:i}),wr=c=>({alternative:0,fields:c}),Jn=c=>({alternative:1,fields:c}),Ka=c=>({alternative:2,fields:c}),dn=c=>c===""?Jn([]):wr([wr([wr([c])])]),Ha=(c,i)=>wr([{alternative:0,fields:[c]},dn(i||"")]),qa=(c,i)=>wr([{alternative:1,fields:[c]},dn(i||"")]),Gr=(c,i)=>({constructor:c,fields:i}),m_=c=>Gr(0,c),$r=c=>Gr(1,c),Ra=c=>Gr(2,c),za=c=>c?$r([]):m_([]),Oe=c=>({bytes:c}),cn=c=>({int:c}),La=c=>({list:c}),pn=c=>Oe(c),wn=c=>Oe(c),ln=c=>c===""?$r([]):m_([m_([m_([Oe(c)])])]),Va=(c,i)=>m_([m_([Oe(c)]),ln(i||"")]),Ya=(c,i)=>m_([$r([Oe(c)]),ln(i||"")]),Ga=(c,i)=>m_([pn(c),wn(i)]),$a=(c,i)=>m_([m_([Oe(c)]),cn(i)]),Ja=c=>Oe(c),Wa=c=>Oe(c),Xa=c=>({int:c}),tn=c=>({map:c.map(([i,t])=>({k:i,v:t}))}),Za=c=>({map:c.map(([i,t])=>({k:i,v:t}))}),ts=(c,i)=>m_([c,i]),_s=c=>{const i=[],t={};return c.forEach(w=>{const u=w.unit.replace("lovelace",""),h=u.slice(0,56)||"",k=u.slice(56)||"";t[h]||(t[h]={}),t[h][k]?t[h][k]+=Number(w.quantity):t[h][k]=Number(w.quantity)}),Object.keys(t).forEach(w=>{const u=pn(w),h=Object.keys(t[w]).map(j=>[wn(j),cn(t[w][j])]),k=tn(h);i.push([u,k])}),tn(i)},es=c=>{const i=[];return c.map.forEach(t=>{const w=t.k.bytes;t.v.map.forEach(u=>{const h=u.k.bytes,k=u.v.int.toString(),j=w+h,P=j===""?"lovelace":j;i.push({unit:P,quantity:k})})}),i};var Rr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function rs(c){var i=c.default;if(typeof i=="function"){var t=function(){return i.apply(this,arguments)};t.prototype=i.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(c).forEach(function(w){var u=Object.getOwnPropertyDescriptor(c,w);Object.defineProperty(t,w,u.get?u:{enumerable:!0,get:function(){return c[w]}})}),t}function _n(c){throw new Error('Could not dynamically require "'+c+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var y={exports:{}},Wn={},ns=function(i){return i&&typeof i=="object"&&typeof i.copy=="function"&&typeof i.fill=="function"&&typeof i.readUInt8=="function"},en={exports:{}};typeof Object.create=="function"?en.exports=function(i,t){i.super_=t,i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}})}:en.exports=function(i,t){i.super_=t;var w=function(){};w.prototype=t.prototype,i.prototype=new w,i.prototype.constructor=i};(function(c){var i=Object.getOwnPropertyDescriptors||function(q){for(var L=Object.keys(q),I={},wt=0;wt<L.length;wt++)I[L[wt]]=Object.getOwnPropertyDescriptor(q,L[wt]);return I},t=/%[sdj%]/g;c.format=function(K){if(!ft(K)){for(var q=[],L=0;L<arguments.length;L++)q.push(h(arguments[L]));return q.join(" ")}for(var L=1,I=arguments,wt=I.length,bt=String(K).replace(t,function(et){if(et==="%%")return"%";if(L>=wt)return et;switch(et){case"%s":return String(I[L++]);case"%d":return Number(I[L++]);case"%j":try{return JSON.stringify(I[L++])}catch{return"[Circular]"}default:return et}}),st=I[L];L<wt;st=I[++L])W(st)||!D(st)?bt+=" "+st:bt+=" "+h(st);return bt},c.deprecate=function(K,q){if(typeof process<"u"&&process.noDeprecation===!0)return K;if(typeof process>"u")return function(){return c.deprecate(K,q).apply(this,arguments)};var L=!1;function I(){if(!L){if(process.throwDeprecation)throw new Error(q);process.traceDeprecation?console.trace(q):console.error(q),L=!0}return K.apply(this,arguments)}return I};var w={},u;c.debuglog=function(K){if(Z(u)&&(u=process.env.NODE_DEBUG||""),K=K.toUpperCase(),!w[K])if(new RegExp("\\b"+K+"\\b","i").test(u)){var q=process.pid;w[K]=function(){var L=c.format.apply(c,arguments);console.error("%s %d: %s",K,q,L)}}else w[K]=function(){};return w[K]};function h(K,q){var L={seen:[],stylize:j};return arguments.length>=3&&(L.depth=arguments[2]),arguments.length>=4&&(L.colors=arguments[3]),_t(q)?L.showHidden=q:q&&c._extend(L,q),Z(L.showHidden)&&(L.showHidden=!1),Z(L.depth)&&(L.depth=2),Z(L.colors)&&(L.colors=!1),Z(L.customInspect)&&(L.customInspect=!0),L.colors&&(L.stylize=k),p(L,K,L.depth)}c.inspect=h,h.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},h.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function k(K,q){var L=h.styles[q];return L?"\x1B["+h.colors[L][0]+"m"+K+"\x1B["+h.colors[L][1]+"m":K}function j(K,q){return K}function P(K){var q={};return K.forEach(function(L,I){q[L]=!0}),q}function p(K,q,L){if(K.customInspect&&q&&ct(q.inspect)&&q.inspect!==c.inspect&&!(q.constructor&&q.constructor.prototype===q)){var I=q.inspect(L,K);return ft(I)||(I=p(K,I,L)),I}var wt=V(K,q);if(wt)return wt;var bt=Object.keys(q),st=P(bt);if(K.showHidden&&(bt=Object.getOwnPropertyNames(q)),J(q)&&(bt.indexOf("message")>=0||bt.indexOf("description")>=0))return Y(q);if(bt.length===0){if(ct(q)){var et=q.name?": "+q.name:"";return K.stylize("[Function"+et+"]","special")}if(g(q))return K.stylize(RegExp.prototype.toString.call(q),"regexp");if(Q(q))return K.stylize(Date.prototype.toString.call(q),"date");if(J(q))return Y(q)}var ot="",x=!1,A=["{","}"];if(b(q)&&(x=!0,A=["[","]"]),ct(q)){var B=q.name?": "+q.name:"";ot=" [Function"+B+"]"}if(g(q)&&(ot=" "+RegExp.prototype.toString.call(q)),Q(q)&&(ot=" "+Date.prototype.toUTCString.call(q)),J(q)&&(ot=" "+Y(q)),bt.length===0&&(!x||q.length==0))return A[0]+ot+A[1];if(L<0)return g(q)?K.stylize(RegExp.prototype.toString.call(q),"regexp"):K.stylize("[Object]","special");K.seen.push(q);var N;return x?N=R(K,q,L,st,bt):N=bt.map(function(E){return m(K,q,L,st,E,x)}),K.seen.pop(),$(N,ot,A)}function V(K,q){if(Z(q))return K.stylize("undefined","undefined");if(ft(q)){var L="'"+JSON.stringify(q).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return K.stylize(L,"string")}if(nt(q))return K.stylize(""+q,"number");if(_t(q))return K.stylize(""+q,"boolean");if(W(q))return K.stylize("null","null")}function Y(K){return"["+Error.prototype.toString.call(K)+"]"}function R(K,q,L,I,wt){for(var bt=[],st=0,et=q.length;st<et;++st)Ut(q,String(st))?bt.push(m(K,q,L,I,String(st),!0)):bt.push("");return wt.forEach(function(ot){ot.match(/^\d+$/)||bt.push(m(K,q,L,I,ot,!0))}),bt}function m(K,q,L,I,wt,bt){var st,et,ot;if(ot=Object.getOwnPropertyDescriptor(q,wt)||{value:q[wt]},ot.get?ot.set?et=K.stylize("[Getter/Setter]","special"):et=K.stylize("[Getter]","special"):ot.set&&(et=K.stylize("[Setter]","special")),Ut(I,wt)||(st="["+wt+"]"),et||(K.seen.indexOf(ot.value)<0?(W(L)?et=p(K,ot.value,null):et=p(K,ot.value,L-1),et.indexOf(`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const $n=require("nanoid"),Pa=require("axios"),Zr=require("bip39"),jt=require("@emurgo/cardano-message-signing-nodejs"),Ma=c=>c&&typeof c=="object"&&"default"in c?c:{default:c},Le=Ma(Pa),Fa=(c,i)=>({alternative:c,fields:i}),wr=c=>({alternative:0,fields:c}),Jn=c=>({alternative:1,fields:c}),Ka=c=>({alternative:2,fields:c}),dn=c=>c===""?Jn([]):wr([wr([wr([c])])]),Ha=(c,i)=>wr([{alternative:0,fields:[c]},dn(i||"")]),qa=(c,i)=>wr([{alternative:1,fields:[c]},dn(i||"")]),Gr=(c,i)=>({constructor:c,fields:i}),m_=c=>Gr(0,c),$r=c=>Gr(1,c),Ra=c=>Gr(2,c),za=c=>c?$r([]):m_([]),Oe=c=>({bytes:c}),cn=c=>({int:c}),La=c=>({list:c}),pn=c=>Oe(c),wn=c=>Oe(c),ln=c=>c===""?$r([]):m_([m_([m_([Oe(c)])])]),Va=(c,i)=>m_([m_([Oe(c)]),ln(i||"")]),Ya=(c,i)=>m_([$r([Oe(c)]),ln(i||"")]),Ga=(c,i)=>m_([pn(c),wn(i)]),$a=(c,i)=>m_([m_([Oe(c)]),cn(i)]),Ja=c=>Oe(c),Wa=c=>Oe(c),Xa=c=>({int:c}),tn=c=>({map:c.map(([i,t])=>({k:i,v:t}))}),Za=c=>({map:c.map(([i,t])=>({k:i,v:t}))}),ts=(c,i)=>m_([c,i]),_s=c=>{const i=[],t={};return c.forEach(w=>{const u=w.unit.replace("lovelace",""),h=u.slice(0,56)||"",x=u.slice(56)||"";t[h]||(t[h]={}),t[h][x]?t[h][x]+=Number(w.quantity):t[h][x]=Number(w.quantity)}),Object.keys(t).forEach(w=>{const u=pn(w),h=Object.keys(t[w]).map(j=>[wn(j),cn(t[w][j])]),x=tn(h);i.push([u,x])}),tn(i)},es=c=>{const i=[];return c.map.forEach(t=>{const w=t.k.bytes;t.v.map.forEach(u=>{const h=u.k.bytes,x=u.v.int.toString(),j=w+h,P=j===""?"lovelace":j;i.push({unit:P,quantity:x})})}),i};var Rr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function rs(c){var i=c.default;if(typeof i=="function"){var t=function(){return i.apply(this,arguments)};t.prototype=i.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(c).forEach(function(w){var u=Object.getOwnPropertyDescriptor(c,w);Object.defineProperty(t,w,u.get?u:{enumerable:!0,get:function(){return c[w]}})}),t}function _n(c){throw new Error('Could not dynamically require "'+c+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var y={exports:{}},Wn={},ns=function(i){return i&&typeof i=="object"&&typeof i.copy=="function"&&typeof i.fill=="function"&&typeof i.readUInt8=="function"},en={exports:{}};typeof Object.create=="function"?en.exports=function(i,t){i.super_=t,i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}})}:en.exports=function(i,t){i.super_=t;var w=function(){};w.prototype=t.prototype,i.prototype=new w,i.prototype.constructor=i};(function(c){var i=Object.getOwnPropertyDescriptors||function(q){for(var V=Object.keys(q),I={},wt=0;wt<V.length;wt++)I[V[wt]]=Object.getOwnPropertyDescriptor(q,V[wt]);return I},t=/%[sdj%]/g;c.format=function(K){if(!ft(K)){for(var q=[],V=0;V<arguments.length;V++)q.push(h(arguments[V]));return q.join(" ")}for(var V=1,I=arguments,wt=I.length,bt=String(K).replace(t,function(et){if(et==="%%")return"%";if(V>=wt)return et;switch(et){case"%s":return String(I[V++]);case"%d":return Number(I[V++]);case"%j":try{return JSON.stringify(I[V++])}catch{return"[Circular]"}default:return et}}),st=I[V];V<wt;st=I[++V])J(st)||!D(st)?bt+=" "+st:bt+=" "+h(st);return bt},c.deprecate=function(K,q){if(typeof process<"u"&&process.noDeprecation===!0)return K;if(typeof process>"u")return function(){return c.deprecate(K,q).apply(this,arguments)};var V=!1;function I(){if(!V){if(process.throwDeprecation)throw new Error(q);process.traceDeprecation?console.trace(q):console.error(q),V=!0}return K.apply(this,arguments)}return I};var w={},u;c.debuglog=function(K){if(Z(u)&&(u=process.env.NODE_DEBUG||""),K=K.toUpperCase(),!w[K])if(new RegExp("\\b"+K+"\\b","i").test(u)){var q=process.pid;w[K]=function(){var V=c.format.apply(c,arguments);console.error("%s %d: %s",K,q,V)}}else w[K]=function(){};return w[K]};function h(K,q){var V={seen:[],stylize:j};return arguments.length>=3&&(V.depth=arguments[2]),arguments.length>=4&&(V.colors=arguments[3]),_t(q)?V.showHidden=q:q&&c._extend(V,q),Z(V.showHidden)&&(V.showHidden=!1),Z(V.depth)&&(V.depth=2),Z(V.colors)&&(V.colors=!1),Z(V.customInspect)&&(V.customInspect=!0),V.colors&&(V.stylize=x),p(V,K,V.depth)}c.inspect=h,h.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},h.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function x(K,q){var V=h.styles[q];return V?"\x1B["+h.colors[V][0]+"m"+K+"\x1B["+h.colors[V][1]+"m":K}function j(K,q){return K}function P(K){var q={};return K.forEach(function(V,I){q[V]=!0}),q}function p(K,q,V){if(K.customInspect&&q&&ct(q.inspect)&&q.inspect!==c.inspect&&!(q.constructor&&q.constructor.prototype===q)){var I=q.inspect(V,K);return ft(I)||(I=p(K,I,V)),I}var wt=L(K,q);if(wt)return wt;var bt=Object.keys(q),st=P(bt);if(K.showHidden&&(bt=Object.getOwnPropertyNames(q)),$(q)&&(bt.indexOf("message")>=0||bt.indexOf("description")>=0))return G(q);if(bt.length===0){if(ct(q)){var et=q.name?": "+q.name:"";return K.stylize("[Function"+et+"]","special")}if(g(q))return K.stylize(RegExp.prototype.toString.call(q),"regexp");if(Q(q))return K.stylize(Date.prototype.toString.call(q),"date");if($(q))return G(q)}var ot="",k=!1,A=["{","}"];if(b(q)&&(k=!0,A=["[","]"]),ct(q)){var B=q.name?": "+q.name:"";ot=" [Function"+B+"]"}if(g(q)&&(ot=" "+RegExp.prototype.toString.call(q)),Q(q)&&(ot=" "+Date.prototype.toUTCString.call(q)),$(q)&&(ot=" "+G(q)),bt.length===0&&(!k||q.length==0))return A[0]+ot+A[1];if(V<0)return g(q)?K.stylize(RegExp.prototype.toString.call(q),"regexp"):K.stylize("[Object]","special");K.seen.push(q);var N;return k?N=R(K,q,V,st,bt):N=bt.map(function(E){return m(K,q,V,st,E,k)}),K.seen.pop(),X(N,ot,A)}function L(K,q){if(Z(q))return K.stylize("undefined","undefined");if(ft(q)){var V="'"+JSON.stringify(q).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return K.stylize(V,"string")}if(nt(q))return K.stylize(""+q,"number");if(_t(q))return K.stylize(""+q,"boolean");if(J(q))return K.stylize("null","null")}function G(K){return"["+Error.prototype.toString.call(K)+"]"}function R(K,q,V,I,wt){for(var bt=[],st=0,et=q.length;st<et;++st)Ut(q,String(st))?bt.push(m(K,q,V,I,String(st),!0)):bt.push("");return wt.forEach(function(ot){ot.match(/^\d+$/)||bt.push(m(K,q,V,I,ot,!0))}),bt}function m(K,q,V,I,wt,bt){var st,et,ot;if(ot=Object.getOwnPropertyDescriptor(q,wt)||{value:q[wt]},ot.get?ot.set?et=K.stylize("[Getter/Setter]","special"):et=K.stylize("[Getter]","special"):ot.set&&(et=K.stylize("[Setter]","special")),Ut(I,wt)||(st="["+wt+"]"),et||(K.seen.indexOf(ot.value)<0?(J(V)?et=p(K,ot.value,null):et=p(K,ot.value,V-1),et.indexOf(`
2
2
  `)>-1&&(bt?et=et.split(`
3
- `).map(function(x){return" "+x}).join(`
3
+ `).map(function(k){return" "+k}).join(`
4
4
  `).substr(2):et=`
5
5
  `+et.split(`
6
- `).map(function(x){return" "+x}).join(`
7
- `))):et=K.stylize("[Circular]","special")),Z(st)){if(bt&&wt.match(/^\d+$/))return et;st=JSON.stringify(""+wt),st.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(st=st.substr(1,st.length-2),st=K.stylize(st,"name")):(st=st.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),st=K.stylize(st,"string"))}return st+": "+et}function $(K,q,L){var I=K.reduce(function(wt,bt){return bt.indexOf(`
8
- `)>=0,wt+bt.replace(/\u001b\[\d\d?m/g,"").length+1},0);return I>60?L[0]+(q===""?"":q+`
6
+ `).map(function(k){return" "+k}).join(`
7
+ `))):et=K.stylize("[Circular]","special")),Z(st)){if(bt&&wt.match(/^\d+$/))return et;st=JSON.stringify(""+wt),st.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(st=st.substr(1,st.length-2),st=K.stylize(st,"name")):(st=st.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),st=K.stylize(st,"string"))}return st+": "+et}function X(K,q,V){var I=K.reduce(function(wt,bt){return bt.indexOf(`
8
+ `)>=0,wt+bt.replace(/\u001b\[\d\d?m/g,"").length+1},0);return I>60?V[0]+(q===""?"":q+`
9
9
  `)+" "+K.join(`,
10
- `)+" "+L[1]:L[0]+q+" "+K.join(", ")+" "+L[1]}function b(K){return Array.isArray(K)}c.isArray=b;function _t(K){return typeof K=="boolean"}c.isBoolean=_t;function W(K){return K===null}c.isNull=W;function v(K){return K==null}c.isNullOrUndefined=v;function nt(K){return typeof K=="number"}c.isNumber=nt;function ft(K){return typeof K=="string"}c.isString=ft;function a(K){return typeof K=="symbol"}c.isSymbol=a;function Z(K){return K===void 0}c.isUndefined=Z;function g(K){return D(K)&&xt(K)==="[object RegExp]"}c.isRegExp=g;function D(K){return typeof K=="object"&&K!==null}c.isObject=D;function Q(K){return D(K)&&xt(K)==="[object Date]"}c.isDate=Q;function J(K){return D(K)&&(xt(K)==="[object Error]"||K instanceof Error)}c.isError=J;function ct(K){return typeof K=="function"}c.isFunction=ct;function ut(K){return K===null||typeof K=="boolean"||typeof K=="number"||typeof K=="string"||typeof K=="symbol"||typeof K>"u"}c.isPrimitive=ut,c.isBuffer=ns;function xt(K){return Object.prototype.toString.call(K)}function At(K){return K<10?"0"+K.toString(10):K.toString(10)}var pt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function It(){var K=new Date,q=[At(K.getHours()),At(K.getMinutes()),At(K.getSeconds())].join(":");return[K.getDate(),pt[K.getMonth()],q].join(" ")}c.log=function(){console.log("%s - %s",It(),c.format.apply(c,arguments))},c.inherits=en.exports,c._extend=function(K,q){if(!q||!D(q))return K;for(var L=Object.keys(q),I=L.length;I--;)K[L[I]]=q[L[I]];return K};function Ut(K,q){return Object.prototype.hasOwnProperty.call(K,q)}var Dt=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;c.promisify=function(q){if(typeof q!="function")throw new TypeError('The "original" argument must be of type Function');if(Dt&&q[Dt]){var L=q[Dt];if(typeof L!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(L,Dt,{value:L,enumerable:!1,writable:!1,configurable:!0}),L}function L(){for(var I,wt,bt=new Promise(function(ot,x){I=ot,wt=x}),st=[],et=0;et<arguments.length;et++)st.push(arguments[et]);st.push(function(ot,x){ot?wt(ot):I(x)});try{q.apply(this,st)}catch(ot){wt(ot)}return bt}return Object.setPrototypeOf(L,Object.getPrototypeOf(q)),Dt&&Object.defineProperty(L,Dt,{value:L,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(L,i(q))},c.promisify.custom=Dt;function Pt(K,q){if(!K){var L=new Error("Promise was rejected with a falsy value");L.reason=K,K=L}return q(K)}function qt(K){if(typeof K!="function")throw new TypeError('The "original" argument must be of type Function');function q(){for(var L=[],I=0;I<arguments.length;I++)L.push(arguments[I]);var wt=L.pop();if(typeof wt!="function")throw new TypeError("The last argument must be of type Function");var bt=this,st=function(){return wt.apply(bt,arguments)};K.apply(this,L).then(function(et){process.nextTick(st,null,et)},function(et){process.nextTick(Pt,et,st)})}return Object.setPrototypeOf(q,Object.getPrototypeOf(K)),Object.defineProperties(q,i(K)),q}c.callbackify=qt})(Wn);const as={},ss=Object.freeze(Object.defineProperty({__proto__:null,default:as},Symbol.toStringTag,{value:"Module"})),In=rs(ss);(function(c){let i={};i.__wbindgen_placeholder__=c.exports;let t;const{TextDecoder:w,TextEncoder:u}=Wn,h=new Array(128).fill(void 0);h.push(void 0,null,!0,!1);function k(C){return h[C]}let j=h.length;function P(C){C<132||(h[C]=j,j=C)}function p(C){const _=k(C);return P(C),_}let V=new w("utf-8",{ignoreBOM:!0,fatal:!0});V.decode();let Y=null;function R(){return(Y===null||Y.byteLength===0)&&(Y=new Uint8Array(t.memory.buffer)),Y}function m(C,_){return C=C>>>0,V.decode(R().subarray(C,C+_))}function $(C){j===h.length&&h.push(h.length+1);const _=j;return j=h[_],h[_]=C,_}let b=0,_t=new u("utf-8");const W=typeof _t.encodeInto=="function"?function(C,_){return _t.encodeInto(C,_)}:function(C,_){const e=_t.encode(C);return _.set(e),{read:C.length,written:e.length}};function v(C,_,e){if(e===void 0){const o=_t.encode(C),f=_(o.length,1)>>>0;return R().subarray(f,f+o.length).set(o),b=o.length,f}let s=C.length,n=_(s,1)>>>0;const r=R();let d=0;for(;d<s;d++){const o=C.charCodeAt(d);if(o>127)break;r[n+d]=o}if(d!==s){d!==0&&(C=C.slice(d)),n=e(n,s,s=d+C.length*3,1)>>>0;const o=R().subarray(n+d,n+s),f=W(C,o);d+=f.written}return b=d,n}function nt(C){return C==null}let ft=null;function a(){return(ft===null||ft.byteLength===0)&&(ft=new Int32Array(t.memory.buffer)),ft}function Z(C){const _=typeof C;if(_=="number"||_=="boolean"||C==null)return`${C}`;if(_=="string")return`"${C}"`;if(_=="symbol"){const n=C.description;return n==null?"Symbol":`Symbol(${n})`}if(_=="function"){const n=C.name;return typeof n=="string"&&n.length>0?`Function(${n})`:"Function"}if(Array.isArray(C)){const n=C.length;let r="[";n>0&&(r+=Z(C[0]));for(let d=1;d<n;d++)r+=", "+Z(C[d]);return r+="]",r}const e=/\[object ([^\]]+)\]/.exec(toString.call(C));let s;if(e.length>1)s=e[1];else return toString.call(C);if(s=="Object")try{return"Object("+JSON.stringify(C)+")"}catch{return"Object"}return C instanceof Error?`${C.name}: ${C.message}
11
- ${C.stack}`:s}c.exports.script_to_address=function(C,_,e){let s,n;try{const l=t.__wbindgen_add_to_stack_pointer(-16),H=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),rt=b;var r=nt(e)?0:v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),d=b;t.script_to_address(l,C,H,rt,r,d);var o=a()[l/4+0],f=a()[l/4+1];return s=o,n=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(s,n,1)}},c.exports.serialize_bech32_address=function(C){const _=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),e=b,s=t.serialize_bech32_address(_,e);return vr.__wrap(s)};function g(C,_){if(!(C instanceof _))throw new Error(`expected instance of ${_.name}`);return C.ptr}c.exports.apply_params_to_script=function(C,_){let e,s;try{const rt=t.__wbindgen_add_to_stack_pointer(-16);g(C,er);var n=C.__destroy_into_raw();const dt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),Xe=b;t.apply_params_to_script(rt,n,dt,Xe);var r=a()[rt/4+0],d=a()[rt/4+1],o=a()[rt/4+2],f=a()[rt/4+3],l=r,H=d;if(f)throw l=0,H=0,p(o);return e=l,s=H,m(l,H)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}},c.exports.get_v2_script_hash=function(C){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.get_v2_script_hash(r,d,o);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}},c.exports.calculate_tx_hash=function(C){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.calculate_tx_hash(r,d,o);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}},c.exports.sign_transaction=function(C,_){let e,s;try{const o=t.__wbindgen_add_to_stack_pointer(-16),f=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),l=b;g(_,er);var n=_.__destroy_into_raw();t.sign_transaction(o,f,l,n);var r=a()[o/4+0],d=a()[o/4+1];return e=r,s=d,m(r,d)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}};function D(C,_){return C=C>>>0,R().subarray(C/1,C/1+_)}function Q(C,_){const e=_(C.length*1,1)>>>0;return R().set(C,e/1),b=C.length,e}c.exports.encrypt_with_password=function(C,_,e,s){let n,r;try{const dt=t.__wbindgen_add_to_stack_pointer(-16),Xe=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),mr=b,Qa=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),Oa=b,Da=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),Ta=b,Na=v(s,t.__wbindgen_malloc,t.__wbindgen_realloc),Ua=b;t.encrypt_with_password(dt,Xe,mr,Qa,Oa,Da,Ta,Na,Ua);var d=a()[dt/4+0],o=a()[dt/4+1],f=a()[dt/4+2],l=a()[dt/4+3],H=d,rt=o;if(l)throw H=0,rt=0,p(f);return n=H,r=rt,m(H,rt)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(n,r,1)}},c.exports.decrypt_with_password=function(C,_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b,Xe=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),mr=b;t.decrypt_with_password(H,rt,dt,Xe,mr);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}},c.exports.min_fee=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(C,f_),g(_,nr),t.min_fee(r,C.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.calculate_ex_units_ceil_cost=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(C,at),g(_,vt),t.calculate_ex_units_ceil_cost(r,C.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.min_script_fee=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(C,f_),g(_,vt),t.min_script_fee(r,C.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.encode_arbitrary_bytes_as_metadatum=function(C){const _=Q(C,t.__wbindgen_malloc),e=b,s=t.encode_arbitrary_bytes_as_metadatum(_,e);return mt.__wrap(s)},c.exports.decode_arbitrary_bytes_from_metadatum=function(C){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,mt),t.decode_arbitrary_bytes_from_metadatum(d,C.__wbg_ptr);var _=a()[d/4+0],e=a()[d/4+1],s=a()[d/4+2],n=a()[d/4+3];if(n)throw p(s);var r=D(_,e).slice();return t.__wbindgen_free(_,e*1),r}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.encode_json_str_to_metadatum=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.encode_json_str_to_metadatum(r,d,o,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.decode_metadatum_to_json_str=function(C,_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16);g(C,mt),t.decode_metadatum_to_json_str(H,C.__wbg_ptr,_);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}},c.exports.encode_json_str_to_plutus_datum=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.encode_json_str_to_plutus_datum(r,d,o,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.decode_plutus_datum_to_json_str=function(C,_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16);g(C,yt),t.decode_plutus_datum_to_json_str(H,C.__wbg_ptr,_);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}},c.exports.create_send_all=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,pt),g(_,We),g(e,or),t.create_send_all(d,C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Or.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}};let J=null;function ct(){return(J===null||J.byteLength===0)&&(J=new Uint32Array(t.memory.buffer)),J}function ut(C,_){return C=C>>>0,ct().subarray(C/4,C/4+_)}c.exports.make_daedalus_bootstrap_witness=function(C,_,e){g(C,h_),g(_,A),g(e,hr);const s=t.make_daedalus_bootstrap_witness(C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return ot.__wrap(s)},c.exports.make_icarus_bootstrap_witness=function(C,_,e){g(C,h_),g(_,A),g(e,wt);const s=t.make_icarus_bootstrap_witness(C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return ot.__wrap(s)},c.exports.make_vkey_witness=function(C,_){g(C,h_),g(_,A_);const e=t.make_vkey_witness(C.__wbg_ptr,_.__wbg_ptr);return R_.__wrap(e)},c.exports.hash_auxiliary_data=function(C){g(C,Pt);const _=t.hash_auxiliary_data(C.__wbg_ptr);return qt.__wrap(_)},c.exports.hash_transaction=function(C){g(C,Wt);const _=t.hash_transaction(C.__wbg_ptr);return h_.__wrap(_)},c.exports.hash_plutus_data=function(C){g(C,yt);const _=t.hash_plutus_data(C.__wbg_ptr);return U.__wrap(_)},c.exports.hash_script_data=function(C,_,e){g(C,I_),g(_,M);let s=0;nt(e)||(g(e,n_),s=e.__destroy_into_raw());const n=t.hash_script_data(C.__wbg_ptr,_.__wbg_ptr,s);return M_.__wrap(n)},c.exports.get_implicit_input=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,Wt),g(_,I),g(e,I),t.get_implicit_input(d,C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return gt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.get_deposit=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,Wt),g(_,I),g(e,I),t.get_deposit(d,C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return I.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.min_ada_for_output=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(C,Gt),g(_,F),t.min_ada_for_output(r,C.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.min_ada_required=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,gt),g(e,I),t.min_ada_required(d,C.__wbg_ptr,_,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return I.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.encode_json_str_to_native_script=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b,l=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),H=b;t.encode_json_str_to_native_script(d,o,f,l,H,e);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Nt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}};function xt(C,_){const e=_(C.length*4,4)>>>0;return ct().set(C,e/4),b=C.length,e}function At(C,_){try{return C.apply(this,_)}catch(e){t.__wbindgen_exn_store($(e))}}c.exports.StakeCredKind=Object.freeze({Key:0,0:"Key",Script:1,1:"Script"}),c.exports.TransactionMetadatumKind=Object.freeze({MetadataMap:0,0:"MetadataMap",MetadataList:1,1:"MetadataList",Int:2,2:"Int",Bytes:3,3:"Bytes",Text:4,4:"Text"}),c.exports.MetadataJsonSchema=Object.freeze({NoConversions:0,0:"NoConversions",BasicConversions:1,1:"BasicConversions",DetailedSchema:2,2:"DetailedSchema"}),c.exports.LanguageKind=Object.freeze({PlutusV1:0,0:"PlutusV1",PlutusV2:1,1:"PlutusV2"}),c.exports.PlutusDataKind=Object.freeze({ConstrPlutusData:0,0:"ConstrPlutusData",Map:1,1:"Map",List:2,2:"List",Integer:3,3:"Integer",Bytes:4,4:"Bytes"}),c.exports.RedeemerTagKind=Object.freeze({Spend:0,0:"Spend",Mint:1,1:"Mint",Cert:2,2:"Cert",Reward:3,3:"Reward"}),c.exports.PlutusDatumSchema=Object.freeze({BasicConversions:0,0:"BasicConversions",DetailedSchema:1,1:"DetailedSchema"}),c.exports.CoinSelectionStrategyCIP2=Object.freeze({LargestFirst:0,0:"LargestFirst",RandomImprove:1,1:"RandomImprove",LargestFirstMultiAsset:2,2:"LargestFirstMultiAsset",RandomImproveMultiAsset:3,3:"RandomImproveMultiAsset"}),c.exports.CborContainerType=Object.freeze({Array:0,0:"Array",Map:1,1:"Map"}),c.exports.ScriptSchema=Object.freeze({Wallet:0,0:"Wallet",Node:1,1:"Node"}),c.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"}),c.exports.MIRPot=Object.freeze({Reserves:0,0:"Reserves",Treasury:1,1:"Treasury"}),c.exports.MIRKind=Object.freeze({ToOtherPot:0,0:"ToOtherPot",ToStakeCredentials:1,1:"ToStakeCredentials"}),c.exports.RelayKind=Object.freeze({SingleHostAddr:0,0:"SingleHostAddr",SingleHostName:1,1:"SingleHostName",MultiHostName:2,2:"MultiHostName"}),c.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"}),c.exports.ScriptHashNamespace=Object.freeze({NativeScript:0,0:"NativeScript",PlutusScript:1,1:"PlutusScript",PlutusScriptV2:2,2:"PlutusScriptV2"}),c.exports.NetworkIdKind=Object.freeze({Testnet:0,0:"Testnet",Mainnet:1,1:"Mainnet"});class pt{static __wrap(_){_=_>>>0;const e=Object.create(pt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_address_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.address_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.address_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.address_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.address_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.address_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.address_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.address_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const dt=t.__wbindgen_add_to_stack_pointer(-16);var n=nt(_)?0:v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),r=b;t.address_to_bech32(dt,this.__wbg_ptr,n,r);var d=a()[dt/4+0],o=a()[dt/4+1],f=a()[dt/4+2],l=a()[dt/4+3],H=d,rt=o;if(l)throw H=0,rt=0,p(f);return e=H,s=rt,m(H,rt)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.address_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}network_id(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.address_network_id(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Address=pt;class It{static __wrap(_){_=_>>>0;const e=Object.create(It.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_assetname_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.assetname_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return It.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assetname_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return It.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assetname_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return It.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.assetname_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return It.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}name(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.AssetName=It;class Ut{static __wrap(_){_=_>>>0;const e=Object.create(Ut.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_assetnames_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetnames_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.assetnames_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ut.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.assetnames_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assetnames_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ut.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.assetnames_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetnames_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assetnames_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ut.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return Ut.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.assetnames_get(this.__wbg_ptr,_);return It.__wrap(e)}add(_){g(_,It),t.assetnames_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.AssetNames=Ut;class Dt{static __wrap(_){_=_>>>0;const e=Object.create(Dt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_assets_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assets_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.assets_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Dt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.assets_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assets_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Dt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.assets_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assets_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assets_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Dt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assets_new();return Dt.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,It),g(e,I);const s=t.assets_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:I.__wrap(s)}get(_){g(_,It);const e=t.assets_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:I.__wrap(e)}keys(){const _=t.assets_keys(this.__wbg_ptr);return Ut.__wrap(_)}}c.exports.Assets=Dt;class Pt{static __wrap(_){_=_>>>0;const e=Object.create(Pt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_auxiliarydata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.auxiliarydata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.auxiliarydata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydata_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydata_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.auxiliarydata_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydata_new();return Pt.__wrap(_)}metadata(){const _=t.auxiliarydata_metadata(this.__wbg_ptr);return _===0?void 0:Ot.__wrap(_)}set_metadata(_){g(_,Ot),t.auxiliarydata_set_metadata(this.__wbg_ptr,_.__wbg_ptr)}native_scripts(){const _=t.auxiliarydata_native_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}set_native_scripts(_){g(_,Ht),t.auxiliarydata_set_native_scripts(this.__wbg_ptr,_.__wbg_ptr)}plutus_scripts(){const _=t.auxiliarydata_plutus_scripts(this.__wbg_ptr);return _===0?void 0:x_.__wrap(_)}set_plutus_scripts(_){g(_,x_),t.auxiliarydata_set_plutus_scripts(this.__wbg_ptr,_.__wbg_ptr)}prefer_alonzo_format(){return t.auxiliarydata_prefer_alonzo_format(this.__wbg_ptr)!==0}set_prefer_alonzo_format(_){t.auxiliarydata_set_prefer_alonzo_format(this.__wbg_ptr,_)}}c.exports.AuxiliaryData=Pt;class qt{static __wrap(_){_=_>>>0;const e=Object.create(qt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_auxiliarydatahash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.auxiliarydatahash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.auxiliarydatahash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.auxiliarydatahash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.AuxiliaryDataHash=qt;class K{static __wrap(_){_=_>>>0;const e=Object.create(K.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_auxiliarydataset_free(_)}static new(){const _=t.auxiliarydataset_new();return K.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(e,Pt);const s=t.auxiliarydataset_insert(this.__wbg_ptr,_,e.__wbg_ptr);return s===0?void 0:Pt.__wrap(s)}get(_){const e=t.auxiliarydataset_get(this.__wbg_ptr,_);return e===0?void 0:Pt.__wrap(e)}indices(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydataset_indices(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=ut(_,e).slice();return t.__wbindgen_free(_,e*4),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.AuxiliaryDataSet=K;class q{static __wrap(_){_=_>>>0;const e=Object.create(q.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_baseaddress_free(_)}static new(_,e,s){g(e,Qt),g(s,Qt);const n=t.baseaddress_new(_,e.__wbg_ptr,s.__wbg_ptr);return q.__wrap(n)}payment_cred(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}stake_cred(){const _=t.baseaddress_stake_cred(this.__wbg_ptr);return Qt.__wrap(_)}to_address(){const _=t.baseaddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.baseaddress_from_address(_.__wbg_ptr);return e===0?void 0:q.__wrap(e)}}c.exports.BaseAddress=q;class L{static __wrap(_){_=_>>>0;const e=Object.create(L.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bigint_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bigint_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return L.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bigint_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return L.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bigint_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return L.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}is_zero(){return t.bigint_is_zero(this.__wbg_ptr)!==0}as_u64(){const _=t.bigint_as_u64(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}as_int(){const _=t.bigint_as_int(this.__wbg_ptr);return _===0?void 0:Et.__wrap(_)}static from_str(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bigint_from_str(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return L.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_str(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_str(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}add(_){g(_,L);const e=t.bigint_add(this.__wbg_ptr,_.__wbg_ptr);return L.__wrap(e)}mul(_){g(_,L);const e=t.bigint_mul(this.__wbg_ptr,_.__wbg_ptr);return L.__wrap(e)}static one(){const _=t.bigint_one();return L.__wrap(_)}increment(){const _=t.bigint_increment(this.__wbg_ptr);return L.__wrap(_)}div_ceil(_){g(_,L);const e=t.bigint_div_ceil(this.__wbg_ptr,_.__wbg_ptr);return L.__wrap(e)}}c.exports.BigInt=L;class I{static __wrap(_){_=_>>>0;const e=Object.create(I.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bignum_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bignum_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bignum_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bignum_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_str(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bignum_from_str(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_str(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_str(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static zero(){const _=t.bignum_zero();return I.__wrap(_)}static one(){const _=t.bignum_one();return I.__wrap(_)}is_zero(){return t.bignum_is_zero(this.__wbg_ptr)!==0}div_floor(_){g(_,I);const e=t.bignum_div_floor(this.__wbg_ptr,_.__wbg_ptr);return I.__wrap(e)}checked_mul(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I),t.bignum_checked_mul(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}checked_add(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I),t.bignum_checked_add(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}checked_sub(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I),t.bignum_checked_sub(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}clamped_sub(_){g(_,I);const e=t.bignum_clamped_sub(this.__wbg_ptr,_.__wbg_ptr);return I.__wrap(e)}compare(_){return g(_,I),t.bignum_compare(this.__wbg_ptr,_.__wbg_ptr)}less_than(_){return g(_,I),t.bignum_less_than(this.__wbg_ptr,_.__wbg_ptr)!==0}static max_value(){const _=t.bignum_max_value();return I.__wrap(_)}static max(_,e){g(_,I),g(e,I);const s=t.bignum_max(_.__wbg_ptr,e.__wbg_ptr);return I.__wrap(s)}}c.exports.BigNum=I;class wt{static __wrap(_){_=_>>>0;const e=Object.create(wt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bip32privatekey_free(_)}derive(_){const e=t.bip32privatekey_derive(this.__wbg_ptr,_);return wt.__wrap(e)}static from_128_xprv(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bip32privatekey_from_128_xprv(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_128_xprv(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_to_128_xprv(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static generate_ed25519_bip32(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_generate_ed25519_bip32(n);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return wt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_raw_key(){const _=t.bip32privatekey_to_raw_key(this.__wbg_ptr);return A_.__wrap(_)}to_public(){const _=t.bip32privatekey_to_public(this.__wbg_ptr);return bt.__wrap(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bip32privatekey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bip32privatekey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_bip39_entropy(_,e){const s=Q(_,t.__wbindgen_malloc),n=b,r=Q(e,t.__wbindgen_malloc),d=b,o=t.bip32privatekey_from_bip39_entropy(s,n,r,d);return wt.__wrap(o)}chaincode(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_chaincode(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bip32privatekey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Bip32PrivateKey=wt;class bt{static __wrap(_){_=_>>>0;const e=Object.create(bt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bip32publickey_free(_)}derive(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_derive(r,this.__wbg_ptr,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return bt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_raw_key(){const _=t.bip32publickey_to_raw_key(this.__wbg_ptr);return u_.__wrap(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bip32publickey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return bt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bip32publickey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return bt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}chaincode(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_chaincode(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bip32publickey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return bt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Bip32PublicKey=bt;class st{static __wrap(_){_=_>>>0;const e=Object.create(st.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_block_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.block_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.block_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return st.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.block_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.block_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return st.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.block_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.block_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.block_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return st.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}header(){const _=t.block_header(this.__wbg_ptr);return __.__wrap(_)}transaction_bodies(){const _=t.block_transaction_bodies(this.__wbg_ptr);return ve.__wrap(_)}transaction_witness_sets(){const _=t.block_transaction_witness_sets(this.__wbg_ptr);return ke.__wrap(_)}auxiliary_data_set(){const _=t.block_auxiliary_data_set(this.__wbg_ptr);return K.__wrap(_)}invalid_transactions(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.block_invalid_transactions(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=ut(_,e).slice();return t.__wbindgen_free(_,e*4),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e,s,n,r){g(_,__),g(e,ve),g(s,ke),g(n,K);const d=xt(r,t.__wbindgen_malloc),o=b,f=t.block_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr,n.__wbg_ptr,d,o);return st.__wrap(f)}}c.exports.Block=st;class et{static __wrap(_){_=_>>>0;const e=Object.create(et.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_blockhash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.blockhash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.blockhash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.blockhash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.BlockHash=et;class ot{static __wrap(_){_=_>>>0;const e=Object.create(ot.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bootstrapwitness_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bootstrapwitness_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bootstrapwitness_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bootstrapwitness_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}vkey(){const _=t.bootstrapwitness_vkey(this.__wbg_ptr);return Zt.__wrap(_)}signature(){const _=t.bootstrapwitness_signature(this.__wbg_ptr);return it.__wrap(_)}chain_code(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}attributes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_attributes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e,s,n){g(_,Zt),g(e,it);const r=Q(s,t.__wbindgen_malloc),d=b,o=Q(n,t.__wbindgen_malloc),f=b,l=t.bootstrapwitness_new(_.__wbg_ptr,e.__wbg_ptr,r,d,o,f);return ot.__wrap(l)}}c.exports.BootstrapWitness=ot;class x{static __wrap(_){_=_>>>0;const e=Object.create(x.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bootstrapwitnesses_free(_)}static new(){const _=t.assetnames_new();return x.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.bootstrapwitnesses_get(this.__wbg_ptr,_);return ot.__wrap(e)}add(_){g(_,ot),t.bootstrapwitnesses_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.BootstrapWitnesses=x;class A{static __wrap(_){_=_>>>0;const e=Object.create(A.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_byronaddress_free(_)}to_base58(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.byronaddress_to_base58(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.byronaddress_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.byronaddress_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}byron_protocol_magic(){return t.byronaddress_byron_protocol_magic(this.__wbg_ptr)>>>0}attributes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.byronaddress_attributes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}network_id(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.byronaddress_network_id(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_base58(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.byronaddress_from_base58(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static icarus_from_key(_,e){g(_,bt);const s=t.byronaddress_icarus_from_key(_.__wbg_ptr,e);return A.__wrap(s)}static is_valid(_){const e=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),s=b;return t.byronaddress_is_valid(e,s)!==0}to_address(){const _=t.byronaddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.byronaddress_from_address(_.__wbg_ptr);return e===0?void 0:A.__wrap(e)}}c.exports.ByronAddress=A;class B{static __wrap(_){_=_>>>0;const e=Object.create(B.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_certificate_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.certificate_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.certificate_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.certificate_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.certificate_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.certificate_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.certificate_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.certificate_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_stake_registration(_){g(_,ye);const e=t.certificate_new_stake_registration(_.__wbg_ptr);return B.__wrap(e)}static new_stake_deregistration(_){g(_,he);const e=t.certificate_new_stake_deregistration(_.__wbg_ptr);return B.__wrap(e)}static new_stake_delegation(_){g(_,fe);const e=t.certificate_new_stake_delegation(_.__wbg_ptr);return B.__wrap(e)}static new_pool_registration(_){g(_,se);const e=t.certificate_new_pool_registration(_.__wbg_ptr);return B.__wrap(e)}static new_pool_retirement(_){g(_,oe);const e=t.certificate_new_pool_retirement(_.__wbg_ptr);return B.__wrap(e)}static new_genesis_key_delegation(_){g(_,Rt);const e=t.certificate_new_genesis_key_delegation(_.__wbg_ptr);return B.__wrap(e)}static new_move_instantaneous_rewards_cert(_){g(_,Z_);const e=t.certificate_new_move_instantaneous_rewards_cert(_.__wbg_ptr);return B.__wrap(e)}kind(){return t.certificate_kind(this.__wbg_ptr)>>>0}as_stake_registration(){const _=t.certificate_as_stake_registration(this.__wbg_ptr);return _===0?void 0:ye.__wrap(_)}as_stake_deregistration(){const _=t.certificate_as_stake_deregistration(this.__wbg_ptr);return _===0?void 0:he.__wrap(_)}as_stake_delegation(){const _=t.certificate_as_stake_delegation(this.__wbg_ptr);return _===0?void 0:fe.__wrap(_)}as_pool_registration(){const _=t.certificate_as_pool_registration(this.__wbg_ptr);return _===0?void 0:se.__wrap(_)}as_pool_retirement(){const _=t.certificate_as_pool_retirement(this.__wbg_ptr);return _===0?void 0:oe.__wrap(_)}as_genesis_key_delegation(){const _=t.certificate_as_genesis_key_delegation(this.__wbg_ptr);return _===0?void 0:Rt.__wrap(_)}as_move_instantaneous_rewards_cert(){const _=t.certificate_as_move_instantaneous_rewards_cert(this.__wbg_ptr);return _===0?void 0:Z_.__wrap(_)}}c.exports.Certificate=B;class N{static __wrap(_){_=_>>>0;const e=Object.create(N.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_certificates_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.certificates_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.certificates_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.certificates_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.certificates_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.certificates_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.certificates_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.certificates_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return N.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.certificates_get(this.__wbg_ptr,_);return B.__wrap(e)}add(_){g(_,B),t.certificates_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.Certificates=N;class E{static __wrap(_){_=_>>>0;const e=Object.create(E.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_constrplutusdata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.constrplutusdata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.constrplutusdata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return E.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.constrplutusdata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.constrplutusdata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return E.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}alternative(){const _=t.constrplutusdata_alternative(this.__wbg_ptr);return I.__wrap(_)}data(){const _=t.constrplutusdata_data(this.__wbg_ptr);return n_.__wrap(_)}static new(_,e){g(_,I),g(e,n_);const s=t.constrplutusdata_new(_.__wbg_ptr,e.__wbg_ptr);return E.__wrap(s)}}c.exports.ConstrPlutusData=E;class T{static __wrap(_){_=_>>>0;const e=Object.create(T.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_costmodel_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.costmodel_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.costmodel_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.costmodel_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return T.__wrap(_)}set(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(e,Et),t.costmodel_set(d,this.__wbg_ptr,_,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Et.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_get(r,this.__wbg_ptr,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}}c.exports.CostModel=T;class M{static __wrap(_){_=_>>>0;const e=Object.create(M.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_costmdls_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.costmdls_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.costmdls_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.costmdls_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.costmdls_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.costmdls_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.costmdls_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.costmdls_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assets_new();return M.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Jt),g(e,T);const s=t.costmdls_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:T.__wrap(s)}get(_){g(_,Jt);const e=t.costmdls_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:T.__wrap(e)}keys(){const _=t.costmdls_keys(this.__wbg_ptr);return Ye.__wrap(_)}retain_language_versions(_){g(_,Ye);const e=t.costmdls_retain_language_versions(this.__wbg_ptr,_.__wbg_ptr);return M.__wrap(e)}}c.exports.Costmdls=M;class S{static __wrap(_){_=_>>>0;const e=Object.create(S.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_dnsrecordaoraaaa_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.dnsrecordaoraaaa_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return S.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return S.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return S.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return S.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}record(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_record(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.DNSRecordAorAAAA=S;class O{static __wrap(_){_=_>>>0;const e=Object.create(O.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_dnsrecordsrv_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordsrv_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.dnsrecordsrv_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return O.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordsrv_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordsrv_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return O.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return O.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordsrv_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return O.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}record(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_record(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.DNSRecordSRV=O;class F{static __wrap(_){_=_>>>0;const e=Object.create(F.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_datacost_free(_)}static new_coins_per_word(_){g(_,I);const e=t.datacost_new_coins_per_word(_.__wbg_ptr);return F.__wrap(e)}static new_coins_per_byte(_){g(_,I);const e=t.datacost_new_coins_per_byte(_.__wbg_ptr);return F.__wrap(e)}coins_per_byte(){const _=t.datacost_coins_per_byte(this.__wbg_ptr);return I.__wrap(_)}}c.exports.DataCost=F;class U{static __wrap(_){_=_>>>0;const e=Object.create(U.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_datahash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.datahash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.datahash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.datahash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.DataHash=U;class z{static __wrap(_){_=_>>>0;const e=Object.create(z.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_datumsource_free(_)}static new(_){g(_,yt);const e=t.datumsource_new(_.__wbg_ptr);return z.__wrap(e)}static new_ref_input(_){g(_,Ct);const e=t.datumsource_new_ref_input(_.__wbg_ptr);return z.__wrap(e)}}c.exports.DatumSource=z;class X{static __wrap(_){_=_>>>0;const e=Object.create(X.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ed25519keyhash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ed25519keyhash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return X.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.ed25519keyhash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519keyhash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return X.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519keyhash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return X.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Ed25519KeyHash=X;class tt{static __wrap(_){_=_>>>0;const e=Object.create(tt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ed25519keyhashes_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ed25519keyhashes_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return tt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519keyhashes_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return tt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519keyhashes_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return tt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return tt.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.ed25519keyhashes_get(this.__wbg_ptr,_);return X.__wrap(e)}add(_){g(_,X),t.ed25519keyhashes_add(this.__wbg_ptr,_.__wbg_ptr)}to_option(){const _=t.ed25519keyhashes_to_option(this.__wbg_ptr);return _===0?void 0:tt.__wrap(_)}}c.exports.Ed25519KeyHashes=tt;class it{static __wrap(_){_=_>>>0;const e=Object.create(it.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ed25519signature_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519signature_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519signature_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519signature_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return it.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519signature_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return it.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ed25519signature_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return it.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Ed25519Signature=it;class Bt{static __wrap(_){_=_>>>0;const e=Object.create(Bt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_enterpriseaddress_free(_)}static new(_,e){g(e,Qt);const s=t.enterpriseaddress_new(_,e.__wbg_ptr);return Bt.__wrap(s)}payment_cred(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}to_address(){const _=t.enterpriseaddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.enterpriseaddress_from_address(_.__wbg_ptr);return e===0?void 0:Bt.__wrap(e)}}c.exports.EnterpriseAddress=Bt;class vt{static __wrap(_){_=_>>>0;const e=Object.create(vt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_exunitprices_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.exunitprices_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.exunitprices_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return vt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.exunitprices_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.exunitprices_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return vt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.exunitprices_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.exunitprices_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.exunitprices_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return vt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}mem_price(){const _=t.exunitprices_mem_price(this.__wbg_ptr);return Lt.__wrap(_)}step_price(){const _=t.exunitprices_step_price(this.__wbg_ptr);return Lt.__wrap(_)}static new(_,e){g(_,Lt),g(e,Lt);const s=t.exunitprices_new(_.__wbg_ptr,e.__wbg_ptr);return vt.__wrap(s)}}c.exports.ExUnitPrices=vt;class at{static __wrap(_){_=_>>>0;const e=Object.create(at.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_exunits_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.exunits_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.exunits_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return at.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.exunits_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.exunits_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return at.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.exunits_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.exunits_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.exunits_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return at.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}mem(){const _=t.exunits_mem(this.__wbg_ptr);return I.__wrap(_)}steps(){const _=t.exunits_steps(this.__wbg_ptr);return I.__wrap(_)}static new(_,e){g(_,I),g(e,I);const s=t.exunits_new(_.__wbg_ptr,e.__wbg_ptr);return at.__wrap(s)}}c.exports.ExUnits=at;class ht{static __wrap(_){_=_>>>0;const e=Object.create(ht.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_fixedtransaction_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.fixedtransaction_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ht.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.fixedtransaction_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ht.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e,s){try{const o=t.__wbindgen_add_to_stack_pointer(-16),f=Q(_,t.__wbindgen_malloc),l=b,H=Q(e,t.__wbindgen_malloc),rt=b;t.fixedtransaction_new(o,f,l,H,rt,s);var n=a()[o/4+0],r=a()[o/4+1],d=a()[o/4+2];if(d)throw p(r);return ht.__wrap(n)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_with_auxiliary(_,e,s,n){try{const f=t.__wbindgen_add_to_stack_pointer(-16),l=Q(_,t.__wbindgen_malloc),H=b,rt=Q(e,t.__wbindgen_malloc),dt=b,Xe=Q(s,t.__wbindgen_malloc),mr=b;t.fixedtransaction_new_with_auxiliary(f,l,H,rt,dt,Xe,mr,n);var r=a()[f/4+0],d=a()[f/4+1],o=a()[f/4+2];if(o)throw p(d);return ht.__wrap(r)}finally{t.__wbindgen_add_to_stack_pointer(16)}}body(){const _=t.fixedtransaction_body(this.__wbg_ptr);return Wt.__wrap(_)}raw_body(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_raw_body(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_body(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16),r=Q(_,t.__wbindgen_malloc),d=b;t.fixedtransaction_set_body(n,this.__wbg_ptr,r,d);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_witness_set(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16),r=Q(_,t.__wbindgen_malloc),d=b;t.fixedtransaction_set_witness_set(n,this.__wbg_ptr,r,d);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}witness_set(){const _=t.fixedtransaction_witness_set(this.__wbg_ptr);return y_.__wrap(_)}raw_witness_set(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_raw_witness_set(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_is_valid(_){t.fixedtransaction_set_is_valid(this.__wbg_ptr,_)}is_valid(){return t.fixedtransaction_is_valid(this.__wbg_ptr)!==0}set_auxiliary_data(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16),r=Q(_,t.__wbindgen_malloc),d=b;t.fixedtransaction_set_auxiliary_data(n,this.__wbg_ptr,r,d);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}auxiliary_data(){const _=t.fixedtransaction_auxiliary_data(this.__wbg_ptr);return _===0?void 0:Pt.__wrap(_)}raw_auxiliary_data(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_raw_auxiliary_data(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];let n;return _!==0&&(n=D(_,e).slice(),t.__wbindgen_free(_,e*1)),n}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.FixedTransaction=ht;class Ot{static __wrap(_){_=_>>>0;const e=Object.create(Ot.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_generaltransactionmetadata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.generaltransactionmetadata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.generaltransactionmetadata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.generaltransactionmetadata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.generaltransactionmetadata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.generaltransactionmetadata_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.generaltransactionmetadata_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.generaltransactionmetadata_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return Ot.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,I),g(e,mt);const s=t.generaltransactionmetadata_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:mt.__wrap(s)}get(_){g(_,I);const e=t.generaltransactionmetadata_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:mt.__wrap(e)}keys(){const _=t.generaltransactionmetadata_keys(this.__wbg_ptr);return Je.__wrap(_)}}c.exports.GeneralTransactionMetadata=Ot;class o_{static __wrap(_){_=_>>>0;const e=Object.create(o_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_genesisdelegatehash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.genesisdelegatehash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return o_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.ed25519keyhash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesisdelegatehash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return o_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesisdelegatehash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return o_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.GenesisDelegateHash=o_;class Xt{static __wrap(_){_=_>>>0;const e=Object.create(Xt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_genesishash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.genesishash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Xt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.ed25519keyhash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesishash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Xt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesishash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Xt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.GenesisHash=Xt;class w_{static __wrap(_){_=_>>>0;const e=Object.create(w_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_genesishashes_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.genesishashes_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.genesishashes_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return w_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.genesishashes_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesishashes_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return w_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesishashes_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return w_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return w_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.genesishashes_get(this.__wbg_ptr,_);return Xt.__wrap(e)}add(_){g(_,Xt),t.ed25519keyhashes_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.GenesisHashes=w_;class Rt{static __wrap(_){_=_>>>0;const e=Object.create(Rt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_genesiskeydelegation_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.genesiskeydelegation_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.genesiskeydelegation_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Rt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.genesiskeydelegation_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesiskeydelegation_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Rt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.genesiskeydelegation_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.genesiskeydelegation_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesiskeydelegation_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Rt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}genesishash(){const _=t.genesiskeydelegation_genesishash(this.__wbg_ptr);return Xt.__wrap(_)}genesis_delegate_hash(){const _=t.genesiskeydelegation_genesis_delegate_hash(this.__wbg_ptr);return o_.__wrap(_)}vrf_keyhash(){const _=t.genesiskeydelegation_vrf_keyhash(this.__wbg_ptr);return q_.__wrap(_)}static new(_,e,s){g(_,Xt),g(e,o_),g(s,q_);const n=t.genesiskeydelegation_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return Rt.__wrap(n)}}c.exports.GenesisKeyDelegation=Rt;class __{static __wrap(_){_=_>>>0;const e=Object.create(__.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_header_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.header_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.header_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return __.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.header_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.header_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return __.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.header_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.header_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.header_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return __.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}header_body(){const _=t.header_header_body(this.__wbg_ptr);return Ft.__wrap(_)}body_signature(){const _=t.header_body_signature(this.__wbg_ptr);return rr.__wrap(_)}static new(_,e){g(_,Ft),g(e,rr);const s=t.header_new(_.__wbg_ptr,e.__wbg_ptr);return __.__wrap(s)}}c.exports.Header=__;class Ft{static __wrap(_){_=_>>>0;const e=Object.create(Ft.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_headerbody_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.headerbody_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ft.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.headerbody_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ft.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.headerbody_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ft.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}block_number(){return t.headerbody_block_number(this.__wbg_ptr)>>>0}slot(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_slot(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot_bignum(){const _=t.headerbody_slot_bignum(this.__wbg_ptr);return I.__wrap(_)}prev_hash(){const _=t.headerbody_prev_hash(this.__wbg_ptr);return _===0?void 0:et.__wrap(_)}issuer_vkey(){const _=t.headerbody_issuer_vkey(this.__wbg_ptr);return Zt.__wrap(_)}vrf_vkey(){const _=t.headerbody_vrf_vkey(this.__wbg_ptr);return Ie.__wrap(_)}has_nonce_and_leader_vrf(){return t.headerbody_has_nonce_and_leader_vrf(this.__wbg_ptr)!==0}nonce_vrf_or_nothing(){const _=t.headerbody_nonce_vrf_or_nothing(this.__wbg_ptr);return _===0?void 0:v_.__wrap(_)}leader_vrf_or_nothing(){const _=t.headerbody_leader_vrf_or_nothing(this.__wbg_ptr);return _===0?void 0:v_.__wrap(_)}has_vrf_result(){return t.headerbody_has_vrf_result(this.__wbg_ptr)!==0}vrf_result_or_nothing(){const _=t.headerbody_vrf_result_or_nothing(this.__wbg_ptr);return _===0?void 0:v_.__wrap(_)}block_body_size(){return t.headerbody_block_body_size(this.__wbg_ptr)>>>0}block_body_hash(){const _=t.headerbody_block_body_hash(this.__wbg_ptr);return et.__wrap(_)}operational_cert(){const _=t.headerbody_operational_cert(this.__wbg_ptr);return U_.__wrap(_)}protocol_version(){const _=t.headerbody_protocol_version(this.__wbg_ptr);return g_.__wrap(_)}static new(_,e,s,n,r,d,o,f,l,H){let rt=0;nt(s)||(g(s,et),rt=s.__destroy_into_raw()),g(n,Zt),g(r,Ie),g(d,v_),g(f,et),g(l,U_),g(H,g_);const dt=t.headerbody_new(_,e,rt,n.__wbg_ptr,r.__wbg_ptr,d.__wbg_ptr,o,f.__wbg_ptr,l.__wbg_ptr,H.__wbg_ptr);return Ft.__wrap(dt)}static new_headerbody(_,e,s,n,r,d,o,f,l,H){g(e,I);let rt=0;nt(s)||(g(s,et),rt=s.__destroy_into_raw()),g(n,Zt),g(r,Ie),g(d,v_),g(f,et),g(l,U_),g(H,g_);const dt=t.headerbody_new_headerbody(_,e.__wbg_ptr,rt,n.__wbg_ptr,r.__wbg_ptr,d.__wbg_ptr,o,f.__wbg_ptr,l.__wbg_ptr,H.__wbg_ptr);return Ft.__wrap(dt)}}c.exports.HeaderBody=Ft;class Kt{static __wrap(_){_=_>>>0;const e=Object.create(Kt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_inputwithscriptwitness_free(_)}static new_with_native_script_witness(_,e){g(_,Ct),g(e,Nt);const s=t.inputwithscriptwitness_new_with_native_script_witness(_.__wbg_ptr,e.__wbg_ptr);return Kt.__wrap(s)}static new_with_plutus_witness(_,e){g(_,Ct),g(e,l_);const s=t.inputwithscriptwitness_new_with_plutus_witness(_.__wbg_ptr,e.__wbg_ptr);return Kt.__wrap(s)}input(){const _=t.inputwithscriptwitness_input(this.__wbg_ptr);return Ct.__wrap(_)}}c.exports.InputWithScriptWitness=Kt;class St{static __wrap(_){_=_>>>0;const e=Object.create(St.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_inputswithscriptwitness_free(_)}static new(){const _=t.certificates_new();return St.__wrap(_)}add(_){g(_,Kt),t.inputswithscriptwitness_add(this.__wbg_ptr,_.__wbg_ptr)}get(_){const e=t.inputswithscriptwitness_get(this.__wbg_ptr,_);return Kt.__wrap(e)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}}c.exports.InputsWithScriptWitness=St;class Et{static __wrap(_){_=_>>>0;const e=Object.create(Et.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_int_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.int_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.int_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.int_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){g(_,I);const e=t.int_new(_.__wbg_ptr);return Et.__wrap(e)}static new_negative(_){g(_,I);const e=t.int_new_negative(_.__wbg_ptr);return Et.__wrap(e)}static new_i32(_){const e=t.int_new_i32(_);return Et.__wrap(e)}is_positive(){return t.int_is_positive(this.__wbg_ptr)!==0}as_positive(){const _=t.int_as_positive(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}as_negative(){const _=t.int_as_negative(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}as_i32(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.int_as_i32(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_i32_or_nothing(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.int_as_i32_or_nothing(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_i32_or_fail(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.int_as_i32_or_fail(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_str(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_str(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_str(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.int_from_str(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Int=Et;class $_{static __wrap(_){_=_>>>0;const e=Object.create($_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ipv4_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ipv4_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ipv4_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ipv4_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ipv4_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}ip(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_ip(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Ipv4=$_;class J_{static __wrap(_){_=_>>>0;const e=Object.create(J_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ipv6_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ipv6_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return J_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ipv6_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return J_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ipv6_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return J_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ipv6_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return J_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}ip(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_ip(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Ipv6=J_;class er{static __wrap(_){_=_>>>0;const e=Object.create(er.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_jsvecstring_free(_)}static new(){const _=t.jsvecstring_new();return er.__wrap(_)}len(){return t.jsvecstring_len(this.__wbg_ptr)>>>0}is_empty(){return t.jsvecstring_is_empty(this.__wbg_ptr)!==0}get(_){let e,s;try{const d=t.__wbindgen_add_to_stack_pointer(-16);t.jsvecstring_get(d,this.__wbg_ptr,_);var n=a()[d/4+0],r=a()[d/4+1];return e=n,s=r,m(n,r)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}add(_){const e=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),s=b;t.jsvecstring_add(this.__wbg_ptr,e,s)}}c.exports.JsVecString=er;class rr{static __wrap(_){_=_>>>0;const e=Object.create(rr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_kessignature_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.kessignature_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return rr.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.KESSignature=rr;class De{static __wrap(_){_=_>>>0;const e=Object.create(De.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_kesvkey_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.kesvkey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return De.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.kesvkey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return De.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.kesvkey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return De.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.KESVKey=De;class Jt{static __wrap(_){_=_>>>0;const e=Object.create(Jt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_language_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.language_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.language_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Jt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.language_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.language_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Jt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.language_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.language_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.language_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Jt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_plutus_v1(){const _=t.language_new_plutus_v1();return Jt.__wrap(_)}static new_plutus_v2(){const _=t.language_new_plutus_v2();return Jt.__wrap(_)}kind(){return t.language_kind(this.__wbg_ptr)>>>0}}c.exports.Language=Jt;class Ye{static __wrap(_){_=_>>>0;const e=Object.create(Ye.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_languages_free(_)}static new(){const _=t.ed25519keyhashes_new();return Ye.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.languages_get(this.__wbg_ptr,_);return Jt.__wrap(e)}add(_){g(_,Jt);var e=_.__destroy_into_raw();t.languages_add(this.__wbg_ptr,e)}static list(){const _=t.languages_list();return Ye.__wrap(_)}}c.exports.Languages=Ye;class hr{static __wrap(_){_=_>>>0;const e=Object.create(hr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_legacydaedalusprivatekey_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.legacydaedalusprivatekey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return hr.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}chaincode(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_chaincode(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.LegacyDaedalusPrivateKey=hr;class nr{static __wrap(_){_=_>>>0;const e=Object.create(nr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_linearfee_free(_)}constant(){const _=t.linearfee_constant(this.__wbg_ptr);return I.__wrap(_)}coefficient(){const _=t.linearfee_coefficient(this.__wbg_ptr);return I.__wrap(_)}static new(_,e){g(_,I),g(e,I);const s=t.linearfee_new(_.__wbg_ptr,e.__wbg_ptr);return nr.__wrap(s)}}c.exports.LinearFee=nr;class W_{static __wrap(_){_=_>>>0;const e=Object.create(W_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mirtostakecredentials_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mirtostakecredentials_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.mirtostakecredentials_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.mirtostakecredentials_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.mirtostakecredentials_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.mirtostakecredentials_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mirtostakecredentials_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.mirtostakecredentials_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return W_.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Qt),g(e,Et);const s=t.mirtostakecredentials_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:Et.__wrap(s)}get(_){g(_,Qt);const e=t.mirtostakecredentials_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:Et.__wrap(e)}keys(){const _=t.mirtostakecredentials_keys(this.__wbg_ptr);return Fe.__wrap(_)}}c.exports.MIRToStakeCredentials=W_;class X_{static __wrap(_){_=_>>>0;const e=Object.create(X_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_metadatalist_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.metadatalist_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.metadatalist_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return X_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.metadatalist_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.metadatalist_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return X_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return X_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.metadatalist_get(this.__wbg_ptr,_);return mt.__wrap(e)}add(_){g(_,mt),t.metadatalist_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.MetadataList=X_;class Te{static __wrap(_){_=_>>>0;const e=Object.create(Te.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_metadatamap_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.metadatamap_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.metadatamap_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.metadatamap_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.metadatamap_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return Te.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,mt),g(e,mt);const s=t.metadatamap_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:mt.__wrap(s)}insert_str(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b;g(e,mt),t.metadatamap_insert_str(d,this.__wbg_ptr,o,f,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return s===0?void 0:mt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}insert_i32(_,e){g(e,mt);const s=t.metadatamap_insert_i32(this.__wbg_ptr,_,e.__wbg_ptr);return s===0?void 0:mt.__wrap(s)}get(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,mt),t.metadatamap_get(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_str(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.metadatamap_get_str(r,this.__wbg_ptr,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_i32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.metadatamap_get_i32(r,this.__wbg_ptr,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}has(_){return g(_,mt),t.metadatamap_has(this.__wbg_ptr,_.__wbg_ptr)!==0}keys(){const _=t.metadatamap_keys(this.__wbg_ptr);return X_.__wrap(_)}}c.exports.MetadataMap=Te;class r_{static __wrap(_){_=_>>>0;const e=Object.create(r_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mint_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mint_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.mint_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return r_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.mint_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.mint_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return r_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.mint_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mint_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.mint_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return r_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return r_.__wrap(_)}static new_from_entry(_,e){g(_,Mt),g(e,D_);const s=t.mint_new_from_entry(_.__wbg_ptr,e.__wbg_ptr);return r_.__wrap(s)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Mt),g(e,D_);const s=t.mint_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:D_.__wrap(s)}get(_){g(_,Mt);const e=t.mint_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:D_.__wrap(e)}get_all(_){g(_,Mt);const e=t.mint_get_all(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:Br.__wrap(e)}keys(){const _=t.mint_keys(this.__wbg_ptr);return we.__wrap(_)}as_positive_multiasset(){const _=t.mint_as_positive_multiasset(this.__wbg_ptr);return $t.__wrap(_)}as_negative_multiasset(){const _=t.mint_as_negative_multiasset(this.__wbg_ptr);return $t.__wrap(_)}}c.exports.Mint=r_;class D_{static __wrap(_){_=_>>>0;const e=Object.create(D_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mintassets_free(_)}static new(){const _=t.assets_new();return D_.__wrap(_)}static new_from_entry(_,e){g(_,It),g(e,Et);var s=e.__destroy_into_raw();const n=t.mintassets_new_from_entry(_.__wbg_ptr,s);return D_.__wrap(n)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,It),g(e,Et);var s=e.__destroy_into_raw();const n=t.mintassets_insert(this.__wbg_ptr,_.__wbg_ptr,s);return n===0?void 0:Et.__wrap(n)}get(_){g(_,It);const e=t.mintassets_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:Et.__wrap(e)}keys(){const _=t.mintassets_keys(this.__wbg_ptr);return Ut.__wrap(_)}}c.exports.MintAssets=D_;class ar{static __wrap(_){_=_>>>0;const e=Object.create(ar.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mintbuilder_free(_)}static new(){const _=t.assets_new();return ar.__wrap(_)}add_asset(_,e,s){g(_,Ge),g(e,It),g(s,Et),t.mintbuilder_add_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}set_asset(_,e,s){g(_,Ge),g(e,It),g(s,Et),t.mintbuilder_set_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}build(){const _=t.mintbuilder_build(this.__wbg_ptr);return r_.__wrap(_)}get_native_scripts(){const _=t.mintbuilder_get_native_scripts(this.__wbg_ptr);return Ht.__wrap(_)}get_plutus_witnesses(){const _=t.mintbuilder_get_plutus_witnesses(this.__wbg_ptr);return re.__wrap(_)}get_ref_inputs(){const _=t.mintbuilder_get_ref_inputs(this.__wbg_ptr);return zt.__wrap(_)}get_redeeemers(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mintbuilder_get_redeeemers(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return I_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}has_plutus_scripts(){return t.mintbuilder_has_plutus_scripts(this.__wbg_ptr)!==0}has_native_scripts(){return t.mintbuilder_has_native_scripts(this.__wbg_ptr)!==0}}c.exports.MintBuilder=ar;class Ge{static __wrap(_){_=_>>>0;const e=Object.create(Ge.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mintwitness_free(_)}static new_native_script(_){g(_,Nt);const e=t.mintwitness_new_native_script(_.__wbg_ptr);return Ge.__wrap(e)}static new_plutus_script(_,e){g(_,ee),g(e,e_);const s=t.mintwitness_new_plutus_script(_.__wbg_ptr,e.__wbg_ptr);return Ge.__wrap(s)}}c.exports.MintWitness=Ge;class Br{static __wrap(_){_=_>>>0;const e=Object.create(Br.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mintsassets_free(_)}}c.exports.MintsAssets=Br;class T_{static __wrap(_){_=_>>>0;const e=Object.create(T_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_moveinstantaneousreward_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousreward_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.moveinstantaneousreward_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousreward_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.moveinstantaneousreward_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousreward_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousreward_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.moveinstantaneousreward_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_to_other_pot(_,e){g(e,I);const s=t.moveinstantaneousreward_new_to_other_pot(_,e.__wbg_ptr);return T_.__wrap(s)}static new_to_stake_creds(_,e){g(e,W_);const s=t.moveinstantaneousreward_new_to_stake_creds(_,e.__wbg_ptr);return T_.__wrap(s)}pot(){return t.moveinstantaneousreward_pot(this.__wbg_ptr)>>>0}kind(){return t.moveinstantaneousreward_kind(this.__wbg_ptr)>>>0}as_to_other_pot(){const _=t.moveinstantaneousreward_as_to_other_pot(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}as_to_stake_creds(){const _=t.moveinstantaneousreward_as_to_stake_creds(this.__wbg_ptr);return _===0?void 0:W_.__wrap(_)}}c.exports.MoveInstantaneousReward=T_;class Z_{static __wrap(_){_=_>>>0;const e=Object.create(Z_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_moveinstantaneousrewardscert_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousrewardscert_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.moveinstantaneousrewardscert_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousrewardscert_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.moveinstantaneousrewardscert_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousrewardscert_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousrewardscert_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.moveinstantaneousrewardscert_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}move_instantaneous_reward(){const _=t.moveinstantaneousrewardscert_move_instantaneous_reward(this.__wbg_ptr);return T_.__wrap(_)}static new(_){g(_,T_);const e=t.moveinstantaneousrewardscert_new(_.__wbg_ptr);return Z_.__wrap(e)}}c.exports.MoveInstantaneousRewardsCert=Z_;class $t{static __wrap(_){_=_>>>0;const e=Object.create($t.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_multiasset_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.multiasset_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.multiasset_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $t.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.multiasset_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.multiasset_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $t.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.multiasset_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.multiasset_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.multiasset_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $t.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assets_new();return $t.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Mt),g(e,Dt);const s=t.multiasset_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:Dt.__wrap(s)}get(_){g(_,Mt);const e=t.multiasset_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:Dt.__wrap(e)}set_asset(_,e,s){g(_,Mt),g(e,It),g(s,I);var n=s.__destroy_into_raw();const r=t.multiasset_set_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,n);return r===0?void 0:I.__wrap(r)}get_asset(_,e){g(_,Mt),g(e,It);const s=t.multiasset_get_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return I.__wrap(s)}keys(){const _=t.multiasset_keys(this.__wbg_ptr);return we.__wrap(_)}sub(_){g(_,$t);const e=t.multiasset_sub(this.__wbg_ptr,_.__wbg_ptr);return $t.__wrap(e)}}c.exports.MultiAsset=$t;class te{static __wrap(_){_=_>>>0;const e=Object.create(te.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_multihostname_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.multihostname_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.multihostname_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.multihostname_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.multihostname_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.multihostname_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.multihostname_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.multihostname_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}dns_name(){const _=t.multihostname_dns_name(this.__wbg_ptr);return O.__wrap(_)}static new(_){g(_,O);const e=t.multihostname_new(_.__wbg_ptr);return te.__wrap(e)}}c.exports.MultiHostName=te;class Nt{static __wrap(_){_=_>>>0;const e=Object.create(Nt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_nativescript_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.nativescript_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.nativescript_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Nt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.nativescript_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.nativescript_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Nt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.nativescript_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.nativescript_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.nativescript_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Nt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}hash(){const _=t.nativescript_hash(this.__wbg_ptr);return Mt.__wrap(_)}static new_script_pubkey(_){g(_,ge);const e=t.nativescript_new_script_pubkey(_.__wbg_ptr);return Nt.__wrap(e)}static new_script_all(_){g(_,ce);const e=t.nativescript_new_script_all(_.__wbg_ptr);return Nt.__wrap(e)}static new_script_any(_){g(_,pe);const e=t.nativescript_new_script_any(_.__wbg_ptr);return Nt.__wrap(e)}static new_script_n_of_k(_){g(_,le);const e=t.nativescript_new_script_n_of_k(_.__wbg_ptr);return Nt.__wrap(e)}static new_timelock_start(_){g(_,K_);const e=t.nativescript_new_timelock_start(_.__wbg_ptr);return Nt.__wrap(e)}static new_timelock_expiry(_){g(_,F_);const e=t.nativescript_new_timelock_expiry(_.__wbg_ptr);return Nt.__wrap(e)}kind(){return t.nativescript_kind(this.__wbg_ptr)>>>0}as_script_pubkey(){const _=t.nativescript_as_script_pubkey(this.__wbg_ptr);return _===0?void 0:ge.__wrap(_)}as_script_all(){const _=t.nativescript_as_script_all(this.__wbg_ptr);return _===0?void 0:ce.__wrap(_)}as_script_any(){const _=t.nativescript_as_script_any(this.__wbg_ptr);return _===0?void 0:pe.__wrap(_)}as_script_n_of_k(){const _=t.nativescript_as_script_n_of_k(this.__wbg_ptr);return _===0?void 0:le.__wrap(_)}as_timelock_start(){const _=t.nativescript_as_timelock_start(this.__wbg_ptr);return _===0?void 0:K_.__wrap(_)}as_timelock_expiry(){const _=t.nativescript_as_timelock_expiry(this.__wbg_ptr);return _===0?void 0:F_.__wrap(_)}get_required_signers(){const _=t.nativescript_get_required_signers(this.__wbg_ptr);return tt.__wrap(_)}}c.exports.NativeScript=Nt;class Ht{static __wrap(_){_=_>>>0;const e=Object.create(Ht.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_nativescripts_free(_)}static new(){const _=t.certificates_new();return Ht.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.nativescripts_get(this.__wbg_ptr,_);return Nt.__wrap(e)}add(_){g(_,Nt),t.nativescripts_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.NativeScripts=Ht;class N_{static __wrap(_){_=_>>>0;const e=Object.create(N_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_networkid_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.networkid_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.networkid_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.networkid_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.networkid_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.networkid_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.networkid_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.networkid_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static testnet(){const _=t.language_new_plutus_v1();return N_.__wrap(_)}static mainnet(){const _=t.language_new_plutus_v2();return N_.__wrap(_)}kind(){return t.networkid_kind(this.__wbg_ptr)>>>0}}c.exports.NetworkId=N_;class Ne{static __wrap(_){_=_>>>0;const e=Object.create(Ne.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_networkinfo_free(_)}static new(_,e){const s=t.networkinfo_new(_,e);return Ne.__wrap(s)}network_id(){return t.networkinfo_network_id(this.__wbg_ptr)}protocol_magic(){return t.networkinfo_protocol_magic(this.__wbg_ptr)>>>0}static testnet_preview(){const _=t.networkinfo_testnet_preview();return Ne.__wrap(_)}static testnet_preprod(){const _=t.networkinfo_testnet_preprod();return Ne.__wrap(_)}static testnet(){const _=t.networkinfo_testnet();return Ne.__wrap(_)}static mainnet(){const _=t.networkinfo_mainnet();return Ne.__wrap(_)}}c.exports.NetworkInfo=Ne;class _e{static __wrap(_){_=_>>>0;const e=Object.create(_e.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_nonce_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.nonce_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return _e.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.nonce_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return _e.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.nonce_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return _e.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_identity(){const _=t.nonce_new_identity();return _e.__wrap(_)}static new_from_hash(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.nonce_new_from_hash(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return _e.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_hash(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_get_hash(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];let n;return _!==0&&(n=D(_,e).slice(),t.__wbindgen_free(_,e*1)),n}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Nonce=_e;class U_{static __wrap(_){_=_>>>0;const e=Object.create(U_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_operationalcert_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.operationalcert_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.operationalcert_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.operationalcert_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.operationalcert_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.operationalcert_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.operationalcert_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.operationalcert_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}hot_vkey(){const _=t.operationalcert_hot_vkey(this.__wbg_ptr);return De.__wrap(_)}sequence_number(){return t.operationalcert_sequence_number(this.__wbg_ptr)>>>0}kes_period(){return t.operationalcert_kes_period(this.__wbg_ptr)>>>0}sigma(){const _=t.operationalcert_sigma(this.__wbg_ptr);return it.__wrap(_)}static new(_,e,s,n){g(_,De),g(n,it);const r=t.operationalcert_new(_.__wbg_ptr,e,s,n.__wbg_ptr);return U_.__wrap(r)}}c.exports.OperationalCert=U_;class sr{static __wrap(_){_=_>>>0;const e=Object.create(sr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_outputdatum_free(_)}static new_data_hash(_){g(_,U);const e=t.outputdatum_new_data_hash(_.__wbg_ptr);return sr.__wrap(e)}static new_data(_){g(_,yt);const e=t.datumsource_new(_.__wbg_ptr);return sr.__wrap(e)}data_hash(){const _=t.outputdatum_data_hash(this.__wbg_ptr);return _===0?void 0:U.__wrap(_)}data(){const _=t.outputdatum_data(this.__wbg_ptr);return _===0?void 0:yt.__wrap(_)}}c.exports.OutputDatum=sr;class yt{static __wrap(_){_=_>>>0;const e=Object.create(yt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusdata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusdata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusdata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutusdata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusdata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_constr_plutus_data(_){g(_,E);const e=t.plutusdata_new_constr_plutus_data(_.__wbg_ptr);return yt.__wrap(e)}static new_empty_constr_plutus_data(_){g(_,I);const e=t.plutusdata_new_empty_constr_plutus_data(_.__wbg_ptr);return yt.__wrap(e)}static new_single_value_constr_plutus_data(_,e){g(_,I),g(e,yt);const s=t.plutusdata_new_single_value_constr_plutus_data(_.__wbg_ptr,e.__wbg_ptr);return yt.__wrap(s)}static new_map(_){g(_,Ue);const e=t.plutusdata_new_map(_.__wbg_ptr);return yt.__wrap(e)}static new_list(_){g(_,n_);const e=t.plutusdata_new_list(_.__wbg_ptr);return yt.__wrap(e)}static new_integer(_){g(_,L);const e=t.plutusdata_new_integer(_.__wbg_ptr);return yt.__wrap(e)}static new_bytes(_){const e=Q(_,t.__wbindgen_malloc),s=b,n=t.plutusdata_new_bytes(e,s);return yt.__wrap(n)}kind(){return t.plutusdata_kind(this.__wbg_ptr)>>>0}as_constr_plutus_data(){const _=t.plutusdata_as_constr_plutus_data(this.__wbg_ptr);return _===0?void 0:E.__wrap(_)}as_map(){const _=t.plutusdata_as_map(this.__wbg_ptr);return _===0?void 0:Ue.__wrap(_)}as_list(){const _=t.plutusdata_as_list(this.__wbg_ptr);return _===0?void 0:n_.__wrap(_)}as_integer(){const _=t.plutusdata_as_integer(this.__wbg_ptr);return _===0?void 0:L.__wrap(_)}as_bytes(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.plutusdata_as_bytes(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];let n;return _!==0&&(n=D(_,e).slice(),t.__wbindgen_free(_,e*1)),n}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16);t.decode_plutus_datum_to_json_str(H,this.__wbg_ptr,_);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_json(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b;t.encode_json_str_to_plutus_datum(d,o,f,e);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return yt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_address(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,pt),t.plutusdata_from_address(r,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.PlutusData=yt;class n_{static __wrap(_){_=_>>>0;const e=Object.create(n_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutuslist_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutuslist_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutuslist_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return n_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutuslist_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutuslist_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return n_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.plutuslist_new();return n_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.plutuslist_get(this.__wbg_ptr,_);return yt.__wrap(e)}add(_){g(_,yt),t.plutuslist_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.PlutusList=n_;class Ue{static __wrap(_){_=_>>>0;const e=Object.create(Ue.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusmap_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusmap_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusmap_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutusmap_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusmap_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return Ue.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,yt),g(e,yt);const s=t.plutusmap_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:yt.__wrap(s)}get(_){g(_,yt);const e=t.plutusmap_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:yt.__wrap(e)}keys(){const _=t.plutusmap_keys(this.__wbg_ptr);return n_.__wrap(_)}}c.exports.PlutusMap=Ue;class Yt{static __wrap(_){_=_>>>0;const e=Object.create(Yt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusscript_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscript_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusscript_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscript_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusscript_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){const e=Q(_,t.__wbindgen_malloc),s=b,n=t.plutusscript_new(e,s);return Yt.__wrap(n)}static new_v2(_){const e=Q(_,t.__wbindgen_malloc),s=b,n=t.plutusscript_new_v2(e,s);return Yt.__wrap(n)}static new_with_version(_,e){const s=Q(_,t.__wbindgen_malloc),n=b;g(e,Jt);const r=t.plutusscript_new_with_version(s,n,e.__wbg_ptr);return Yt.__wrap(r)}bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes_v2(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusscript_from_bytes_v2(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes_with_version(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=Q(_,t.__wbindgen_malloc),f=b;g(e,Jt),t.plutusscript_from_bytes_with_version(d,o,f,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Yt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_hex_with_version(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b;g(e,Jt),t.plutusscript_from_hex_with_version(d,o,f,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Yt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}hash(){const _=t.plutusscript_hash(this.__wbg_ptr);return Mt.__wrap(_)}language_version(){const _=t.plutusscript_language_version(this.__wbg_ptr);return Jt.__wrap(_)}}c.exports.PlutusScript=Yt;class ee{static __wrap(_){_=_>>>0;const e=Object.create(ee.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusscriptsource_free(_)}static new(_){g(_,Yt);const e=t.plutusscriptsource_new(_.__wbg_ptr);return ee.__wrap(e)}static new_ref_input(_,e){g(_,Mt),g(e,Ct);const s=t.plutusscriptsource_new_ref_input(_.__wbg_ptr,e.__wbg_ptr);return ee.__wrap(s)}static new_ref_input_with_lang_ver(_,e,s){g(_,Mt),g(e,Ct),g(s,Jt);const n=t.plutusscriptsource_new_ref_input_with_lang_ver(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return ee.__wrap(n)}}c.exports.PlutusScriptSource=ee;class x_{static __wrap(_){_=_>>>0;const e=Object.create(x_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusscripts_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscripts_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusscripts_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return x_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscripts_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusscripts_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return x_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscripts_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscripts_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusscripts_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return x_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return x_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.plutusscripts_get(this.__wbg_ptr,_);return Yt.__wrap(e)}add(_){g(_,Yt),t.plutusscripts_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.PlutusScripts=x_;class l_{static __wrap(_){_=_>>>0;const e=Object.create(l_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutuswitness_free(_)}static new(_,e,s){g(_,Yt),g(e,yt),g(s,e_);const n=t.plutuswitness_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return l_.__wrap(n)}static new_with_ref(_,e,s){g(_,ee),g(e,z),g(s,e_);const n=t.plutuswitness_new_with_ref(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return l_.__wrap(n)}static new_without_datum(_,e){g(_,Yt),g(e,e_);const s=t.plutuswitness_new_without_datum(_.__wbg_ptr,e.__wbg_ptr);return l_.__wrap(s)}static new_with_ref_without_datum(_,e){g(_,ee),g(e,e_);const s=t.plutuswitness_new_with_ref_without_datum(_.__wbg_ptr,e.__wbg_ptr);return l_.__wrap(s)}script(){const _=t.plutuswitness_script(this.__wbg_ptr);return _===0?void 0:Yt.__wrap(_)}datum(){const _=t.plutuswitness_datum(this.__wbg_ptr);return _===0?void 0:yt.__wrap(_)}redeemer(){const _=t.plutuswitness_redeemer(this.__wbg_ptr);return e_.__wrap(_)}}c.exports.PlutusWitness=l_;class re{static __wrap(_){_=_>>>0;const e=Object.create(re.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutuswitnesses_free(_)}static new(){const _=t.certificates_new();return re.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.plutuswitnesses_get(this.__wbg_ptr,_);return l_.__wrap(e)}add(_){g(_,l_),t.plutuswitnesses_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.PlutusWitnesses=re;class $e{static __wrap(_){_=_>>>0;const e=Object.create($e.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_pointer_free(_)}static new(_,e,s){const n=t.pointer_new(_,e,s);return $e.__wrap(n)}static new_pointer(_,e,s){g(_,I),g(e,I),g(s,I);const n=t.pointer_new_pointer(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return $e.__wrap(n)}slot(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.pointer_slot(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}tx_index(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.pointer_tx_index(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}cert_index(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.pointer_cert_index(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot_bignum(){const _=t.exunits_mem(this.__wbg_ptr);return I.__wrap(_)}tx_index_bignum(){const _=t.exunits_steps(this.__wbg_ptr);return I.__wrap(_)}cert_index_bignum(){const _=t.constrplutusdata_alternative(this.__wbg_ptr);return I.__wrap(_)}}c.exports.Pointer=$e;class yr{static __wrap(_){_=_>>>0;const e=Object.create(yr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_pointeraddress_free(_)}static new(_,e,s){g(e,Qt),g(s,$e);const n=t.pointeraddress_new(_,e.__wbg_ptr,s.__wbg_ptr);return yr.__wrap(n)}payment_cred(){const _=t.pointeraddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}stake_pointer(){const _=t.pointeraddress_stake_pointer(this.__wbg_ptr);return $e.__wrap(_)}to_address(){const _=t.pointeraddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.pointeraddress_from_address(_.__wbg_ptr);return e===0?void 0:yr.__wrap(e)}}c.exports.PointerAddress=yr;class ne{static __wrap(_){_=_>>>0;const e=Object.create(ne.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolmetadata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolmetadata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolmetadata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ne.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.poolmetadata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolmetadata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ne.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.poolmetadata_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolmetadata_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolmetadata_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ne.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}url(){const _=t.multihostname_dns_name(this.__wbg_ptr);return xe.__wrap(_)}pool_metadata_hash(){const _=t.poolmetadata_pool_metadata_hash(this.__wbg_ptr);return Pe.__wrap(_)}static new(_,e){g(_,xe),g(e,Pe);const s=t.poolmetadata_new(_.__wbg_ptr,e.__wbg_ptr);return ne.__wrap(s)}}c.exports.PoolMetadata=ne;class Pe{static __wrap(_){_=_>>>0;const e=Object.create(Pe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolmetadatahash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolmetadatahash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolmetadatahash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolmetadatahash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.PoolMetadataHash=Pe;class ae{static __wrap(_){_=_>>>0;const e=Object.create(ae.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolparams_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolparams_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolparams_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.poolparams_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolparams_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.poolparams_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolparams_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolparams_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}operator(){const _=t.poolparams_operator(this.__wbg_ptr);return X.__wrap(_)}vrf_keyhash(){const _=t.poolparams_vrf_keyhash(this.__wbg_ptr);return q_.__wrap(_)}pledge(){const _=t.headerbody_slot_bignum(this.__wbg_ptr);return I.__wrap(_)}cost(){const _=t.poolparams_cost(this.__wbg_ptr);return I.__wrap(_)}margin(){const _=t.poolparams_margin(this.__wbg_ptr);return Lt.__wrap(_)}reward_account(){const _=t.poolparams_reward_account(this.__wbg_ptr);return j_.__wrap(_)}pool_owners(){const _=t.poolparams_pool_owners(this.__wbg_ptr);return tt.__wrap(_)}relays(){const _=t.poolparams_relays(this.__wbg_ptr);return de.__wrap(_)}pool_metadata(){const _=t.poolparams_pool_metadata(this.__wbg_ptr);return _===0?void 0:ne.__wrap(_)}static new(_,e,s,n,r,d,o,f,l){g(_,X),g(e,q_),g(s,I),g(n,I),g(r,Lt),g(d,j_),g(o,tt),g(f,de);let H=0;nt(l)||(g(l,ne),H=l.__destroy_into_raw());const rt=t.poolparams_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr,n.__wbg_ptr,r.__wbg_ptr,d.__wbg_ptr,o.__wbg_ptr,f.__wbg_ptr,H);return ae.__wrap(rt)}}c.exports.PoolParams=ae;class se{static __wrap(_){_=_>>>0;const e=Object.create(se.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolregistration_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolregistration_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolregistration_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return se.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.poolregistration_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolregistration_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return se.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.poolregistration_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolregistration_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolregistration_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return se.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}pool_params(){const _=t.poolregistration_pool_params(this.__wbg_ptr);return ae.__wrap(_)}static new(_){g(_,ae);const e=t.poolregistration_new(_.__wbg_ptr);return se.__wrap(e)}}c.exports.PoolRegistration=se;class oe{static __wrap(_){_=_>>>0;const e=Object.create(oe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolretirement_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolretirement_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolretirement_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return oe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.poolretirement_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolretirement_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return oe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.poolretirement_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolretirement_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolretirement_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return oe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}pool_keyhash(){const _=t.poolretirement_pool_keyhash(this.__wbg_ptr);return X.__wrap(_)}epoch(){return t.poolretirement_epoch(this.__wbg_ptr)>>>0}static new(_,e){g(_,X);const s=t.poolretirement_new(_.__wbg_ptr,e);return oe.__wrap(s)}}c.exports.PoolRetirement=oe;class A_{static __wrap(_){_=_>>>0;const e=Object.create(A_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_privatekey_free(_)}to_public(){const _=t.privatekey_to_public(this.__wbg_ptr);return u_.__wrap(_)}static generate_ed25519(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_generate_ed25519(n);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return A_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static generate_ed25519extended(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_generate_ed25519extended(n);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return A_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.privatekey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_extended_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.privatekey_from_extended_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_normal_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.privatekey_from_normal_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}sign(_){const e=Q(_,t.__wbindgen_malloc),s=b,n=t.privatekey_sign(this.__wbg_ptr,e,s);return it.__wrap(n)}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.privatekey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.PrivateKey=A_;class ie{static __wrap(_){_=_>>>0;const e=Object.create(ie.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_proposedprotocolparameterupdates_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.proposedprotocolparameterupdates_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.proposedprotocolparameterupdates_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.proposedprotocolparameterupdates_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.proposedprotocolparameterupdates_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.proposedprotocolparameterupdates_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.proposedprotocolparameterupdates_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.proposedprotocolparameterupdates_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return ie.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Xt),g(e,P_);const s=t.proposedprotocolparameterupdates_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:P_.__wrap(s)}get(_){g(_,Xt);const e=t.proposedprotocolparameterupdates_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:P_.__wrap(e)}keys(){const _=t.proposedprotocolparameterupdates_keys(this.__wbg_ptr);return w_.__wrap(_)}}c.exports.ProposedProtocolParameterUpdates=ie;class P_{static __wrap(_){_=_>>>0;const e=Object.create(P_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_protocolparamupdate_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.protocolparamupdate_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return P_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.protocolparamupdate_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return P_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.protocolparamupdate_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return P_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_minfee_a(_){g(_,I),t.protocolparamupdate_set_minfee_a(this.__wbg_ptr,_.__wbg_ptr)}minfee_a(){const _=t.protocolparamupdate_minfee_a(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_minfee_b(_){g(_,I),t.protocolparamupdate_set_minfee_b(this.__wbg_ptr,_.__wbg_ptr)}minfee_b(){const _=t.protocolparamupdate_minfee_b(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_max_block_body_size(_){t.protocolparamupdate_set_max_block_body_size(this.__wbg_ptr,_)}max_block_body_size(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_block_body_size(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_max_tx_size(_){t.protocolparamupdate_set_max_tx_size(this.__wbg_ptr,_)}max_tx_size(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_tx_size(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_max_block_header_size(_){t.protocolparamupdate_set_max_block_header_size(this.__wbg_ptr,_)}max_block_header_size(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_block_header_size(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_key_deposit(_){g(_,I),t.protocolparamupdate_set_key_deposit(this.__wbg_ptr,_.__wbg_ptr)}key_deposit(){const _=t.protocolparamupdate_key_deposit(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_pool_deposit(_){g(_,I),t.protocolparamupdate_set_pool_deposit(this.__wbg_ptr,_.__wbg_ptr)}pool_deposit(){const _=t.protocolparamupdate_pool_deposit(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_max_epoch(_){t.protocolparamupdate_set_max_epoch(this.__wbg_ptr,_)}max_epoch(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_epoch(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_n_opt(_){t.protocolparamupdate_set_n_opt(this.__wbg_ptr,_)}n_opt(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_n_opt(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_pool_pledge_influence(_){g(_,Lt),t.protocolparamupdate_set_pool_pledge_influence(this.__wbg_ptr,_.__wbg_ptr)}pool_pledge_influence(){const _=t.protocolparamupdate_pool_pledge_influence(this.__wbg_ptr);return _===0?void 0:Lt.__wrap(_)}set_expansion_rate(_){g(_,Lt),t.protocolparamupdate_set_expansion_rate(this.__wbg_ptr,_.__wbg_ptr)}expansion_rate(){const _=t.protocolparamupdate_expansion_rate(this.__wbg_ptr);return _===0?void 0:Lt.__wrap(_)}set_treasury_growth_rate(_){g(_,Lt),t.protocolparamupdate_set_treasury_growth_rate(this.__wbg_ptr,_.__wbg_ptr)}treasury_growth_rate(){const _=t.protocolparamupdate_treasury_growth_rate(this.__wbg_ptr);return _===0?void 0:Lt.__wrap(_)}d(){const _=t.protocolparamupdate_d(this.__wbg_ptr);return _===0?void 0:Lt.__wrap(_)}extra_entropy(){const _=t.protocolparamupdate_extra_entropy(this.__wbg_ptr);return _===0?void 0:_e.__wrap(_)}set_protocol_version(_){g(_,g_),t.protocolparamupdate_set_protocol_version(this.__wbg_ptr,_.__wbg_ptr)}protocol_version(){const _=t.protocolparamupdate_protocol_version(this.__wbg_ptr);return _===0?void 0:g_.__wrap(_)}set_min_pool_cost(_){g(_,I),t.protocolparamupdate_set_min_pool_cost(this.__wbg_ptr,_.__wbg_ptr)}min_pool_cost(){const _=t.protocolparamupdate_min_pool_cost(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_ada_per_utxo_byte(_){g(_,I),t.protocolparamupdate_set_ada_per_utxo_byte(this.__wbg_ptr,_.__wbg_ptr)}ada_per_utxo_byte(){const _=t.protocolparamupdate_ada_per_utxo_byte(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_cost_models(_){g(_,M),t.protocolparamupdate_set_cost_models(this.__wbg_ptr,_.__wbg_ptr)}cost_models(){const _=t.protocolparamupdate_cost_models(this.__wbg_ptr);return _===0?void 0:M.__wrap(_)}set_execution_costs(_){g(_,vt),t.protocolparamupdate_set_execution_costs(this.__wbg_ptr,_.__wbg_ptr)}execution_costs(){const _=t.protocolparamupdate_execution_costs(this.__wbg_ptr);return _===0?void 0:vt.__wrap(_)}set_max_tx_ex_units(_){g(_,at),t.protocolparamupdate_set_max_tx_ex_units(this.__wbg_ptr,_.__wbg_ptr)}max_tx_ex_units(){const _=t.protocolparamupdate_max_tx_ex_units(this.__wbg_ptr);return _===0?void 0:at.__wrap(_)}set_max_block_ex_units(_){g(_,at),t.protocolparamupdate_set_max_block_ex_units(this.__wbg_ptr,_.__wbg_ptr)}max_block_ex_units(){const _=t.protocolparamupdate_max_block_ex_units(this.__wbg_ptr);return _===0?void 0:at.__wrap(_)}set_max_value_size(_){t.protocolparamupdate_set_max_value_size(this.__wbg_ptr,_)}max_value_size(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_value_size(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_collateral_percentage(_){t.protocolparamupdate_set_collateral_percentage(this.__wbg_ptr,_)}collateral_percentage(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_collateral_percentage(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_max_collateral_inputs(_){t.protocolparamupdate_set_max_collateral_inputs(this.__wbg_ptr,_)}max_collateral_inputs(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_collateral_inputs(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.protocolparamupdate_new();return P_.__wrap(_)}}c.exports.ProtocolParamUpdate=P_;class g_{static __wrap(_){_=_>>>0;const e=Object.create(g_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_protocolversion_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.protocolversion_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.protocolversion_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return g_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.protocolversion_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.protocolversion_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return g_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.protocolversion_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.protocolversion_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.protocolversion_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return g_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}major(){return t.networkinfo_protocol_magic(this.__wbg_ptr)>>>0}minor(){return t.protocolversion_minor(this.__wbg_ptr)>>>0}static new(_,e){const s=t.protocolversion_new(_,e);return g_.__wrap(s)}}c.exports.ProtocolVersion=g_;class u_{static __wrap(_){_=_>>>0;const e=Object.create(u_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_publickey_free(_)}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.publickey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return u_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.publickey_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.publickey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return u_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}verify(_,e){const s=Q(_,t.__wbindgen_malloc),n=b;return g(e,it),t.publickey_verify(this.__wbg_ptr,s,n,e.__wbg_ptr)!==0}hash(){const _=t.publickey_hash(this.__wbg_ptr);return X.__wrap(_)}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.publickey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.publickey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return u_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.PublicKey=u_;class Sr{static __wrap(_){_=_>>>0;const e=Object.create(Sr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_publickeys_free(_)}constructor(){const _=t.ed25519keyhashes_new();return Sr.__wrap(_)}size(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.publickeys_get(this.__wbg_ptr,_);return u_.__wrap(e)}add(_){g(_,u_),t.publickeys_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.PublicKeys=Sr;class e_{static __wrap(_){_=_>>>0;const e=Object.create(e_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_redeemer_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemer_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.redeemer_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return e_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.redeemer_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemer_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return e_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.redeemer_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemer_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemer_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return e_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}tag(){const _=t.redeemer_tag(this.__wbg_ptr);return b_.__wrap(_)}index(){const _=t.redeemer_index(this.__wbg_ptr);return I.__wrap(_)}data(){const _=t.redeemer_data(this.__wbg_ptr);return yt.__wrap(_)}ex_units(){const _=t.redeemer_ex_units(this.__wbg_ptr);return at.__wrap(_)}static new(_,e,s,n){g(_,b_),g(e,I),g(s,yt),g(n,at);const r=t.redeemer_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr,n.__wbg_ptr);return e_.__wrap(r)}}c.exports.Redeemer=e_;class b_{static __wrap(_){_=_>>>0;const e=Object.create(b_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_redeemertag_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemertag_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.redeemertag_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return b_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.redeemertag_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemertag_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return b_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.redeemertag_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemertag_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemertag_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return b_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_spend(){const _=t.redeemertag_new_spend();return b_.__wrap(_)}static new_mint(){const _=t.redeemertag_new_mint();return b_.__wrap(_)}static new_cert(){const _=t.redeemertag_new_cert();return b_.__wrap(_)}static new_reward(){const _=t.redeemertag_new_reward();return b_.__wrap(_)}kind(){return t.redeemertag_kind(this.__wbg_ptr)>>>0}}c.exports.RedeemerTag=b_;class I_{static __wrap(_){_=_>>>0;const e=Object.create(I_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_redeemers_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.redeemers_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemers_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemers_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return I_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.redeemers_get(this.__wbg_ptr,_);return e_.__wrap(e)}add(_){g(_,e_),t.redeemers_add(this.__wbg_ptr,_.__wbg_ptr)}total_ex_units(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_total_ex_units(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return at.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Redeemers=I_;class C_{static __wrap(_){_=_>>>0;const e=Object.create(C_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_relay_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.relay_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.relay_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return C_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.relay_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.relay_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return C_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.relay_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.relay_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.relay_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return C_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_single_host_addr(_){g(_,ue);const e=t.relay_new_single_host_addr(_.__wbg_ptr);return C_.__wrap(e)}static new_single_host_name(_){g(_,be);const e=t.relay_new_single_host_name(_.__wbg_ptr);return C_.__wrap(e)}static new_multi_host_name(_){g(_,te);const e=t.relay_new_multi_host_name(_.__wbg_ptr);return C_.__wrap(e)}kind(){return t.relay_kind(this.__wbg_ptr)>>>0}as_single_host_addr(){const _=t.relay_as_single_host_addr(this.__wbg_ptr);return _===0?void 0:ue.__wrap(_)}as_single_host_name(){const _=t.relay_as_single_host_name(this.__wbg_ptr);return _===0?void 0:be.__wrap(_)}as_multi_host_name(){const _=t.relay_as_multi_host_name(this.__wbg_ptr);return _===0?void 0:te.__wrap(_)}}c.exports.Relay=C_;class de{static __wrap(_){_=_>>>0;const e=Object.create(de.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_relays_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.relays_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.relays_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return de.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.relays_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.relays_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return de.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.relays_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.relays_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.relays_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return de.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return de.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.relays_get(this.__wbg_ptr,_);return C_.__wrap(e)}add(_){g(_,C_),t.relays_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.Relays=de;class j_{static __wrap(_){_=_>>>0;const e=Object.create(j_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_rewardaddress_free(_)}static new(_,e){g(e,Qt);const s=t.enterpriseaddress_new(_,e.__wbg_ptr);return j_.__wrap(s)}payment_cred(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}to_address(){const _=t.rewardaddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.rewardaddress_from_address(_.__wbg_ptr);return e===0?void 0:j_.__wrap(e)}}c.exports.RewardAddress=j_;class Me{static __wrap(_){_=_>>>0;const e=Object.create(Me.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_rewardaddresses_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.rewardaddresses_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.rewardaddresses_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.rewardaddresses_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.rewardaddresses_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.rewardaddresses_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.rewardaddresses_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.rewardaddresses_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return Me.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.rewardaddresses_get(this.__wbg_ptr,_);return j_.__wrap(e)}add(_){g(_,j_),t.rewardaddresses_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.RewardAddresses=Me;class ce{static __wrap(_){_=_>>>0;const e=Object.create(ce.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptall_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptall_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptall_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptall_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}native_scripts(){const _=t.scriptall_native_scripts(this.__wbg_ptr);return Ht.__wrap(_)}static new(_){g(_,Ht);const e=t.scriptall_new(_.__wbg_ptr);return ce.__wrap(e)}}c.exports.ScriptAll=ce;class pe{static __wrap(_){_=_>>>0;const e=Object.create(pe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptany_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptany_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptany_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptany_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptany_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptany_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptany_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}native_scripts(){const _=t.scriptall_native_scripts(this.__wbg_ptr);return Ht.__wrap(_)}static new(_){g(_,Ht);const e=t.scriptall_new(_.__wbg_ptr);return pe.__wrap(e)}}c.exports.ScriptAny=pe;class M_{static __wrap(_){_=_>>>0;const e=Object.create(M_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptdatahash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptdatahash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptdatahash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptdatahash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.ScriptDataHash=M_;class Mt{static __wrap(_){_=_>>>0;const e=Object.create(Mt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scripthash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scripthash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.ed25519keyhash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scripthash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scripthash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.ScriptHash=Mt;class we{static __wrap(_){_=_>>>0;const e=Object.create(we.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scripthashes_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scripthashes_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scripthashes_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return we.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scripthashes_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scripthashes_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return we.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scripthashes_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return we.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return we.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.scripthashes_get(this.__wbg_ptr,_);return Mt.__wrap(e)}add(_){g(_,Mt),t.ed25519keyhashes_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.ScriptHashes=we;class le{static __wrap(_){_=_>>>0;const e=Object.create(le.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptnofk_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptnofk_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptnofk_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return le.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptnofk_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptnofk_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return le.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptnofk_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptnofk_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptnofk_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return le.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}n(){return t.scriptnofk_n(this.__wbg_ptr)>>>0}native_scripts(){const _=t.scriptall_native_scripts(this.__wbg_ptr);return Ht.__wrap(_)}static new(_,e){g(e,Ht);const s=t.scriptnofk_new(_,e.__wbg_ptr);return le.__wrap(s)}}c.exports.ScriptNOfK=le;class ge{static __wrap(_){_=_>>>0;const e=Object.create(ge.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptpubkey_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptpubkey_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptpubkey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ge.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptpubkey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptpubkey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ge.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptpubkey_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptpubkey_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptpubkey_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ge.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}addr_keyhash(){const _=t.scriptpubkey_addr_keyhash(this.__wbg_ptr);return X.__wrap(_)}static new(_){g(_,X);const e=t.scriptpubkey_new(_.__wbg_ptr);return ge.__wrap(e)}}c.exports.ScriptPubkey=ge;class B_{static __wrap(_){_=_>>>0;const e=Object.create(B_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptref_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptref_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptref_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptref_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptref_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptref_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptref_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptref_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_native_script(_){g(_,Nt);const e=t.scriptref_new_native_script(_.__wbg_ptr);return B_.__wrap(e)}static new_plutus_script(_){g(_,Yt);const e=t.scriptref_new_plutus_script(_.__wbg_ptr);return B_.__wrap(e)}is_native_script(){return t.scriptref_is_native_script(this.__wbg_ptr)!==0}is_plutus_script(){return t.scriptref_is_plutus_script(this.__wbg_ptr)!==0}native_script(){const _=t.scriptref_native_script(this.__wbg_ptr);return _===0?void 0:Nt.__wrap(_)}plutus_script(){const _=t.scriptref_plutus_script(this.__wbg_ptr);return _===0?void 0:Yt.__wrap(_)}}c.exports.ScriptRef=B_;class vr{static __wrap(_){_=_>>>0;const e=Object.create(vr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_serializedaddress_free(_)}static new(_,e,s){const n=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),r=b,d=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b,f=v(s,t.__wbindgen_malloc,t.__wbindgen_realloc),l=b,H=t.serializedaddress_new(n,r,d,o,f,l);return vr.__wrap(H)}get_pub_key_hash(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.serializedaddress_get_pub_key_hash(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}get_script_hash(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.serializedaddress_get_script_hash(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}get_stake_key_hash(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.serializedaddress_get_stake_key_hash(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.SerializedAddress=vr;class ue{static __wrap(_){_=_>>>0;const e=Object.create(ue.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_singlehostaddr_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostaddr_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.singlehostaddr_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostaddr_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.singlehostaddr_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostaddr_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostaddr_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.singlehostaddr_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}port(){const _=t.singlehostaddr_port(this.__wbg_ptr);return _===16777215?void 0:_}ipv4(){const _=t.singlehostaddr_ipv4(this.__wbg_ptr);return _===0?void 0:$_.__wrap(_)}ipv6(){const _=t.singlehostaddr_ipv6(this.__wbg_ptr);return _===0?void 0:J_.__wrap(_)}static new(_,e,s){let n=0;nt(e)||(g(e,$_),n=e.__destroy_into_raw());let r=0;nt(s)||(g(s,J_),r=s.__destroy_into_raw());const d=t.singlehostaddr_new(nt(_)?16777215:_,n,r);return ue.__wrap(d)}}c.exports.SingleHostAddr=ue;class be{static __wrap(_){_=_>>>0;const e=Object.create(be.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_singlehostname_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostname_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.singlehostname_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return be.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostname_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.singlehostname_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return be.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostname_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostname_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.singlehostname_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return be.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}port(){const _=t.singlehostname_port(this.__wbg_ptr);return _===16777215?void 0:_}dns_name(){const _=t.multihostname_dns_name(this.__wbg_ptr);return S.__wrap(_)}static new(_,e){g(e,S);const s=t.singlehostname_new(nt(_)?16777215:_,e.__wbg_ptr);return be.__wrap(s)}}c.exports.SingleHostName=be;class Qt{static __wrap(_){_=_>>>0;const e=Object.create(Qt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakecredential_free(_)}static from_keyhash(_){g(_,X);const e=t.stakecredential_from_keyhash(_.__wbg_ptr);return Qt.__wrap(e)}static from_scripthash(_){g(_,Mt);const e=t.stakecredential_from_scripthash(_.__wbg_ptr);return Qt.__wrap(e)}to_keyhash(){const _=t.stakecredential_to_keyhash(this.__wbg_ptr);return _===0?void 0:X.__wrap(_)}to_scripthash(){const _=t.stakecredential_to_scripthash(this.__wbg_ptr);return _===0?void 0:Mt.__wrap(_)}kind(){return t.networkid_kind(this.__wbg_ptr)>>>0}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredential_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakecredential_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredential_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakecredential_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredential_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredential_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakecredential_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.StakeCredential=Qt;class Fe{static __wrap(_){_=_>>>0;const e=Object.create(Fe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakecredentials_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredentials_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakecredentials_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredentials_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakecredentials_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredentials_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredentials_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakecredentials_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return Fe.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.stakecredentials_get(this.__wbg_ptr,_);return Qt.__wrap(e)}add(_){g(_,Qt),t.stakecredentials_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.StakeCredentials=Fe;class fe{static __wrap(_){_=_>>>0;const e=Object.create(fe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakedelegation_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakedelegation_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakedelegation_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakedelegation_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakedelegation_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakedelegation_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakedelegation_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakedelegation_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}stake_credential(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}pool_keyhash(){const _=t.stakedelegation_pool_keyhash(this.__wbg_ptr);return X.__wrap(_)}static new(_,e){g(_,Qt),g(e,X);const s=t.stakedelegation_new(_.__wbg_ptr,e.__wbg_ptr);return fe.__wrap(s)}}c.exports.StakeDelegation=fe;class he{static __wrap(_){_=_>>>0;const e=Object.create(he.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakederegistration_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakederegistration_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return he.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakederegistration_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return he.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakederegistration_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return he.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}stake_credential(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}static new(_){g(_,Qt);const e=t.stakederegistration_new(_.__wbg_ptr);return he.__wrap(e)}}c.exports.StakeDeregistration=he;class ye{static __wrap(_){_=_>>>0;const e=Object.create(ye.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakeregistration_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakeregistration_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakeregistration_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ye.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakeregistration_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakeregistration_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ye.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakeregistration_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakeregistration_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ye.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}stake_credential(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}static new(_){g(_,Qt);const e=t.stakederegistration_new(_.__wbg_ptr);return ye.__wrap(e)}}c.exports.StakeRegistration=ye;class Er{static __wrap(_){_=_>>>0;const e=Object.create(Er.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_strings_free(_)}static new(){const _=t.assetnames_new();return Er.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){let e,s;try{const d=t.__wbindgen_add_to_stack_pointer(-16);t.strings_get(d,this.__wbg_ptr,_);var n=a()[d/4+0],r=a()[d/4+1];return e=n,s=r,m(n,r)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}add(_){const e=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),s=b;t.strings_add(this.__wbg_ptr,e,s)}}c.exports.Strings=Er;class F_{static __wrap(_){_=_>>>0;const e=Object.create(F_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_timelockexpiry_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.timelockexpiry_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return F_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.timelockexpiry_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return F_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.timelockexpiry_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return F_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_slot(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot_bignum(){const _=t.linearfee_constant(this.__wbg_ptr);return I.__wrap(_)}static new(_){const e=t.timelockexpiry_new(_);return F_.__wrap(e)}static new_timelockexpiry(_){g(_,I);const e=t.exunits_mem(_.__wbg_ptr);return F_.__wrap(e)}}c.exports.TimelockExpiry=F_;class K_{static __wrap(_){_=_>>>0;const e=Object.create(K_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_timelockstart_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockstart_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.timelockstart_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return K_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.timelockstart_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.timelockstart_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return K_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockstart_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.timelockstart_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return K_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_slot(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot_bignum(){const _=t.linearfee_constant(this.__wbg_ptr);return I.__wrap(_)}static new(_){const e=t.timelockexpiry_new(_);return K_.__wrap(e)}static new_timelockstart(_){g(_,I);const e=t.exunits_mem(_.__wbg_ptr);return K_.__wrap(e)}}c.exports.TimelockStart=K_;class f_{static __wrap(_){_=_>>>0;const e=Object.create(f_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transaction_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transaction_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transaction_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return f_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transaction_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transaction_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return f_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transaction_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transaction_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transaction_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return f_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}body(){const _=t.fixedtransaction_body(this.__wbg_ptr);return Wt.__wrap(_)}witness_set(){const _=t.transaction_witness_set(this.__wbg_ptr);return y_.__wrap(_)}is_valid(){return t.transaction_is_valid(this.__wbg_ptr)!==0}auxiliary_data(){const _=t.transaction_auxiliary_data(this.__wbg_ptr);return _===0?void 0:Pt.__wrap(_)}set_is_valid(_){t.transaction_set_is_valid(this.__wbg_ptr,_)}static new(_,e,s){g(_,Wt),g(e,y_);let n=0;nt(s)||(g(s,Pt),n=s.__destroy_into_raw());const r=t.transaction_new(_.__wbg_ptr,e.__wbg_ptr,n);return f_.__wrap(r)}}c.exports.Transaction=f_;class Qr{static __wrap(_){_=_>>>0;const e=Object.create(Qr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbatch_free(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionbatch_get(this.__wbg_ptr,_);return f_.__wrap(e)}}c.exports.TransactionBatch=Qr;class Or{static __wrap(_){_=_>>>0;const e=Object.create(Or.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbatchlist_free(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionbatchlist_get(this.__wbg_ptr,_);return Qr.__wrap(e)}}c.exports.TransactionBatchList=Or;class ve{static __wrap(_){_=_>>>0;const e=Object.create(ve.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbodies_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbodies_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionbodies_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ve.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbodies_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbodies_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ve.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbodies_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbodies_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbodies_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ve.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return ve.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionbodies_get(this.__wbg_ptr,_);return Wt.__wrap(e)}add(_){g(_,Wt),t.transactionbodies_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionBodies=ve;class Wt{static __wrap(_){_=_>>>0;const e=Object.create(Wt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbody_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionbody_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbody_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbody_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}inputs(){const _=t.transactionbody_inputs(this.__wbg_ptr);return zt.__wrap(_)}outputs(){const _=t.transactionbody_outputs(this.__wbg_ptr);return H_.__wrap(_)}fee(){const _=t.transactionbody_fee(this.__wbg_ptr);return I.__wrap(_)}ttl(){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_ttl(r,this.__wbg_ptr);var _=a()[r/4+0],e=a()[r/4+1],s=a()[r/4+2],n=a()[r/4+3];if(n)throw p(s);return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}ttl_bignum(){const _=t.transactionbody_ttl_bignum(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_ttl(_){g(_,I),t.protocolparamupdate_set_minfee_a(this.__wbg_ptr,_.__wbg_ptr)}remove_ttl(){t.transactionbody_remove_ttl(this.__wbg_ptr)}set_certs(_){g(_,N),t.transactionbody_set_certs(this.__wbg_ptr,_.__wbg_ptr)}certs(){const _=t.transactionbody_certs(this.__wbg_ptr);return _===0?void 0:N.__wrap(_)}set_withdrawals(_){g(_,z_),t.transactionbody_set_withdrawals(this.__wbg_ptr,_.__wbg_ptr)}withdrawals(){const _=t.transactionbody_withdrawals(this.__wbg_ptr);return _===0?void 0:z_.__wrap(_)}set_update(_){g(_,Ae),t.transactionbody_set_update(this.__wbg_ptr,_.__wbg_ptr)}update(){const _=t.transactionbody_update(this.__wbg_ptr);return _===0?void 0:Ae.__wrap(_)}set_auxiliary_data_hash(_){g(_,qt),t.transactionbody_set_auxiliary_data_hash(this.__wbg_ptr,_.__wbg_ptr)}auxiliary_data_hash(){const _=t.transactionbody_auxiliary_data_hash(this.__wbg_ptr);return _===0?void 0:qt.__wrap(_)}set_validity_start_interval(_){t.transactionbody_set_validity_start_interval(this.__wbg_ptr,_)}set_validity_start_interval_bignum(_){g(_,I);var e=_.__destroy_into_raw();t.transactionbody_set_validity_start_interval_bignum(this.__wbg_ptr,e)}validity_start_interval_bignum(){const _=t.protocolparamupdate_minfee_b(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}validity_start_interval(){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_validity_start_interval(r,this.__wbg_ptr);var _=a()[r/4+0],e=a()[r/4+1],s=a()[r/4+2],n=a()[r/4+3];if(n)throw p(s);return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_mint(_){g(_,r_),t.transactionbody_set_mint(this.__wbg_ptr,_.__wbg_ptr)}mint(){const _=t.transactionbody_mint(this.__wbg_ptr);return _===0?void 0:r_.__wrap(_)}multiassets(){const _=t.transactionbody_multiassets(this.__wbg_ptr);return _===0?void 0:r_.__wrap(_)}set_reference_inputs(_){g(_,zt),t.transactionbody_set_reference_inputs(this.__wbg_ptr,_.__wbg_ptr)}reference_inputs(){const _=t.transactionbody_reference_inputs(this.__wbg_ptr);return _===0?void 0:zt.__wrap(_)}set_script_data_hash(_){g(_,M_),t.transactionbody_set_script_data_hash(this.__wbg_ptr,_.__wbg_ptr)}script_data_hash(){const _=t.transactionbody_script_data_hash(this.__wbg_ptr);return _===0?void 0:M_.__wrap(_)}set_collateral(_){g(_,zt),t.transactionbody_set_collateral(this.__wbg_ptr,_.__wbg_ptr)}collateral(){const _=t.transactionbody_collateral(this.__wbg_ptr);return _===0?void 0:zt.__wrap(_)}set_required_signers(_){g(_,tt),t.transactionbody_set_required_signers(this.__wbg_ptr,_.__wbg_ptr)}required_signers(){const _=t.transactionbody_required_signers(this.__wbg_ptr);return _===0?void 0:tt.__wrap(_)}set_network_id(_){g(_,N_),t.transactionbody_set_network_id(this.__wbg_ptr,_.__wbg_ptr)}network_id(){const _=t.transactionbody_network_id(this.__wbg_ptr);return _===0?void 0:N_.__wrap(_)}set_collateral_return(_){g(_,Gt),t.transactionbody_set_collateral_return(this.__wbg_ptr,_.__wbg_ptr)}collateral_return(){const _=t.transactionbody_collateral_return(this.__wbg_ptr);return _===0?void 0:Gt.__wrap(_)}set_total_collateral(_){g(_,I),t.protocolparamupdate_set_key_deposit(this.__wbg_ptr,_.__wbg_ptr)}total_collateral(){const _=t.protocolparamupdate_key_deposit(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}static new(_,e,s,n){g(_,zt),g(e,H_),g(s,I);const r=t.transactionbody_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr,!nt(n),nt(n)?0:n);return Wt.__wrap(r)}static new_tx_body(_,e,s){g(_,zt),g(e,H_),g(s,I);const n=t.transactionbody_new_tx_body(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return Wt.__wrap(n)}}c.exports.TransactionBody=Wt;class Dr{static __wrap(_){_=_>>>0;const e=Object.create(Dr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbuilder_free(_)}add_inputs_from(_,e){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,We),t.transactionbuilder_add_inputs_from(r,this.__wbg_ptr,_.__wbg_ptr,e);var s=a()[r/4+0],n=a()[r/4+1];if(n)throw p(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_inputs(_){g(_,ir),t.transactionbuilder_set_inputs(this.__wbg_ptr,_.__wbg_ptr)}set_collateral(_){g(_,ir),t.transactionbuilder_set_collateral(this.__wbg_ptr,_.__wbg_ptr)}set_collateral_return(_){g(_,Gt),t.transactionbuilder_set_collateral_return(this.__wbg_ptr,_.__wbg_ptr)}set_collateral_return_and_total(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16);g(_,Gt),t.transactionbuilder_set_collateral_return_and_total(n,this.__wbg_ptr,_.__wbg_ptr);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_total_collateral(_){g(_,I),t.transactionbuilder_set_total_collateral(this.__wbg_ptr,_.__wbg_ptr)}set_total_collateral_and_return(_,e){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I),g(e,pt),t.transactionbuilder_set_total_collateral_and_return(r,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];if(n)throw p(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_reference_input(_){g(_,Ct),t.transactionbuilder_add_reference_input(this.__wbg_ptr,_.__wbg_ptr)}add_key_input(_,e,s){g(_,X),g(e,Ct),g(s,gt),t.transactionbuilder_add_key_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_script_input(_,e,s){g(_,Mt),g(e,Ct),g(s,gt),t.transactionbuilder_add_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_native_script_input(_,e,s){g(_,Nt),g(e,Ct),g(s,gt),t.transactionbuilder_add_native_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_plutus_script_input(_,e,s){g(_,l_),g(e,Ct),g(s,gt),t.transactionbuilder_add_plutus_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_bootstrap_input(_,e,s){g(_,A),g(e,Ct),g(s,gt),t.transactionbuilder_add_bootstrap_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_input(_,e,s){g(_,pt),g(e,Ct),g(s,gt),t.transactionbuilder_add_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}count_missing_input_scripts(){return t.transactionbuilder_count_missing_input_scripts(this.__wbg_ptr)>>>0}add_required_native_input_scripts(_){return g(_,Ht),t.transactionbuilder_add_required_native_input_scripts(this.__wbg_ptr,_.__wbg_ptr)>>>0}add_required_plutus_input_scripts(_){return g(_,re),t.transactionbuilder_add_required_plutus_input_scripts(this.__wbg_ptr,_.__wbg_ptr)>>>0}get_native_input_scripts(){const _=t.transactionbuilder_get_native_input_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}get_plutus_input_scripts(){const _=t.transactionbuilder_get_plutus_input_scripts(this.__wbg_ptr);return _===0?void 0:re.__wrap(_)}fee_for_input(_,e,s){try{const o=t.__wbindgen_add_to_stack_pointer(-16);g(_,pt),g(e,Ct),g(s,gt),t.transactionbuilder_fee_for_input(o,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);var n=a()[o/4+0],r=a()[o/4+1],d=a()[o/4+2];if(d)throw p(r);return I.__wrap(n)}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_output(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16);g(_,Gt),t.transactionbuilder_add_output(n,this.__wbg_ptr,_.__wbg_ptr);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}fee_for_output(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,Gt),t.transactionbuilder_fee_for_output(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_fee(_){g(_,I),t.transactionbuilder_set_fee(this.__wbg_ptr,_.__wbg_ptr)}set_ttl(_){t.transactionbuilder_set_ttl(this.__wbg_ptr,_)}set_ttl_bignum(_){g(_,I),t.transactionbuilder_set_ttl_bignum(this.__wbg_ptr,_.__wbg_ptr)}set_validity_start_interval(_){t.transactionbuilder_set_validity_start_interval(this.__wbg_ptr,_)}set_validity_start_interval_bignum(_){g(_,I);var e=_.__destroy_into_raw();t.transactionbuilder_set_validity_start_interval_bignum(this.__wbg_ptr,e)}set_certs(_){g(_,N),t.transactionbuilder_set_certs(this.__wbg_ptr,_.__wbg_ptr)}set_withdrawals(_){g(_,z_),t.transactionbuilder_set_withdrawals(this.__wbg_ptr,_.__wbg_ptr)}get_auxiliary_data(){const _=t.transactionbuilder_get_auxiliary_data(this.__wbg_ptr);return _===0?void 0:Pt.__wrap(_)}set_auxiliary_data(_){g(_,Pt),t.transactionbuilder_set_auxiliary_data(this.__wbg_ptr,_.__wbg_ptr)}set_metadata(_){g(_,Ot),t.transactionbuilder_set_metadata(this.__wbg_ptr,_.__wbg_ptr)}add_metadatum(_,e){g(_,I),g(e,mt),t.transactionbuilder_add_metadatum(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr)}add_json_metadatum(_,e){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I);const d=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbuilder_add_json_metadatum(r,this.__wbg_ptr,_.__wbg_ptr,d,o);var s=a()[r/4+0],n=a()[r/4+1];if(n)throw p(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_json_metadatum_with_schema(_,e,s){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(_,I);const o=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b;t.transactionbuilder_add_json_metadatum_with_schema(d,this.__wbg_ptr,_.__wbg_ptr,o,f,s);var n=a()[d/4+0],r=a()[d/4+1];if(r)throw p(n)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_mint_builder(_){g(_,ar),t.transactionbuilder_set_mint_builder(this.__wbg_ptr,_.__wbg_ptr)}get_mint_builder(){const _=t.transactionbuilder_get_mint_builder(this.__wbg_ptr);return _===0?void 0:ar.__wrap(_)}set_mint(_,e){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,r_),g(e,Ht),t.transactionbuilder_set_mint(r,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];if(n)throw p(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_mint(){const _=t.transactionbuilder_get_mint(this.__wbg_ptr);return _===0?void 0:r_.__wrap(_)}get_mint_scripts(){const _=t.transactionbuilder_get_mint_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}set_mint_asset(_,e){g(_,Nt),g(e,D_),t.transactionbuilder_set_mint_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr)}add_mint_asset(_,e,s){g(_,Nt),g(e,It),g(s,Et);var n=s.__destroy_into_raw();t.transactionbuilder_add_mint_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,n)}add_mint_asset_and_output(_,e,s,n,r){try{const l=t.__wbindgen_add_to_stack_pointer(-16);g(_,Nt),g(e,It),g(s,Et);var d=s.__destroy_into_raw();g(n,S_),g(r,I),t.transactionbuilder_add_mint_asset_and_output(l,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,d,n.__wbg_ptr,r.__wbg_ptr);var o=a()[l/4+0],f=a()[l/4+1];if(f)throw p(o)}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_mint_asset_and_output_min_required_coin(_,e,s,n){try{const f=t.__wbindgen_add_to_stack_pointer(-16);g(_,Nt),g(e,It),g(s,Et);var r=s.__destroy_into_raw();g(n,S_),t.transactionbuilder_add_mint_asset_and_output_min_required_coin(f,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,r,n.__wbg_ptr);var d=a()[f/4+0],o=a()[f/4+1];if(o)throw p(d)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){g(_,or);const e=t.transactionbuilder_new(_.__wbg_ptr);return Dr.__wrap(e)}get_reference_inputs(){const _=t.transactionbuilder_get_reference_inputs(this.__wbg_ptr);return zt.__wrap(_)}get_explicit_input(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_explicit_input(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_implicit_input(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_implicit_input(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_total_input(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_total_input(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_total_output(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_total_output(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_explicit_output(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_explicit_output(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_deposit(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_deposit(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return I.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_fee_if_set(){const _=t.transactionbuilder_get_fee_if_set(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}add_change_if_needed(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,pt),t.transactionbuilder_add_change_if_needed(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return e!==0}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_change_if_needed_with_datum(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(_,pt),g(e,sr),t.transactionbuilder_add_change_if_needed_with_datum(d,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return s!==0}finally{t.__wbindgen_add_to_stack_pointer(16)}}calc_script_data_hash(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16);g(_,M),t.transactionbuilder_calc_script_data_hash(n,this.__wbg_ptr,_.__wbg_ptr);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_script_data_hash(_){g(_,M_),t.transactionbuilder_set_script_data_hash(this.__wbg_ptr,_.__wbg_ptr)}remove_script_data_hash(){t.transactionbuilder_remove_script_data_hash(this.__wbg_ptr)}add_required_signer(_){g(_,X),t.transactionbuilder_add_required_signer(this.__wbg_ptr,_.__wbg_ptr)}full_size(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_full_size(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}output_sizes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_output_sizes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=ut(_,e).slice();return t.__wbindgen_free(_,e*4),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}build(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_build(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return Wt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}build_tx(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_build_tx(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return f_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}build_tx_unsafe(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_build_tx_unsafe(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return f_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}min_fee(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_min_fee(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return I.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionBuilder=Dr;class or{static __wrap(_){_=_>>>0;const e=Object.create(or.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbuilderconfig_free(_)}}c.exports.TransactionBuilderConfig=or;class i_{static __wrap(_){_=_>>>0;const e=Object.create(i_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbuilderconfigbuilder_free(_)}static new(){const _=t.transactionbuilderconfigbuilder_new();return i_.__wrap(_)}fee_algo(_){g(_,nr);const e=t.transactionbuilderconfigbuilder_fee_algo(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}coins_per_utxo_word(_){g(_,I);const e=t.transactionbuilderconfigbuilder_coins_per_utxo_word(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}coins_per_utxo_byte(_){g(_,I);const e=t.transactionbuilderconfigbuilder_coins_per_utxo_byte(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}ex_unit_prices(_){g(_,vt);const e=t.transactionbuilderconfigbuilder_ex_unit_prices(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}pool_deposit(_){g(_,I);const e=t.transactionbuilderconfigbuilder_pool_deposit(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}key_deposit(_){g(_,I);const e=t.transactionbuilderconfigbuilder_key_deposit(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}max_value_size(_){const e=t.transactionbuilderconfigbuilder_max_value_size(this.__wbg_ptr,_);return i_.__wrap(e)}max_tx_size(_){const e=t.transactionbuilderconfigbuilder_max_tx_size(this.__wbg_ptr,_);return i_.__wrap(e)}prefer_pure_change(_){const e=t.transactionbuilderconfigbuilder_prefer_pure_change(this.__wbg_ptr,_);return i_.__wrap(e)}build(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilderconfigbuilder_build(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return or.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionBuilderConfigBuilder=i_;class h_{static __wrap(_){_=_>>>0;const e=Object.create(h_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionhash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionhash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return h_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionhash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return h_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionhash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return h_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionHash=h_;class Ct{static __wrap(_){_=_>>>0;const e=Object.create(Ct.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactioninput_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninput_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactioninput_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ct.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninput_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactioninput_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ct.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninput_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninput_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactioninput_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ct.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}transaction_id(){const _=t.transactioninput_transaction_id(this.__wbg_ptr);return h_.__wrap(_)}index(){return t.transactioninput_index(this.__wbg_ptr)>>>0}static new(_,e){g(_,h_);const s=t.transactioninput_new(_.__wbg_ptr,e);return Ct.__wrap(s)}}c.exports.TransactionInput=Ct;class zt{static __wrap(_){_=_>>>0;const e=Object.create(zt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactioninputs_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninputs_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactioninputs_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninputs_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactioninputs_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninputs_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninputs_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactioninputs_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return zt.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactioninputs_get(this.__wbg_ptr,_);return Ct.__wrap(e)}add(_){g(_,Ct),t.transactioninputs_add(this.__wbg_ptr,_.__wbg_ptr)}to_option(){const _=t.transactioninputs_to_option(this.__wbg_ptr);return _===0?void 0:zt.__wrap(_)}}c.exports.TransactionInputs=zt;class mt{static __wrap(_){_=_>>>0;const e=Object.create(mt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionmetadatum_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionmetadatum_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionmetadatum_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_map(_){g(_,Te);const e=t.transactionmetadatum_new_map(_.__wbg_ptr);return mt.__wrap(e)}static new_list(_){g(_,X_);const e=t.transactionmetadatum_new_list(_.__wbg_ptr);return mt.__wrap(e)}static new_int(_){g(_,Et);const e=t.transactionmetadatum_new_int(_.__wbg_ptr);return mt.__wrap(e)}static new_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionmetadatum_new_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_text(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionmetadatum_new_text(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}kind(){return t.plutusdata_kind(this.__wbg_ptr)>>>0}as_map(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_map(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return Te.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_list(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_list(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return X_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_int(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_int(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return Et.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_bytes(){try{const d=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_bytes(d,this.__wbg_ptr);var _=a()[d/4+0],e=a()[d/4+1],s=a()[d/4+2],n=a()[d/4+3];if(n)throw p(s);var r=D(_,e).slice();return t.__wbindgen_free(_,e*1),r}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_text(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_text(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.TransactionMetadatum=mt;class Je{static __wrap(_){_=_>>>0;const e=Object.create(Je.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionmetadatumlabels_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatumlabels_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionmetadatumlabels_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Je.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatumlabels_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionmetadatumlabels_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Je.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return Je.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionmetadatumlabels_get(this.__wbg_ptr,_);return I.__wrap(e)}add(_){g(_,I),t.transactionmetadatumlabels_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionMetadatumLabels=Je;class Gt{static __wrap(_){_=_>>>0;const e=Object.create(Gt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionoutput_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutput_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionoutput_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutput_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionoutput_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutput_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutput_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionoutput_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}address(){const _=t.transactionoutput_address(this.__wbg_ptr);return pt.__wrap(_)}amount(){const _=t.transactionoutput_amount(this.__wbg_ptr);return gt.__wrap(_)}data_hash(){const _=t.transactionoutput_data_hash(this.__wbg_ptr);return _===0?void 0:U.__wrap(_)}plutus_data(){const _=t.transactionoutput_plutus_data(this.__wbg_ptr);return _===0?void 0:yt.__wrap(_)}script_ref(){const _=t.transactionoutput_script_ref(this.__wbg_ptr);return _===0?void 0:B_.__wrap(_)}set_script_ref(_){g(_,B_),t.transactionoutput_set_script_ref(this.__wbg_ptr,_.__wbg_ptr)}set_plutus_data(_){g(_,yt),t.transactionoutput_set_plutus_data(this.__wbg_ptr,_.__wbg_ptr)}set_data_hash(_){g(_,U),t.transactionoutput_set_data_hash(this.__wbg_ptr,_.__wbg_ptr)}has_plutus_data(){return t.transactionoutput_has_plutus_data(this.__wbg_ptr)!==0}has_data_hash(){return t.transactionoutput_has_data_hash(this.__wbg_ptr)!==0}has_script_ref(){return t.transactionoutput_has_script_ref(this.__wbg_ptr)!==0}static new(_,e){g(_,pt),g(e,gt);const s=t.transactionoutput_new(_.__wbg_ptr,e.__wbg_ptr);return Gt.__wrap(s)}serialization_format(){const _=t.transactionoutput_serialization_format(this.__wbg_ptr);return _===2?void 0:_}}c.exports.TransactionOutput=Gt;class S_{static __wrap(_){_=_>>>0;const e=Object.create(S_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionoutputamountbuilder_free(_)}with_value(_){g(_,gt);const e=t.transactionoutputamountbuilder_with_value(this.__wbg_ptr,_.__wbg_ptr);return S_.__wrap(e)}with_coin(_){g(_,I);const e=t.transactionoutputamountbuilder_with_coin(this.__wbg_ptr,_.__wbg_ptr);return S_.__wrap(e)}with_coin_and_asset(_,e){g(_,I),g(e,$t);const s=t.transactionoutputamountbuilder_with_coin_and_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return S_.__wrap(s)}with_asset_and_min_required_coin(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(_,$t),g(e,I),t.transactionoutputamountbuilder_with_asset_and_min_required_coin(d,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return S_.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}with_asset_and_min_required_coin_by_utxo_cost(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(_,$t),g(e,F),t.transactionoutputamountbuilder_with_asset_and_min_required_coin_by_utxo_cost(d,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return S_.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}build(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputamountbuilder_build(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return Gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionOutputAmountBuilder=S_;class Ke{static __wrap(_){_=_>>>0;const e=Object.create(Ke.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionoutputbuilder_free(_)}static new(){const _=t.transactionoutputbuilder_new();return Ke.__wrap(_)}with_address(_){g(_,pt);const e=t.transactionoutputbuilder_with_address(this.__wbg_ptr,_.__wbg_ptr);return Ke.__wrap(e)}with_data_hash(_){g(_,U);const e=t.transactionoutputbuilder_with_data_hash(this.__wbg_ptr,_.__wbg_ptr);return Ke.__wrap(e)}with_plutus_data(_){g(_,yt);const e=t.transactionoutputbuilder_with_plutus_data(this.__wbg_ptr,_.__wbg_ptr);return Ke.__wrap(e)}with_script_ref(_){g(_,B_);const e=t.transactionoutputbuilder_with_script_ref(this.__wbg_ptr,_.__wbg_ptr);return Ke.__wrap(e)}next(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputbuilder_next(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return S_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionOutputBuilder=Ke;class H_{static __wrap(_){_=_>>>0;const e=Object.create(H_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionoutputs_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputs_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionoutputs_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return H_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputs_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionoutputs_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return H_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputs_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputs_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionoutputs_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return H_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return H_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionoutputs_get(this.__wbg_ptr,_);return Gt.__wrap(e)}add(_){g(_,Gt),t.transactionoutputs_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionOutputs=H_;class me{static __wrap(_){_=_>>>0;const e=Object.create(me.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionunspentoutput_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutput_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionunspentoutput_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutput_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionunspentoutput_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutput_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutput_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionunspentoutput_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e){g(_,Ct),g(e,Gt);const s=t.transactionunspentoutput_new(_.__wbg_ptr,e.__wbg_ptr);return me.__wrap(s)}input(){const _=t.transactionunspentoutput_input(this.__wbg_ptr);return Ct.__wrap(_)}output(){const _=t.transactionunspentoutput_output(this.__wbg_ptr);return Gt.__wrap(_)}}c.exports.TransactionUnspentOutput=me;class We{static __wrap(_){_=_>>>0;const e=Object.create(We.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionunspentoutputs_free(_)}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutputs_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutputs_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionunspentoutputs_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return We.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return We.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionunspentoutputs_get(this.__wbg_ptr,_);return me.__wrap(e)}add(_){g(_,me),t.transactionunspentoutputs_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionUnspentOutputs=We;class y_{static __wrap(_){_=_>>>0;const e=Object.create(y_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionwitnessset_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnessset_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionwitnessset_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return y_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnessset_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionwitnessset_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return y_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnessset_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnessset_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionwitnessset_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return y_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_vkeys(_){g(_,Ce),t.transactionwitnessset_set_vkeys(this.__wbg_ptr,_.__wbg_ptr)}vkeys(){const _=t.transactionwitnessset_vkeys(this.__wbg_ptr);return _===0?void 0:Ce.__wrap(_)}set_native_scripts(_){g(_,Ht),t.transactionwitnessset_set_native_scripts(this.__wbg_ptr,_.__wbg_ptr)}native_scripts(){const _=t.transactionwitnessset_native_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}set_bootstraps(_){g(_,x),t.transactionwitnessset_set_bootstraps(this.__wbg_ptr,_.__wbg_ptr)}bootstraps(){const _=t.transactionwitnessset_bootstraps(this.__wbg_ptr);return _===0?void 0:x.__wrap(_)}set_plutus_scripts(_){g(_,x_),t.transactionwitnessset_set_plutus_scripts(this.__wbg_ptr,_.__wbg_ptr)}plutus_scripts(){const _=t.transactionwitnessset_plutus_scripts(this.__wbg_ptr);return _===0?void 0:x_.__wrap(_)}set_plutus_data(_){g(_,n_),t.transactionwitnessset_set_plutus_data(this.__wbg_ptr,_.__wbg_ptr)}plutus_data(){const _=t.transactionwitnessset_plutus_data(this.__wbg_ptr);return _===0?void 0:n_.__wrap(_)}set_redeemers(_){g(_,I_),t.transactionwitnessset_set_redeemers(this.__wbg_ptr,_.__wbg_ptr)}redeemers(){const _=t.transactionwitnessset_redeemers(this.__wbg_ptr);return _===0?void 0:I_.__wrap(_)}static new(){const _=t.transactionwitnessset_new();return y_.__wrap(_)}}c.exports.TransactionWitnessSet=y_;class ke{static __wrap(_){_=_>>>0;const e=Object.create(ke.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionwitnesssets_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnesssets_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionwitnesssets_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ke.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnesssets_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionwitnesssets_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ke.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnesssets_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnesssets_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionwitnesssets_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ke.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return ke.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionwitnesssets_get(this.__wbg_ptr,_);return y_.__wrap(e)}add(_){g(_,y_),t.transactionwitnesssets_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionWitnessSets=ke;class ja{__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_txbuilderconstants_free(_)}static plutus_default_cost_models(){const _=t.txbuilderconstants_plutus_default_cost_models();return M.__wrap(_)}static plutus_alonzo_cost_models(){const _=t.txbuilderconstants_plutus_alonzo_cost_models();return M.__wrap(_)}static plutus_vasil_cost_models(){const _=t.txbuilderconstants_plutus_default_cost_models();return M.__wrap(_)}}c.exports.TxBuilderConstants=ja;class ir{static __wrap(_){_=_>>>0;const e=Object.create(ir.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_txinputsbuilder_free(_)}static new(){const _=t.txinputsbuilder_new();return ir.__wrap(_)}add_key_input(_,e,s){g(_,X),g(e,Ct),g(s,gt),t.txinputsbuilder_add_key_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_script_input(_,e,s){g(_,Mt),g(e,Ct),g(s,gt),t.txinputsbuilder_add_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_native_script_input(_,e,s){g(_,Nt),g(e,Ct),g(s,gt),t.txinputsbuilder_add_native_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_plutus_script_input(_,e,s){g(_,l_),g(e,Ct),g(s,gt),t.txinputsbuilder_add_plutus_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_bootstrap_input(_,e,s){g(_,A),g(e,Ct),g(s,gt),t.txinputsbuilder_add_bootstrap_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_input(_,e,s){g(_,pt),g(e,Ct),g(s,gt),t.txinputsbuilder_add_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}count_missing_input_scripts(){return t.txinputsbuilder_count_missing_input_scripts(this.__wbg_ptr)>>>0}add_required_native_input_scripts(_){return g(_,Ht),t.txinputsbuilder_add_required_native_input_scripts(this.__wbg_ptr,_.__wbg_ptr)>>>0}add_required_plutus_input_scripts(_){return g(_,re),t.txinputsbuilder_add_required_plutus_input_scripts(this.__wbg_ptr,_.__wbg_ptr)>>>0}add_required_script_input_witnesses(_){return g(_,St),t.txinputsbuilder_add_required_script_input_witnesses(this.__wbg_ptr,_.__wbg_ptr)>>>0}get_ref_inputs(){const _=t.txinputsbuilder_get_ref_inputs(this.__wbg_ptr);return zt.__wrap(_)}get_native_input_scripts(){const _=t.txinputsbuilder_get_native_input_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}get_plutus_input_scripts(){const _=t.txinputsbuilder_get_plutus_input_scripts(this.__wbg_ptr);return _===0?void 0:re.__wrap(_)}len(){return t.txinputsbuilder_len(this.__wbg_ptr)>>>0}add_required_signer(_){g(_,X),t.txinputsbuilder_add_required_signer(this.__wbg_ptr,_.__wbg_ptr)}add_required_signers(_){g(_,tt),t.txinputsbuilder_add_required_signers(this.__wbg_ptr,_.__wbg_ptr)}total_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.txinputsbuilder_total_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}inputs(){const _=t.txinputsbuilder_inputs(this.__wbg_ptr);return zt.__wrap(_)}inputs_option(){const _=t.txinputsbuilder_inputs_option(this.__wbg_ptr);return _===0?void 0:zt.__wrap(_)}}c.exports.TxInputsBuilder=ir;class xe{static __wrap(_){_=_>>>0;const e=Object.create(xe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_url_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.url_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.url_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return xe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.url_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.url_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return xe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return xe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.url_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return xe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}url(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_record(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.URL=xe;class Lt{static __wrap(_){_=_>>>0;const e=Object.create(Lt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_unitinterval_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.unitinterval_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.unitinterval_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Lt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.unitinterval_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.unitinterval_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Lt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.unitinterval_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.unitinterval_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.unitinterval_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Lt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}numerator(){const _=t.exunits_mem(this.__wbg_ptr);return I.__wrap(_)}denominator(){const _=t.exunits_steps(this.__wbg_ptr);return I.__wrap(_)}static new(_,e){g(_,I),g(e,I);const s=t.exunits_new(_.__wbg_ptr,e.__wbg_ptr);return Lt.__wrap(s)}}c.exports.UnitInterval=Lt;class Ae{static __wrap(_){_=_>>>0;const e=Object.create(Ae.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_update_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.update_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.update_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.update_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.update_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.update_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.update_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.update_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}proposed_protocol_parameter_updates(){const _=t.update_proposed_protocol_parameter_updates(this.__wbg_ptr);return ie.__wrap(_)}epoch(){return t.update_epoch(this.__wbg_ptr)>>>0}static new(_,e){g(_,ie);const s=t.update_new(_.__wbg_ptr,e);return Ae.__wrap(s)}}c.exports.Update=Ae;class v_{static __wrap(_){_=_>>>0;const e=Object.create(v_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vrfcert_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vrfcert_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vrfcert_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return v_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.vrfcert_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfcert_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return v_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.vrfcert_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vrfcert_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfcert_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return v_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}output(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}proof(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_attributes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=Q(_,t.__wbindgen_malloc),f=b,l=Q(e,t.__wbindgen_malloc),H=b;t.vrfcert_new(d,o,f,l,H);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return v_.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.VRFCert=v_;class q_{static __wrap(_){_=_>>>0;const e=Object.create(q_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vrfkeyhash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vrfkeyhash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return q_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfkeyhash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return q_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfkeyhash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return q_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.VRFKeyHash=q_;class Ie{static __wrap(_){_=_>>>0;const e=Object.create(Ie.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vrfvkey_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vrfvkey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfvkey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfvkey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.VRFVKey=Ie;class gt{static __wrap(_){_=_>>>0;const e=Object.create(gt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_value_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.value_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.value_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.value_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.value_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.value_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.value_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.value_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){g(_,I);const e=t.value_new(_.__wbg_ptr);return gt.__wrap(e)}static new_from_assets(_){g(_,$t);const e=t.value_new_from_assets(_.__wbg_ptr);return gt.__wrap(e)}static new_with_assets(_,e){g(_,I),g(e,$t);const s=t.value_new_with_assets(_.__wbg_ptr,e.__wbg_ptr);return gt.__wrap(s)}static zero(){const _=t.value_zero();return gt.__wrap(_)}is_zero(){return t.value_is_zero(this.__wbg_ptr)!==0}coin(){const _=t.value_coin(this.__wbg_ptr);return I.__wrap(_)}set_coin(_){g(_,I),t.value_set_coin(this.__wbg_ptr,_.__wbg_ptr)}multiasset(){const _=t.value_multiasset(this.__wbg_ptr);return _===0?void 0:$t.__wrap(_)}set_multiasset(_){g(_,$t),t.value_set_multiasset(this.__wbg_ptr,_.__wbg_ptr)}checked_add(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,gt),t.value_checked_add(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}checked_sub(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,gt),t.value_checked_sub(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}clamped_sub(_){g(_,gt);const e=t.value_clamped_sub(this.__wbg_ptr,_.__wbg_ptr);return gt.__wrap(e)}compare(_){g(_,gt);const e=t.value_compare(this.__wbg_ptr,_.__wbg_ptr);return e===16777215?void 0:e}}c.exports.Value=gt;class Zt{static __wrap(_){_=_>>>0;const e=Object.create(Zt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vkey_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkey_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vkey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.vkey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.vkey_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkey_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkey_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){g(_,u_);const e=t.vkey_new(_.__wbg_ptr);return Zt.__wrap(e)}public_key(){const _=t.vkey_public_key(this.__wbg_ptr);return u_.__wrap(_)}}c.exports.Vkey=Zt;class Tr{static __wrap(_){_=_>>>0;const e=Object.create(Tr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vkeys_free(_)}static new(){const _=t.ed25519keyhashes_new();return Tr.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.vkeys_get(this.__wbg_ptr,_);return Zt.__wrap(e)}add(_){g(_,Zt),t.vkeys_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.Vkeys=Tr;class R_{static __wrap(_){_=_>>>0;const e=Object.create(R_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vkeywitness_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitness_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vkeywitness_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return R_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitness_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkeywitness_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return R_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitness_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitness_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkeywitness_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return R_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e){g(_,Zt),g(e,it);const s=t.vkeywitness_new(_.__wbg_ptr,e.__wbg_ptr);return R_.__wrap(s)}vkey(){const _=t.vkeywitness_vkey(this.__wbg_ptr);return Zt.__wrap(_)}signature(){const _=t.vkeywitness_signature(this.__wbg_ptr);return it.__wrap(_)}}c.exports.Vkeywitness=R_;class Ce{static __wrap(_){_=_>>>0;const e=Object.create(Ce.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vkeywitnesses_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitnesses_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vkeywitnesses_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitnesses_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkeywitnesses_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitnesses_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitnesses_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkeywitnesses_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return Ce.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.vkeywitnesses_get(this.__wbg_ptr,_);return R_.__wrap(e)}add(_){g(_,R_),t.vkeywitnesses_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.Vkeywitnesses=Ce;class z_{static __wrap(_){_=_>>>0;const e=Object.create(z_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_withdrawals_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.withdrawals_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.withdrawals_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.withdrawals_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.withdrawals_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.withdrawals_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.withdrawals_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.withdrawals_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return z_.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,j_),g(e,I);const s=t.withdrawals_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:I.__wrap(s)}get(_){g(_,j_);const e=t.withdrawals_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:I.__wrap(e)}keys(){const _=t.withdrawals_keys(this.__wbg_ptr);return Me.__wrap(_)}}c.exports.Withdrawals=z_,c.exports.__wbindgen_object_drop_ref=function(C){p(C)},c.exports.__wbindgen_string_new=function(C,_){const e=m(C,_);return $(e)},c.exports.__wbindgen_error_new=function(C,_){const e=new Error(m(C,_));return $(e)},c.exports.__wbindgen_string_get=function(C,_){const e=k(_),s=typeof e=="string"?e:void 0;var n=nt(s)?0:v(s,t.__wbindgen_malloc,t.__wbindgen_realloc),r=b;a()[C/4+1]=r,a()[C/4+0]=n},c.exports.__wbindgen_object_clone_ref=function(C){const _=k(C);return $(_)},c.exports.__wbindgen_is_object=function(C){const _=k(C);return typeof _=="object"&&_!==null},c.exports.__wbg_String_91fba7ded13ba54c=function(C,_){const e=String(k(_)),s=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),n=b;a()[C/4+1]=n,a()[C/4+0]=s},c.exports.__wbindgen_number_new=function(C){return $(C)},c.exports.__wbg_set_20cbc34131e76824=function(C,_,e){k(C)[p(_)]=p(e)},c.exports.__wbg_crypto_566d7465cdbb6b7a=function(C){const _=k(C).crypto;return $(_)},c.exports.__wbg_process_dc09a8c7d59982f6=function(C){const _=k(C).process;return $(_)},c.exports.__wbg_versions_d98c6400c6ca2bd8=function(C){const _=k(C).versions;return $(_)},c.exports.__wbg_node_caaf83d002149bd5=function(C){const _=k(C).node;return $(_)},c.exports.__wbindgen_is_string=function(C){return typeof k(C)=="string"},c.exports.__wbg_require_94a9da52636aacbf=function(){return At(function(){return $(_n)},arguments)},c.exports.__wbg_msCrypto_0b84745e9245cdf6=function(C){const _=k(C).msCrypto;return $(_)},c.exports.__wbg_randomFillSync_290977693942bf03=function(){return At(function(C,_){k(C).randomFillSync(p(_))},arguments)},c.exports.__wbg_getRandomValues_260cc23a41afad9a=function(){return At(function(C,_){k(C).getRandomValues(k(_))},arguments)},c.exports.__wbindgen_is_function=function(C){return typeof k(C)=="function"},c.exports.__wbg_self_e7c1f827057f6584=function(){return At(function(){const C=self.self;return $(C)},arguments)},c.exports.__wbg_window_a09ec664e14b1b81=function(){return At(function(){const C=window.window;return $(C)},arguments)},c.exports.__wbg_globalThis_87cbb8506fecf3a9=function(){return At(function(){const C=globalThis.globalThis;return $(C)},arguments)},c.exports.__wbg_global_c85a9259e621f3db=function(){return At(function(){const C=Rr.global;return $(C)},arguments)},c.exports.__wbindgen_is_undefined=function(C){return k(C)===void 0},c.exports.__wbg_newnoargs_2b8b6bd7753c76ba=function(C,_){const e=new Function(m(C,_));return $(e)},c.exports.__wbg_call_95d1ea488d03e4e8=function(){return At(function(C,_){const e=k(C).call(k(_));return $(e)},arguments)},c.exports.__wbg_new_b525de17f44a8943=function(){const C=new Array;return $(C)},c.exports.__wbg_new_f841cc6f2098f4b5=function(){return $(new Map)},c.exports.__wbg_new_f9876326328f45ed=function(){const C=new Object;return $(C)},c.exports.__wbg_set_17224bc548dd1d7b=function(C,_,e){k(C)[_>>>0]=p(e)},c.exports.__wbg_call_9495de66fdbe016b=function(){return At(function(C,_,e){const s=k(C).call(k(_),k(e));return $(s)},arguments)},c.exports.__wbg_set_388c4c6422704173=function(C,_,e){const s=k(C).set(k(_),k(e));return $(s)},c.exports.__wbg_buffer_cf65c07de34b9a08=function(C){const _=k(C).buffer;return $(_)},c.exports.__wbg_newwithbyteoffsetandlength_9fb2f11355ecadf5=function(C,_,e){const s=new Uint8Array(k(C),_>>>0,e>>>0);return $(s)},c.exports.__wbg_new_537b7341ce90bb31=function(C){const _=new Uint8Array(k(C));return $(_)},c.exports.__wbg_set_17499e8aa4003ebd=function(C,_,e){k(C).set(k(_),e>>>0)},c.exports.__wbg_newwithlength_b56c882b57805732=function(C){const _=new Uint8Array(C>>>0);return $(_)},c.exports.__wbg_subarray_7526649b91a252a6=function(C,_,e){const s=k(C).subarray(_>>>0,e>>>0);return $(s)},c.exports.__wbg_new_d87f272aec784ec0=function(C,_){const e=new Function(m(C,_));return $(e)},c.exports.__wbg_call_eae29933372a39be=function(C,_){const e=k(C).call(k(_));return $(e)},c.exports.__wbindgen_jsval_eq=function(C,_){return k(C)===k(_)},c.exports.__wbg_self_e0b3266d2d9eba1a=function(C){const _=k(C).self;return $(_)},c.exports.__wbg_require_0993fe224bf8e202=function(C,_){const e=_n(m(C,_));return $(e)},c.exports.__wbg_crypto_e95a6e54c5c2e37f=function(C){const _=k(C).crypto;return $(_)},c.exports.__wbg_getRandomValues_dc67302a7bd1aec5=function(C){const _=k(C).getRandomValues;return $(_)},c.exports.__wbg_randomFillSync_dd2297de5917c74e=function(C,_,e){k(C).randomFillSync(D(_,e))},c.exports.__wbg_getRandomValues_02639197c8166a96=function(C,_,e){k(C).getRandomValues(D(_,e))},c.exports.__wbindgen_debug_string=function(C,_){const e=Z(k(_)),s=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),n=b;a()[C/4+1]=n,a()[C/4+0]=s},c.exports.__wbindgen_throw=function(C,_){throw new Error(m(C,_))},c.exports.__wbindgen_memory=function(){const C=t.memory;return $(C)};const Ba=In.join(__dirname,"sidan_csl_rs_bg.wasm"),Sa=In.readFileSync(Ba),Ea=new WebAssembly.Module(Sa);t=new WebAssembly.Instance(Ea,i).exports,c.exports.__wasm=t})(y);const os=(c,i)=>{const t=y.exports.JsVecString.new();return i.forEach(u=>{t.add(u)}),y.exports.sign_transaction(c,t)},cr={mem:7e6,steps:3e9},a_={epoch:0,coinsPerUTxOSize:"4310",priceMem:.0577,priceStep:721e-7,minFeeA:44,minFeeB:155381,keyDeposit:"2000000",maxTxSize:16384,maxValSize:"5000",poolDeposit:"500000000",maxCollateralInputs:3,decentralisation:0,maxBlockSize:98304,collateralPercent:150,maxBlockHeaderSize:1100,minPoolCost:"340000000",maxTxExMem:"16000000",maxTxExSteps:"10000000000",maxBlockExMem:"80000000",maxBlockExSteps:"40000000000"},Wr=2147483648,je={V1:y.exports.Language.new_plutus_v1(),V2:y.exports.Language.new_plutus_v2()},c_=56,is={CERT:y.exports.RedeemerTag.new_cert(),MINT:y.exports.RedeemerTag.new_mint(),REWARD:y.exports.RedeemerTag.new_reward(),SPEND:y.exports.RedeemerTag.new_spend()},zr={testnet:["74","1598400","1595967616","432000"],preview:["183","15811222","1682467200","86400"],preprod:["65","26438400","1682121600","432000"],mainnet:["208","4492800","1596059091","432000"]},Cn={ALONZO:y.exports.TxBuilderConstants.plutus_alonzo_cost_models(),BABBAGE:(()=>{const c=y.exports.Costmdls.new(),i=y.exports.CostModel.new();Object.values({"addInteger-cpu-arguments-intercept":205665,"addInteger-cpu-arguments-slope":812,"addInteger-memory-arguments-intercept":1,"addInteger-memory-arguments-slope":1,"appendByteString-cpu-arguments-intercept":1e3,"appendByteString-cpu-arguments-slope":571,"appendByteString-memory-arguments-intercept":0,"appendByteString-memory-arguments-slope":1,"appendString-cpu-arguments-intercept":1e3,"appendString-cpu-arguments-slope":24177,"appendString-memory-arguments-intercept":4,"appendString-memory-arguments-slope":1,"bData-cpu-arguments":1e3,"bData-memory-arguments":32,"blake2b_256-cpu-arguments-intercept":117366,"blake2b_256-cpu-arguments-slope":10475,"blake2b_256-memory-arguments":4,"cekApplyCost-exBudgetCPU":23e3,"cekApplyCost-exBudgetMemory":100,"cekBuiltinCost-exBudgetCPU":23e3,"cekBuiltinCost-exBudgetMemory":100,"cekConstCost-exBudgetCPU":23e3,"cekConstCost-exBudgetMemory":100,"cekDelayCost-exBudgetCPU":23e3,"cekDelayCost-exBudgetMemory":100,"cekForceCost-exBudgetCPU":23e3,"cekForceCost-exBudgetMemory":100,"cekLamCost-exBudgetCPU":23e3,"cekLamCost-exBudgetMemory":100,"cekStartupCost-exBudgetCPU":100,"cekStartupCost-exBudgetMemory":100,"cekVarCost-exBudgetCPU":23e3,"cekVarCost-exBudgetMemory":100,"chooseData-cpu-arguments":19537,"chooseData-memory-arguments":32,"chooseList-cpu-arguments":175354,"chooseList-memory-arguments":32,"chooseUnit-cpu-arguments":46417,"chooseUnit-memory-arguments":4,"consByteString-cpu-arguments-intercept":221973,"consByteString-cpu-arguments-slope":511,"consByteString-memory-arguments-intercept":0,"consByteString-memory-arguments-slope":1,"constrData-cpu-arguments":89141,"constrData-memory-arguments":32,"decodeUtf8-cpu-arguments-intercept":497525,"decodeUtf8-cpu-arguments-slope":14068,"decodeUtf8-memory-arguments-intercept":4,"decodeUtf8-memory-arguments-slope":2,"divideInteger-cpu-arguments-constant":196500,"divideInteger-cpu-arguments-model-arguments-intercept":453240,"divideInteger-cpu-arguments-model-arguments-slope":220,"divideInteger-memory-arguments-intercept":0,"divideInteger-memory-arguments-minimum":1,"divideInteger-memory-arguments-slope":1,"encodeUtf8-cpu-arguments-intercept":1e3,"encodeUtf8-cpu-arguments-slope":28662,"encodeUtf8-memory-arguments-intercept":4,"encodeUtf8-memory-arguments-slope":2,"equalsByteString-cpu-arguments-constant":245e3,"equalsByteString-cpu-arguments-intercept":216773,"equalsByteString-cpu-arguments-slope":62,"equalsByteString-memory-arguments":1,"equalsData-cpu-arguments-intercept":1060367,"equalsData-cpu-arguments-slope":12586,"equalsData-memory-arguments":1,"equalsInteger-cpu-arguments-intercept":208512,"equalsInteger-cpu-arguments-slope":421,"equalsInteger-memory-arguments":1,"equalsString-cpu-arguments-constant":187e3,"equalsString-cpu-arguments-intercept":1e3,"equalsString-cpu-arguments-slope":52998,"equalsString-memory-arguments":1,"fstPair-cpu-arguments":80436,"fstPair-memory-arguments":32,"headList-cpu-arguments":43249,"headList-memory-arguments":32,"iData-cpu-arguments":1e3,"iData-memory-arguments":32,"ifThenElse-cpu-arguments":80556,"ifThenElse-memory-arguments":1,"indexByteString-cpu-arguments":57667,"indexByteString-memory-arguments":4,"lengthOfByteString-cpu-arguments":1e3,"lengthOfByteString-memory-arguments":10,"lessThanByteString-cpu-arguments-intercept":197145,"lessThanByteString-cpu-arguments-slope":156,"lessThanByteString-memory-arguments":1,"lessThanEqualsByteString-cpu-arguments-intercept":197145,"lessThanEqualsByteString-cpu-arguments-slope":156,"lessThanEqualsByteString-memory-arguments":1,"lessThanEqualsInteger-cpu-arguments-intercept":204924,"lessThanEqualsInteger-cpu-arguments-slope":473,"lessThanEqualsInteger-memory-arguments":1,"lessThanInteger-cpu-arguments-intercept":208896,"lessThanInteger-cpu-arguments-slope":511,"lessThanInteger-memory-arguments":1,"listData-cpu-arguments":52467,"listData-memory-arguments":32,"mapData-cpu-arguments":64832,"mapData-memory-arguments":32,"mkCons-cpu-arguments":65493,"mkCons-memory-arguments":32,"mkNilData-cpu-arguments":22558,"mkNilData-memory-arguments":32,"mkNilPairData-cpu-arguments":16563,"mkNilPairData-memory-arguments":32,"mkPairData-cpu-arguments":76511,"mkPairData-memory-arguments":32,"modInteger-cpu-arguments-constant":196500,"modInteger-cpu-arguments-model-arguments-intercept":453240,"modInteger-cpu-arguments-model-arguments-slope":220,"modInteger-memory-arguments-intercept":0,"modInteger-memory-arguments-minimum":1,"modInteger-memory-arguments-slope":1,"multiplyInteger-cpu-arguments-intercept":69522,"multiplyInteger-cpu-arguments-slope":11687,"multiplyInteger-memory-arguments-intercept":0,"multiplyInteger-memory-arguments-slope":1,"nullList-cpu-arguments":60091,"nullList-memory-arguments":32,"quotientInteger-cpu-arguments-constant":196500,"quotientInteger-cpu-arguments-model-arguments-intercept":453240,"quotientInteger-cpu-arguments-model-arguments-slope":220,"quotientInteger-memory-arguments-intercept":0,"quotientInteger-memory-arguments-minimum":1,"quotientInteger-memory-arguments-slope":1,"remainderInteger-cpu-arguments-constant":196500,"remainderInteger-cpu-arguments-model-arguments-intercept":453240,"remainderInteger-cpu-arguments-model-arguments-slope":220,"remainderInteger-memory-arguments-intercept":0,"remainderInteger-memory-arguments-minimum":1,"remainderInteger-memory-arguments-slope":1,"sha2_256-cpu-arguments-intercept":806990,"sha2_256-cpu-arguments-slope":30482,"sha2_256-memory-arguments":4,"sha3_256-cpu-arguments-intercept":1927926,"sha3_256-cpu-arguments-slope":82523,"sha3_256-memory-arguments":4,"sliceByteString-cpu-arguments-intercept":265318,"sliceByteString-cpu-arguments-slope":0,"sliceByteString-memory-arguments-intercept":4,"sliceByteString-memory-arguments-slope":0,"sndPair-cpu-arguments":85931,"sndPair-memory-arguments":32,"subtractInteger-cpu-arguments-intercept":205665,"subtractInteger-cpu-arguments-slope":812,"subtractInteger-memory-arguments-intercept":1,"subtractInteger-memory-arguments-slope":1,"tailList-cpu-arguments":41182,"tailList-memory-arguments":32,"trace-cpu-arguments":212342,"trace-memory-arguments":32,"unBData-cpu-arguments":31220,"unBData-memory-arguments":32,"unConstrData-cpu-arguments":32696,"unConstrData-memory-arguments":32,"unIData-cpu-arguments":43357,"unIData-memory-arguments":32,"unListData-cpu-arguments":32247,"unListData-memory-arguments":32,"unMapData-cpu-arguments":38314,"unMapData-memory-arguments":32,"verifyEd25519Signature-cpu-arguments-intercept":57996947,"verifyEd25519Signature-cpu-arguments-slope":18975,"verifyEd25519Signature-memory-arguments":10}).forEach((w,u)=>i.set(u,y.exports.Int.new_i32(w)));const t=y.exports.CostModel.new();return Object.values({"addInteger-cpu-arguments-intercept":205665,"addInteger-cpu-arguments-slope":812,"addInteger-memory-arguments-intercept":1,"addInteger-memory-arguments-slope":1,"appendByteString-cpu-arguments-intercept":1e3,"appendByteString-cpu-arguments-slope":571,"appendByteString-memory-arguments-intercept":0,"appendByteString-memory-arguments-slope":1,"appendString-cpu-arguments-intercept":1e3,"appendString-cpu-arguments-slope":24177,"appendString-memory-arguments-intercept":4,"appendString-memory-arguments-slope":1,"bData-cpu-arguments":1e3,"bData-memory-arguments":32,"blake2b_256-cpu-arguments-intercept":117366,"blake2b_256-cpu-arguments-slope":10475,"blake2b_256-memory-arguments":4,"cekApplyCost-exBudgetCPU":23e3,"cekApplyCost-exBudgetMemory":100,"cekBuiltinCost-exBudgetCPU":23e3,"cekBuiltinCost-exBudgetMemory":100,"cekConstCost-exBudgetCPU":23e3,"cekConstCost-exBudgetMemory":100,"cekDelayCost-exBudgetCPU":23e3,"cekDelayCost-exBudgetMemory":100,"cekForceCost-exBudgetCPU":23e3,"cekForceCost-exBudgetMemory":100,"cekLamCost-exBudgetCPU":23e3,"cekLamCost-exBudgetMemory":100,"cekStartupCost-exBudgetCPU":100,"cekStartupCost-exBudgetMemory":100,"cekVarCost-exBudgetCPU":23e3,"cekVarCost-exBudgetMemory":100,"chooseData-cpu-arguments":19537,"chooseData-memory-arguments":32,"chooseList-cpu-arguments":175354,"chooseList-memory-arguments":32,"chooseUnit-cpu-arguments":46417,"chooseUnit-memory-arguments":4,"consByteString-cpu-arguments-intercept":221973,"consByteString-cpu-arguments-slope":511,"consByteString-memory-arguments-intercept":0,"consByteString-memory-arguments-slope":1,"constrData-cpu-arguments":89141,"constrData-memory-arguments":32,"decodeUtf8-cpu-arguments-intercept":497525,"decodeUtf8-cpu-arguments-slope":14068,"decodeUtf8-memory-arguments-intercept":4,"decodeUtf8-memory-arguments-slope":2,"divideInteger-cpu-arguments-constant":196500,"divideInteger-cpu-arguments-model-arguments-intercept":453240,"divideInteger-cpu-arguments-model-arguments-slope":220,"divideInteger-memory-arguments-intercept":0,"divideInteger-memory-arguments-minimum":1,"divideInteger-memory-arguments-slope":1,"encodeUtf8-cpu-arguments-intercept":1e3,"encodeUtf8-cpu-arguments-slope":28662,"encodeUtf8-memory-arguments-intercept":4,"encodeUtf8-memory-arguments-slope":2,"equalsByteString-cpu-arguments-constant":245e3,"equalsByteString-cpu-arguments-intercept":216773,"equalsByteString-cpu-arguments-slope":62,"equalsByteString-memory-arguments":1,"equalsData-cpu-arguments-intercept":1060367,"equalsData-cpu-arguments-slope":12586,"equalsData-memory-arguments":1,"equalsInteger-cpu-arguments-intercept":208512,"equalsInteger-cpu-arguments-slope":421,"equalsInteger-memory-arguments":1,"equalsString-cpu-arguments-constant":187e3,"equalsString-cpu-arguments-intercept":1e3,"equalsString-cpu-arguments-slope":52998,"equalsString-memory-arguments":1,"fstPair-cpu-arguments":80436,"fstPair-memory-arguments":32,"headList-cpu-arguments":43249,"headList-memory-arguments":32,"iData-cpu-arguments":1e3,"iData-memory-arguments":32,"ifThenElse-cpu-arguments":80556,"ifThenElse-memory-arguments":1,"indexByteString-cpu-arguments":57667,"indexByteString-memory-arguments":4,"lengthOfByteString-cpu-arguments":1e3,"lengthOfByteString-memory-arguments":10,"lessThanByteString-cpu-arguments-intercept":197145,"lessThanByteString-cpu-arguments-slope":156,"lessThanByteString-memory-arguments":1,"lessThanEqualsByteString-cpu-arguments-intercept":197145,"lessThanEqualsByteString-cpu-arguments-slope":156,"lessThanEqualsByteString-memory-arguments":1,"lessThanEqualsInteger-cpu-arguments-intercept":204924,"lessThanEqualsInteger-cpu-arguments-slope":473,"lessThanEqualsInteger-memory-arguments":1,"lessThanInteger-cpu-arguments-intercept":208896,"lessThanInteger-cpu-arguments-slope":511,"lessThanInteger-memory-arguments":1,"listData-cpu-arguments":52467,"listData-memory-arguments":32,"mapData-cpu-arguments":64832,"mapData-memory-arguments":32,"mkCons-cpu-arguments":65493,"mkCons-memory-arguments":32,"mkNilData-cpu-arguments":22558,"mkNilData-memory-arguments":32,"mkNilPairData-cpu-arguments":16563,"mkNilPairData-memory-arguments":32,"mkPairData-cpu-arguments":76511,"mkPairData-memory-arguments":32,"modInteger-cpu-arguments-constant":196500,"modInteger-cpu-arguments-model-arguments-intercept":453240,"modInteger-cpu-arguments-model-arguments-slope":220,"modInteger-memory-arguments-intercept":0,"modInteger-memory-arguments-minimum":1,"modInteger-memory-arguments-slope":1,"multiplyInteger-cpu-arguments-intercept":69522,"multiplyInteger-cpu-arguments-slope":11687,"multiplyInteger-memory-arguments-intercept":0,"multiplyInteger-memory-arguments-slope":1,"nullList-cpu-arguments":60091,"nullList-memory-arguments":32,"quotientInteger-cpu-arguments-constant":196500,"quotientInteger-cpu-arguments-model-arguments-intercept":453240,"quotientInteger-cpu-arguments-model-arguments-slope":220,"quotientInteger-memory-arguments-intercept":0,"quotientInteger-memory-arguments-minimum":1,"quotientInteger-memory-arguments-slope":1,"remainderInteger-cpu-arguments-constant":196500,"remainderInteger-cpu-arguments-model-arguments-intercept":453240,"remainderInteger-cpu-arguments-model-arguments-slope":220,"remainderInteger-memory-arguments-intercept":0,"remainderInteger-memory-arguments-minimum":1,"remainderInteger-memory-arguments-slope":1,"serialiseData-cpu-arguments-intercept":1159724,"serialiseData-cpu-arguments-slope":392670,"serialiseData-memory-arguments-intercept":0,"serialiseData-memory-arguments-slope":2,"sha2_256-cpu-arguments-intercept":806990,"sha2_256-cpu-arguments-slope":30482,"sha2_256-memory-arguments":4,"sha3_256-cpu-arguments-intercept":1927926,"sha3_256-cpu-arguments-slope":82523,"sha3_256-memory-arguments":4,"sliceByteString-cpu-arguments-intercept":265318,"sliceByteString-cpu-arguments-slope":0,"sliceByteString-memory-arguments-intercept":4,"sliceByteString-memory-arguments-slope":0,"sndPair-cpu-arguments":85931,"sndPair-memory-arguments":32,"subtractInteger-cpu-arguments-intercept":205665,"subtractInteger-cpu-arguments-slope":812,"subtractInteger-memory-arguments-intercept":1,"subtractInteger-memory-arguments-slope":1,"tailList-cpu-arguments":41182,"tailList-memory-arguments":32,"trace-cpu-arguments":212342,"trace-memory-arguments":32,"unBData-cpu-arguments":31220,"unBData-memory-arguments":32,"unConstrData-cpu-arguments":32696,"unConstrData-memory-arguments":32,"unIData-cpu-arguments":43357,"unIData-memory-arguments":32,"unListData-cpu-arguments":32247,"unListData-memory-arguments":32,"unMapData-cpu-arguments":38314,"unMapData-memory-arguments":32,"verifyEcdsaSecp256k1Signature-cpu-arguments":35892428,"verifyEcdsaSecp256k1Signature-memory-arguments":10,"verifyEd25519Signature-cpu-arguments-intercept":57996947,"verifyEd25519Signature-cpu-arguments-slope":18975,"verifyEd25519Signature-memory-arguments":10,"verifySchnorrSecp256k1Signature-cpu-arguments-intercept":38887044,"verifySchnorrSecp256k1Signature-cpu-arguments-slope":32947,"verifySchnorrSecp256k1Signature-memory-arguments":10}).forEach((w,u)=>t.set(u,y.exports.Int.new_i32(w))),c.insert(y.exports.Language.new_plutus_v1(),i),c.insert(y.exports.Language.new_plutus_v2(),t),c})()},ds={ALONZO:{V1:"a141005901d59f1a000302590001011a00060bc719026d00011a000249f01903e800011a000249f018201a0025cea81971f70419744d186419744d186419744d186419744d186419744d186419744d18641864186419744d18641a000249f018201a000249f018201a000249f018201a000249f01903e800011a000249f018201a000249f01903e800081a000242201a00067e2318760001011a000249f01903e800081a000249f01a0001b79818f7011a000249f0192710011a0002155e19052e011903e81a000249f01903e8011a000249f018201a000249f018201a000249f0182001011a000249f0011a000249f0041a000194af18f8011a000194af18f8011a0002377c190556011a0002bdea1901f1011a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a000242201a00067e23187600010119f04c192bd200011a000249f018201a000242201a00067e2318760001011a000242201a00067e2318760001011a0025cea81971f704001a000141bb041a000249f019138800011a000249f018201a000302590001011a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a00330da70101ff"},BABBAGE:{V1:"a141005901b69f1a0003236119032c01011903e819023b00011903e8195e7104011903e818201a0001ca761928eb041959d818641959d818641959d818641959d818641959d818641959d81864186418641959d81864194c5118201a0002acfa182019b551041a000363151901ff00011a00015c3518201a000797751936f404021a0002ff941a0006ea7818dc0001011903e8196ff604021a0003bd081a00034ec5183e011a00102e0f19312a011a00032e801901a5011a0002da781903e819cf06011a00013a34182019a8f118201903e818201a00013aac0119e143041903e80a1a00030219189c011a00030219189c011a0003207c1901d9011a000330001901ff0119ccf3182019fd40182019ffd5182019581e18201940b318201a00012adf18201a0002ff941a0006ea7818dc0001011a00010f92192da7000119eabb18201a0002ff941a0006ea7818dc0001011a0002ff941a0006ea7818dc0001011a000c504e197712041a001d6af61a0001425b041a00040c660004001a00014fab18201a0003236119032c010119a0de18201a00033d7618201979f41820197fb8182019a95d1820197df718201995aa18201a009063b91903fd0aff",V2:"a20198af1a0003236119032c01011903e819023b00011903e8195e7104011903e818201a0001ca761928eb041959d818641959d818641959d818641959d818641959d818641959d81864186418641959d81864194c5118201a0002acfa182019b551041a000363151901ff00011a00015c3518201a000797751936f404021a0002ff941a0006ea7818dc0001011903e8196ff604021a0003bd081a00034ec5183e011a00102e0f19312a011a00032e801901a5011a0002da781903e819cf06011a00013a34182019a8f118201903e818201a00013aac0119e143041903e80a1a00030219189c011a00030219189c011a0003207c1901d9011a000330001901ff0119ccf3182019fd40182019ffd5182019581e18201940b318201a00012adf18201a0002ff941a0006ea7818dc0001011a00010f92192da7000119eabb18201a0002ff941a0006ea7818dc0001011a0002ff941a0006ea7818dc0001011a0011b22c1a0005fdde00021a000c504e197712041a001d6af61a0001425b041a00040c660004001a00014fab18201a0003236119032c010119a0de18201a00033d7618201979f41820197fb8182019a95d1820197df718201995aa18201b00000004a817c8001b00000004a817c8001a009063b91903fd0a1b00000004a817c800001b00000004a817c80041005901b69f1a0003236119032c01011903e819023b00011903e8195e7104011903e818201a0001ca761928eb041959d818641959d818641959d818641959d818641959d818641959d81864186418641959d81864194c5118201a0002acfa182019b551041a000363151901ff00011a00015c3518201a000797751936f404021a0002ff941a0006ea7818dc0001011903e8196ff604021a0003bd081a00034ec5183e011a00102e0f19312a011a00032e801901a5011a0002da781903e819cf06011a00013a34182019a8f118201903e818201a00013aac0119e143041903e80a1a00030219189c011a00030219189c011a0003207c1901d9011a000330001901ff0119ccf3182019fd40182019ffd5182019581e18201940b318201a00012adf18201a0002ff941a0006ea7818dc0001011a00010f92192da7000119eabb18201a0002ff941a0006ea7818dc0001011a0002ff941a0006ea7818dc0001011a000c504e197712041a001d6af61a0001425b041a00040c660004001a00014fab18201a0003236119032c010119a0de18201a00033d7618201979f41820197fb8182019a95d1820197df718201995aa18201a009063b91903fd0aff"}},gn={[y.exports.NetworkInfo.testnet().network_id()]:"8d18d786e92776c824607fd8e193ec535c79dc61ea2405ddf3b09fe3",[y.exports.NetworkInfo.mainnet().network_id()]:"f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a"},cs={mainnet:"wss://ogmios-api.mainnet.dandelion.link",preprod:"wss://ogmios-api.iohk-preprod.dandelion.link",preview:"__TBD_SOON_TM__",testnet:"wss://ogmios-api.testnet.dandelion.link"},ps={LQ:"da8c30857834c6ae7203935b89278c532b3995245295456f993e1d244c51",MIN:"29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c64d494e",NTX:"edfd7a1d77bcb8b884c474bdc92a16002d1fb720e454fa6e993444794e5458",iBTC:"f66d78b4a3cb3d37afa0ec36461e51ecbde00f26c8f0a68f94b6988069425443",iETH:"f66d78b4a3cb3d37afa0ec36461e51ecbde00f26c8f0a68f94b6988069455448",iUSD:"f66d78b4a3cb3d37afa0ec36461e51ecbde00f26c8f0a68f94b6988069555344",MILK:"8a1cfae21368b8bebbbed9800fec304e95cce39a2a57dc35e2e3ebaa4d494c4b",AGIX:"f43a62fdc3965df486de8a0d32fe800963589c41b38946602a0dc53541474958",MELD:"6ac8ef33b510ec004fe11585f7c5a9f0c07f0c23428ab4f29c1d7d104d454c44",INDY:"533bb94a8850ee3ccbe483106489399112b74c905342cb1792a797a0494e4459",CLAY:"38ad9dc3aec6a2f38e220142b9aa6ade63ebe71f65e7cc2b7d8a8535434c4159",MCOS:"6f46e1304b16d884c85c62fb0eef35028facdc41aaa0fd319a152ed64d434f53",DING:"ce5b9e0f8a88255b65f2e4d065c6e716e9fa9a8a86dfb86423dd1ac044494e47",GERO:"10a49b996e2402269af553a8a96fb8eb90d79e9eca79e2b4223057b64745524f",NMKR:"5dac8536653edc12f6f5e1045d8164b9f59998d3bdc300fc928434894e4d4b52",PAVIA:"884892bcdc360bcef87d6b3f806e7f9cd5ac30d999d49970e7a903ae5041564941",HOSKY:"a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59",YUMMI:"078eafce5cd7edafdf63900edef2c1ea759e77f30ca81d6bbdeec92479756d6d69",C3:"8e51398904a5d3fc129fbf4f1589701de23c7824d5c90fdb9490e15a434841524c4933",GIMBAL:"2b0a04a7b60132b1805b296c7fcb3b217ff14413991bf76f72663c3067696d62616c",SUNDAE:"9a9693a9a37912a5097918f97918d15240c92ab729a0b7c4aa144d7753554e444145",GREENS:"4623ab311b7d982d8d26fcbe1a9439ca56661aafcdcd8d8a0ef31fd6475245454e53",GENS:"dda5fdb1002f7389b33e036b6afee82a8189becb6cba852e8b79b4fb0014df1047454e53",SOCIETY:"25f0fc240e91bd95dcdaebd2ba7713fc5168ac77234a3d79449fc20c534f4349455459",DJED:"8db269c3ec630e06ae29f74bc39edd1f87c819f1056206e879a1cd61446a65644d6963726f555344",SHEN:"8db269c3ec630e06ae29f74bc39edd1f87c819f1056206e879a1cd615368656e4d6963726f555344",WMT:"1d7f33bd23d85e1a25d87d86fac4f199c3197a2f7afeb662a0f34e1e776f726c646d6f62696c65746f6b656e",COPI:"b6a7467ea1deb012808ef4e87b5ff371e85f7142d7b356a40d9b42a0436f726e75636f70696173205b76696120436861696e506f72742e696f5d"},jn=["begin","eternl","flint","lace","nami","nufi","gerowallet","typhoncip30","vespr","yoroi"],Xn=(c,i,t="5000000")=>{const w=y.exports.BigNum.from_str(c.get("lovelace")??"0").checked_add(y.exports.BigNum.from_str(t)),u=i.filter(j=>j.output.amount.filter(P=>P.unit!=="lovelace").some(P=>c.has(P.unit))),h=us(u);return[...h.less_than(w)?bs(w.clamped_sub(h).to_str(),i.filter(j=>!u.some(P=>P.input.txHash===j.input.txHash&&P.input.outputIndex===j.input.outputIndex))):[],...u]},ws=(c,i,t=!1,{maxTxSize:w,minFeeA:u,minFeeB:h}=a_)=>{const k=i.filter(Y=>ta(Y)===!1).sort(un),j=y.exports.BigNum.from_str(xn(w,u,h)),P=t?y.exports.BigNum.from_str(c).checked_add(j).to_str():c;return Ar(k,new Map([["lovelace",P]]))},Zn=(c,i,t=!1,w=a_)=>{const u=i.filter(ta).sort(un),h=gs(w),k=c.get("lovelace")??"0",j=t?y.exports.BigNum.from_str(k).checked_add(h).to_str():k;return c.set("lovelace",j),Ar(u,c)},ls=(c,i)=>Array.from(i,t=>({unit:t[0],quantity:y.exports.BigNum.from_str(t[1])})).every(t=>c.filter(w=>w.output.amount.find(u=>u.unit===t.unit)!==void 0).reduce((w,u)=>{const h=u.output.amount.reduce((k,j)=>k.checked_add(y.exports.BigNum.from_str(t.unit===j.unit?j.quantity:"0")),y.exports.BigNum.from_str("0"));return w.checked_add(h)},y.exports.BigNum.from_str("0")).less_than(t.quantity)===!1),un=(c,i)=>{var u,h;const t=y.exports.BigNum.from_str(((u=c.output.amount.find(k=>k.unit==="lovelace"))==null?void 0:u.quantity)??"0");return y.exports.BigNum.from_str(((h=i.output.amount.find(k=>k.unit==="lovelace"))==null?void 0:h.quantity)??"0").compare(t)},gs=c=>{const{maxTxSize:i,minFeeA:t,minFeeB:w}=c;return y.exports.BigNum.from_str(xn(i,t,w))},ta=c=>c.output.amount.length>1,us=c=>c.reduce((i,t)=>{var u;const w=((u=t.output.amount.find(h=>h.unit==="lovelace"))==null?void 0:u.quantity)??"0";return i.checked_add(y.exports.BigNum.from_str(w))},y.exports.BigNum.from_str("0")),bs=(c,i)=>{const t=i.sort(un);return Ar(t,new Map([["lovelace",c]]))},Ar=(c,i,t=[])=>c.length===0||ls(t,i)?t:fs(c[0],i)?Ar(c.slice(1),i,[...t,c[0]]):Ar(c.slice(1),i,t),fs=(c,i)=>Array.from(i.keys()).some(t=>c.output.amount.find(w=>w.unit===t)!==void 0),hs=(c,i)=>{const t=ms(i),w=ks(c,i);return{coseKey:d_(t.to_bytes()),coseSign1:d_(w.to_bytes())}},ys=(c,i,{key:t,signature:w})=>{var k,j;const u=jt.COSEKey.from_bytes(kt(t)),h=jt.COSESign1.from_bytes(kt(w));if((c==null?void 0:c.length)>0){const P=d_(h.payload()??new Uint8Array);if(p_(c)!==P)return!1}if((i==null?void 0:i.length)>0){const p=(k=h.headers().protected().deserialized_headers().header(jt.Label.new_text("address")))==null?void 0:k.as_bytes();if(p===void 0)throw new Error("Couldn't find a signer address in signature");const V=(j=u.header(jt.Label.new_int(jt.Int.new_negative(jt.BigNum.from_str("2")))))==null?void 0:j.as_bytes();if(V===void 0)throw new Error("Couldn't find a signer key in signature");const Y=dr(d_(p)),R=Gs(d_(V));if(vs(i,Y,R)===!1)throw new Error("Couldn't check signature because of address mismatch");const m=Ys(d_(h.signature())),$=h.signed_data().to_bytes();return R.verify($,m)}return!1},vs=(c,i,t)=>{if(c!==i.to_bech32())return!1;try{return pr(c)===t.hash().to_hex()}catch{return!1}},ms=c=>{const i=jt.COSEKey.new(jt.Label.from_key_type(jt.KeyType.OKP));return i.set_algorithm_id(jt.Label.from_algorithm_id(jt.AlgorithmId.EdDSA)),i.set_header(jt.Label.new_int(jt.Int.new_negative(jt.BigNum.from_str("1"))),jt.CBORValue.new_int(jt.Int.new_i32(6))),i.set_header(jt.Label.new_int(jt.Int.new_negative(jt.BigNum.from_str("2"))),jt.CBORValue.new_bytes(c.key.to_public().as_bytes())),i},ks=(c,i)=>{const t=jt.HeaderMap.new(),w=jt.HeaderMap.new();t.set_algorithm_id(jt.Label.from_algorithm_id(jt.AlgorithmId.EdDSA)),t.set_header(jt.Label.new_text("address"),jt.CBORValue.new_bytes(i.address.to_bytes()));const u=jt.Headers.new(jt.ProtectedHeaderMap.new(t),w),h=jt.COSESign1Builder.new(u,kt(c.payload),!1);c.externalAAD!==void 0&&h.set_external_aad(kt(c.externalAAD));const k=h.make_data_to_sign(),j=i.key.sign(k.to_bytes());return h.build(j.to_bytes())};var _a={},s_={exports:{}};Ee.notEqual=As;Ee.notOk=Is;Ee.equal=xs;Ee.ok=Ee;var ea=Ee;function xs(c,i,t){Ee(c==i,t)}function As(c,i,t){Ee(c!=i,t)}function Is(c,i){Ee(!c,i)}function Ee(c,i){if(!c)throw new Error(i||"AssertionError")}var G_={exports:{}},Cs=bn;bn.supported=typeof WebAssembly<"u";function bn(c){if(!bn.supported)return null;var i=c&&c.imports,t=js("AGFzbQEAAAABEANgAn9/AGADf39/AGABfwADBQQAAQICBQUBAQroBwdNBQZtZW1vcnkCAAxibGFrZTJiX2luaXQAAA5ibGFrZTJiX3VwZGF0ZQABDWJsYWtlMmJfZmluYWwAAhBibGFrZTJiX2NvbXByZXNzAAMK00AElgMAIABCADcDACAAQQhqQgA3AwAgAEEQakIANwMAIABBGGpCADcDACAAQSBqQgA3AwAgAEEoakIANwMAIABBMGpCADcDACAAQThqQgA3AwAgAEHAAGpCADcDACAAQcgAakIANwMAIABB0ABqQgA3AwAgAEHYAGpCADcDACAAQeAAakIANwMAIABB6ABqQgA3AwAgAEHwAGpCADcDACAAQfgAakIANwMAIABBgAFqQoiS853/zPmE6gBBACkDAIU3AwAgAEGIAWpCu86qptjQ67O7f0EIKQMAhTcDACAAQZABakKr8NP0r+68tzxBECkDAIU3AwAgAEGYAWpC8e30+KWn/aelf0EYKQMAhTcDACAAQaABakLRhZrv+s+Uh9EAQSApAwCFNwMAIABBqAFqQp/Y+dnCkdqCm39BKCkDAIU3AwAgAEGwAWpC6/qG2r+19sEfQTApAwCFNwMAIABBuAFqQvnC+JuRo7Pw2wBBOCkDAIU3AwAgAEHAAWpCADcDACAAQcgBakIANwMAIABB0AFqQgA3AwALbQEDfyAAQcABaiEDIABByAFqIQQgBCkDAKchBQJAA0AgASACRg0BIAVBgAFGBEAgAyADKQMAIAWtfDcDAEEAIQUgABADCyAAIAVqIAEtAAA6AAAgBUEBaiEFIAFBAWohAQwACwsgBCAFrTcDAAtkAQN/IABBwAFqIQEgAEHIAWohAiABIAEpAwAgAikDAHw3AwAgAEHQAWpCfzcDACACKQMApyEDAkADQCADQYABRg0BIAAgA2pBADoAACADQQFqIQMMAAsLIAIgA603AwAgABADC+U7AiB+CX8gAEGAAWohISAAQYgBaiEiIABBkAFqISMgAEGYAWohJCAAQaABaiElIABBqAFqISYgAEGwAWohJyAAQbgBaiEoICEpAwAhASAiKQMAIQIgIykDACEDICQpAwAhBCAlKQMAIQUgJikDACEGICcpAwAhByAoKQMAIQhCiJLznf/M+YTqACEJQrvOqqbY0Ouzu38hCkKr8NP0r+68tzwhC0Lx7fT4paf9p6V/IQxC0YWa7/rPlIfRACENQp/Y+dnCkdqCm38hDkLr+obav7X2wR8hD0L5wvibkaOz8NsAIRAgACkDACERIABBCGopAwAhEiAAQRBqKQMAIRMgAEEYaikDACEUIABBIGopAwAhFSAAQShqKQMAIRYgAEEwaikDACEXIABBOGopAwAhGCAAQcAAaikDACEZIABByABqKQMAIRogAEHQAGopAwAhGyAAQdgAaikDACEcIABB4ABqKQMAIR0gAEHoAGopAwAhHiAAQfAAaikDACEfIABB+ABqKQMAISAgDSAAQcABaikDAIUhDSAPIABB0AFqKQMAhSEPIAEgBSARfHwhASANIAGFQiCKIQ0gCSANfCEJIAUgCYVCGIohBSABIAUgEnx8IQEgDSABhUIQiiENIAkgDXwhCSAFIAmFQj+KIQUgAiAGIBN8fCECIA4gAoVCIIohDiAKIA58IQogBiAKhUIYiiEGIAIgBiAUfHwhAiAOIAKFQhCKIQ4gCiAOfCEKIAYgCoVCP4ohBiADIAcgFXx8IQMgDyADhUIgiiEPIAsgD3whCyAHIAuFQhiKIQcgAyAHIBZ8fCEDIA8gA4VCEIohDyALIA98IQsgByALhUI/iiEHIAQgCCAXfHwhBCAQIASFQiCKIRAgDCAQfCEMIAggDIVCGIohCCAEIAggGHx8IQQgECAEhUIQiiEQIAwgEHwhDCAIIAyFQj+KIQggASAGIBl8fCEBIBAgAYVCIIohECALIBB8IQsgBiALhUIYiiEGIAEgBiAafHwhASAQIAGFQhCKIRAgCyAQfCELIAYgC4VCP4ohBiACIAcgG3x8IQIgDSAChUIgiiENIAwgDXwhDCAHIAyFQhiKIQcgAiAHIBx8fCECIA0gAoVCEIohDSAMIA18IQwgByAMhUI/iiEHIAMgCCAdfHwhAyAOIAOFQiCKIQ4gCSAOfCEJIAggCYVCGIohCCADIAggHnx8IQMgDiADhUIQiiEOIAkgDnwhCSAIIAmFQj+KIQggBCAFIB98fCEEIA8gBIVCIIohDyAKIA98IQogBSAKhUIYiiEFIAQgBSAgfHwhBCAPIASFQhCKIQ8gCiAPfCEKIAUgCoVCP4ohBSABIAUgH3x8IQEgDSABhUIgiiENIAkgDXwhCSAFIAmFQhiKIQUgASAFIBt8fCEBIA0gAYVCEIohDSAJIA18IQkgBSAJhUI/iiEFIAIgBiAVfHwhAiAOIAKFQiCKIQ4gCiAOfCEKIAYgCoVCGIohBiACIAYgGXx8IQIgDiAChUIQiiEOIAogDnwhCiAGIAqFQj+KIQYgAyAHIBp8fCEDIA8gA4VCIIohDyALIA98IQsgByALhUIYiiEHIAMgByAgfHwhAyAPIAOFQhCKIQ8gCyAPfCELIAcgC4VCP4ohByAEIAggHnx8IQQgECAEhUIgiiEQIAwgEHwhDCAIIAyFQhiKIQggBCAIIBd8fCEEIBAgBIVCEIohECAMIBB8IQwgCCAMhUI/iiEIIAEgBiASfHwhASAQIAGFQiCKIRAgCyAQfCELIAYgC4VCGIohBiABIAYgHXx8IQEgECABhUIQiiEQIAsgEHwhCyAGIAuFQj+KIQYgAiAHIBF8fCECIA0gAoVCIIohDSAMIA18IQwgByAMhUIYiiEHIAIgByATfHwhAiANIAKFQhCKIQ0gDCANfCEMIAcgDIVCP4ohByADIAggHHx8IQMgDiADhUIgiiEOIAkgDnwhCSAIIAmFQhiKIQggAyAIIBh8fCEDIA4gA4VCEIohDiAJIA58IQkgCCAJhUI/iiEIIAQgBSAWfHwhBCAPIASFQiCKIQ8gCiAPfCEKIAUgCoVCGIohBSAEIAUgFHx8IQQgDyAEhUIQiiEPIAogD3whCiAFIAqFQj+KIQUgASAFIBx8fCEBIA0gAYVCIIohDSAJIA18IQkgBSAJhUIYiiEFIAEgBSAZfHwhASANIAGFQhCKIQ0gCSANfCEJIAUgCYVCP4ohBSACIAYgHXx8IQIgDiAChUIgiiEOIAogDnwhCiAGIAqFQhiKIQYgAiAGIBF8fCECIA4gAoVCEIohDiAKIA58IQogBiAKhUI/iiEGIAMgByAWfHwhAyAPIAOFQiCKIQ8gCyAPfCELIAcgC4VCGIohByADIAcgE3x8IQMgDyADhUIQiiEPIAsgD3whCyAHIAuFQj+KIQcgBCAIICB8fCEEIBAgBIVCIIohECAMIBB8IQwgCCAMhUIYiiEIIAQgCCAefHwhBCAQIASFQhCKIRAgDCAQfCEMIAggDIVCP4ohCCABIAYgG3x8IQEgECABhUIgiiEQIAsgEHwhCyAGIAuFQhiKIQYgASAGIB98fCEBIBAgAYVCEIohECALIBB8IQsgBiALhUI/iiEGIAIgByAUfHwhAiANIAKFQiCKIQ0gDCANfCEMIAcgDIVCGIohByACIAcgF3x8IQIgDSAChUIQiiENIAwgDXwhDCAHIAyFQj+KIQcgAyAIIBh8fCEDIA4gA4VCIIohDiAJIA58IQkgCCAJhUIYiiEIIAMgCCASfHwhAyAOIAOFQhCKIQ4gCSAOfCEJIAggCYVCP4ohCCAEIAUgGnx8IQQgDyAEhUIgiiEPIAogD3whCiAFIAqFQhiKIQUgBCAFIBV8fCEEIA8gBIVCEIohDyAKIA98IQogBSAKhUI/iiEFIAEgBSAYfHwhASANIAGFQiCKIQ0gCSANfCEJIAUgCYVCGIohBSABIAUgGnx8IQEgDSABhUIQiiENIAkgDXwhCSAFIAmFQj+KIQUgAiAGIBR8fCECIA4gAoVCIIohDiAKIA58IQogBiAKhUIYiiEGIAIgBiASfHwhAiAOIAKFQhCKIQ4gCiAOfCEKIAYgCoVCP4ohBiADIAcgHnx8IQMgDyADhUIgiiEPIAsgD3whCyAHIAuFQhiKIQcgAyAHIB18fCEDIA8gA4VCEIohDyALIA98IQsgByALhUI/iiEHIAQgCCAcfHwhBCAQIASFQiCKIRAgDCAQfCEMIAggDIVCGIohCCAEIAggH3x8IQQgECAEhUIQiiEQIAwgEHwhDCAIIAyFQj+KIQggASAGIBN8fCEBIBAgAYVCIIohECALIBB8IQsgBiALhUIYiiEGIAEgBiAXfHwhASAQIAGFQhCKIRAgCyAQfCELIAYgC4VCP4ohBiACIAcgFnx8IQIgDSAChUIgiiENIAwgDXwhDCAHIAyFQhiKIQcgAiAHIBt8fCECIA0gAoVCEIohDSAMIA18IQwgByAMhUI/iiEHIAMgCCAVfHwhAyAOIAOFQiCKIQ4gCSAOfCEJIAggCYVCGIohCCADIAggEXx8IQMgDiADhUIQiiEOIAkgDnwhCSAIIAmFQj+KIQggBCAFICB8fCEEIA8gBIVCIIohDyAKIA98IQogBSAKhUIYiiEFIAQgBSAZfHwhBCAPIASFQhCKIQ8gCiAPfCEKIAUgCoVCP4ohBSABIAUgGnx8IQEgDSABhUIgiiENIAkgDXwhCSAFIAmFQhiKIQUgASAFIBF8fCEBIA0gAYVCEIohDSAJIA18IQkgBSAJhUI/iiEFIAIgBiAWfHwhAiAOIAKFQiCKIQ4gCiAOfCEKIAYgCoVCGIohBiACIAYgGHx8IQIgDiAChUIQiiEOIAogDnwhCiAGIAqFQj+KIQYgAyAHIBN8fCEDIA8gA4VCIIohDyALIA98IQsgByALhUIYiiEHIAMgByAVfHwhAyAPIAOFQhCKIQ8gCyAPfCELIAcgC4VCP4ohByAEIAggG3x8IQQgECAEhUIgiiEQIAwgEHwhDCAIIAyFQhiKIQggBCAIICB8fCEEIBAgBIVCEIohECAMIBB8IQwgCCAMhUI/iiEIIAEgBiAffHwhASAQIAGFQiCKIRAgCyAQfCELIAYgC4VCGIohBiABIAYgEnx8IQEgECABhUIQiiEQIAsgEHwhCyAGIAuFQj+KIQYgAiAHIBx8fCECIA0gAoVCIIohDSAMIA18IQwgByAMhUIYiiEHIAIgByAdfHwhAiANIAKFQhCKIQ0gDCANfCEMIAcgDIVCP4ohByADIAggF3x8IQMgDiADhUIgiiEOIAkgDnwhCSAIIAmFQhiKIQggAyAIIBl8fCEDIA4gA4VCEIohDiAJIA58IQkgCCAJhUI/iiEIIAQgBSAUfHwhBCAPIASFQiCKIQ8gCiAPfCEKIAUgCoVCGIohBSAEIAUgHnx8IQQgDyAEhUIQiiEPIAogD3whCiAFIAqFQj+KIQUgASAFIBN8fCEBIA0gAYVCIIohDSAJIA18IQkgBSAJhUIYiiEFIAEgBSAdfHwhASANIAGFQhCKIQ0gCSANfCEJIAUgCYVCP4ohBSACIAYgF3x8IQIgDiAChUIgiiEOIAogDnwhCiAGIAqFQhiKIQYgAiAGIBt8fCECIA4gAoVCEIohDiAKIA58IQogBiAKhUI/iiEGIAMgByARfHwhAyAPIAOFQiCKIQ8gCyAPfCELIAcgC4VCGIohByADIAcgHHx8IQMgDyADhUIQiiEPIAsgD3whCyAHIAuFQj+KIQcgBCAIIBl8fCEEIBAgBIVCIIohECAMIBB8IQwgCCAMhUIYiiEIIAQgCCAUfHwhBCAQIASFQhCKIRAgDCAQfCEMIAggDIVCP4ohCCABIAYgFXx8IQEgECABhUIgiiEQIAsgEHwhCyAGIAuFQhiKIQYgASAGIB58fCEBIBAgAYVCEIohECALIBB8IQsgBiALhUI/iiEGIAIgByAYfHwhAiANIAKFQiCKIQ0gDCANfCEMIAcgDIVCGIohByACIAcgFnx8IQIgDSAChUIQiiENIAwgDXwhDCAHIAyFQj+KIQcgAyAIICB8fCEDIA4gA4VCIIohDiAJIA58IQkgCCAJhUIYiiEIIAMgCCAffHwhAyAOIAOFQhCKIQ4gCSAOfCEJIAggCYVCP4ohCCAEIAUgEnx8IQQgDyAEhUIgiiEPIAogD3whCiAFIAqFQhiKIQUgBCAFIBp8fCEEIA8gBIVCEIohDyAKIA98IQogBSAKhUI/iiEFIAEgBSAdfHwhASANIAGFQiCKIQ0gCSANfCEJIAUgCYVCGIohBSABIAUgFnx8IQEgDSABhUIQiiENIAkgDXwhCSAFIAmFQj+KIQUgAiAGIBJ8fCECIA4gAoVCIIohDiAKIA58IQogBiAKhUIYiiEGIAIgBiAgfHwhAiAOIAKFQhCKIQ4gCiAOfCEKIAYgCoVCP4ohBiADIAcgH3x8IQMgDyADhUIgiiEPIAsgD3whCyAHIAuFQhiKIQcgAyAHIB58fCEDIA8gA4VCEIohDyALIA98IQsgByALhUI/iiEHIAQgCCAVfHwhBCAQIASFQiCKIRAgDCAQfCEMIAggDIVCGIohCCAEIAggG3x8IQQgECAEhUIQiiEQIAwgEHwhDCAIIAyFQj+KIQggASAGIBF8fCEBIBAgAYVCIIohECALIBB8IQsgBiALhUIYiiEGIAEgBiAYfHwhASAQIAGFQhCKIRAgCyAQfCELIAYgC4VCP4ohBiACIAcgF3x8IQIgDSAChUIgiiENIAwgDXwhDCAHIAyFQhiKIQcgAiAHIBR8fCECIA0gAoVCEIohDSAMIA18IQwgByAMhUI/iiEHIAMgCCAafHwhAyAOIAOFQiCKIQ4gCSAOfCEJIAggCYVCGIohCCADIAggE3x8IQMgDiADhUIQiiEOIAkgDnwhCSAIIAmFQj+KIQggBCAFIBl8fCEEIA8gBIVCIIohDyAKIA98IQogBSAKhUIYiiEFIAQgBSAcfHwhBCAPIASFQhCKIQ8gCiAPfCEKIAUgCoVCP4ohBSABIAUgHnx8IQEgDSABhUIgiiENIAkgDXwhCSAFIAmFQhiKIQUgASAFIBx8fCEBIA0gAYVCEIohDSAJIA18IQkgBSAJhUI/iiEFIAIgBiAYfHwhAiAOIAKFQiCKIQ4gCiAOfCEKIAYgCoVCGIohBiACIAYgH3x8IQIgDiAChUIQiiEOIAogDnwhCiAGIAqFQj+KIQYgAyAHIB18fCEDIA8gA4VCIIohDyALIA98IQsgByALhUIYiiEHIAMgByASfHwhAyAPIAOFQhCKIQ8gCyAPfCELIAcgC4VCP4ohByAEIAggFHx8IQQgECAEhUIgiiEQIAwgEHwhDCAIIAyFQhiKIQggBCAIIBp8fCEEIBAgBIVCEIohECAMIBB8IQwgCCAMhUI/iiEIIAEgBiAWfHwhASAQIAGFQiCKIRAgCyAQfCELIAYgC4VCGIohBiABIAYgEXx8IQEgECABhUIQiiEQIAsgEHwhCyAGIAuFQj+KIQYgAiAHICB8fCECIA0gAoVCIIohDSAMIA18IQwgByAMhUIYiiEHIAIgByAVfHwhAiANIAKFQhCKIQ0gDCANfCEMIAcgDIVCP4ohByADIAggGXx8IQMgDiADhUIgiiEOIAkgDnwhCSAIIAmFQhiKIQggAyAIIBd8fCEDIA4gA4VCEIohDiAJIA58IQkgCCAJhUI/iiEIIAQgBSATfHwhBCAPIASFQiCKIQ8gCiAPfCEKIAUgCoVCGIohBSAEIAUgG3x8IQQgDyAEhUIQiiEPIAogD3whCiAFIAqFQj+KIQUgASAFIBd8fCEBIA0gAYVCIIohDSAJIA18IQkgBSAJhUIYiiEFIAEgBSAgfHwhASANIAGFQhCKIQ0gCSANfCEJIAUgCYVCP4ohBSACIAYgH3x8IQIgDiAChUIgiiEOIAogDnwhCiAGIAqFQhiKIQYgAiAGIBp8fCECIA4gAoVCEIohDiAKIA58IQogBiAKhUI/iiEGIAMgByAcfHwhAyAPIAOFQiCKIQ8gCyAPfCELIAcgC4VCGIohByADIAcgFHx8IQMgDyADhUIQiiEPIAsgD3whCyAHIAuFQj+KIQcgBCAIIBF8fCEEIBAgBIVCIIohECAMIBB8IQwgCCAMhUIYiiEIIAQgCCAZfHwhBCAQIASFQhCKIRAgDCAQfCEMIAggDIVCP4ohCCABIAYgHXx8IQEgECABhUIgiiEQIAsgEHwhCyAGIAuFQhiKIQYgASAGIBN8fCEBIBAgAYVCEIohECALIBB8IQsgBiALhUI/iiEGIAIgByAefHwhAiANIAKFQiCKIQ0gDCANfCEMIAcgDIVCGIohByACIAcgGHx8IQIgDSAChUIQiiENIAwgDXwhDCAHIAyFQj+KIQcgAyAIIBJ8fCEDIA4gA4VCIIohDiAJIA58IQkgCCAJhUIYiiEIIAMgCCAVfHwhAyAOIAOFQhCKIQ4gCSAOfCEJIAggCYVCP4ohCCAEIAUgG3x8IQQgDyAEhUIgiiEPIAogD3whCiAFIAqFQhiKIQUgBCAFIBZ8fCEEIA8gBIVCEIohDyAKIA98IQogBSAKhUI/iiEFIAEgBSAbfHwhASANIAGFQiCKIQ0gCSANfCEJIAUgCYVCGIohBSABIAUgE3x8IQEgDSABhUIQiiENIAkgDXwhCSAFIAmFQj+KIQUgAiAGIBl8fCECIA4gAoVCIIohDiAKIA58IQogBiAKhUIYiiEGIAIgBiAVfHwhAiAOIAKFQhCKIQ4gCiAOfCEKIAYgCoVCP4ohBiADIAcgGHx8IQMgDyADhUIgiiEPIAsgD3whCyAHIAuFQhiKIQcgAyAHIBd8fCEDIA8gA4VCEIohDyALIA98IQsgByALhUI/iiEHIAQgCCASfHwhBCAQIASFQiCKIRAgDCAQfCEMIAggDIVCGIohCCAEIAggFnx8IQQgECAEhUIQiiEQIAwgEHwhDCAIIAyFQj+KIQggASAGICB8fCEBIBAgAYVCIIohECALIBB8IQsgBiALhUIYiiEGIAEgBiAcfHwhASAQIAGFQhCKIRAgCyAQfCELIAYgC4VCP4ohBiACIAcgGnx8IQIgDSAChUIgiiENIAwgDXwhDCAHIAyFQhiKIQcgAiAHIB98fCECIA0gAoVCEIohDSAMIA18IQwgByAMhUI/iiEHIAMgCCAUfHwhAyAOIAOFQiCKIQ4gCSAOfCEJIAggCYVCGIohCCADIAggHXx8IQMgDiADhUIQiiEOIAkgDnwhCSAIIAmFQj+KIQggBCAFIB58fCEEIA8gBIVCIIohDyAKIA98IQogBSAKhUIYiiEFIAQgBSARfHwhBCAPIASFQhCKIQ8gCiAPfCEKIAUgCoVCP4ohBSABIAUgEXx8IQEgDSABhUIgiiENIAkgDXwhCSAFIAmFQhiKIQUgASAFIBJ8fCEBIA0gAYVCEIohDSAJIA18IQkgBSAJhUI/iiEFIAIgBiATfHwhAiAOIAKFQiCKIQ4gCiAOfCEKIAYgCoVCGIohBiACIAYgFHx8IQIgDiAChUIQiiEOIAogDnwhCiAGIAqFQj+KIQYgAyAHIBV8fCEDIA8gA4VCIIohDyALIA98IQsgByALhUIYiiEHIAMgByAWfHwhAyAPIAOFQhCKIQ8gCyAPfCELIAcgC4VCP4ohByAEIAggF3x8IQQgECAEhUIgiiEQIAwgEHwhDCAIIAyFQhiKIQggBCAIIBh8fCEEIBAgBIVCEIohECAMIBB8IQwgCCAMhUI/iiEIIAEgBiAZfHwhASAQIAGFQiCKIRAgCyAQfCELIAYgC4VCGIohBiABIAYgGnx8IQEgECABhUIQiiEQIAsgEHwhCyAGIAuFQj+KIQYgAiAHIBt8fCECIA0gAoVCIIohDSAMIA18IQwgByAMhUIYiiEHIAIgByAcfHwhAiANIAKFQhCKIQ0gDCANfCEMIAcgDIVCP4ohByADIAggHXx8IQMgDiADhUIgiiEOIAkgDnwhCSAIIAmFQhiKIQggAyAIIB58fCEDIA4gA4VCEIohDiAJIA58IQkgCCAJhUI/iiEIIAQgBSAffHwhBCAPIASFQiCKIQ8gCiAPfCEKIAUgCoVCGIohBSAEIAUgIHx8IQQgDyAEhUIQiiEPIAogD3whCiAFIAqFQj+KIQUgASAFIB98fCEBIA0gAYVCIIohDSAJIA18IQkgBSAJhUIYiiEFIAEgBSAbfHwhASANIAGFQhCKIQ0gCSANfCEJIAUgCYVCP4ohBSACIAYgFXx8IQIgDiAChUIgiiEOIAogDnwhCiAGIAqFQhiKIQYgAiAGIBl8fCECIA4gAoVCEIohDiAKIA58IQogBiAKhUI/iiEGIAMgByAafHwhAyAPIAOFQiCKIQ8gCyAPfCELIAcgC4VCGIohByADIAcgIHx8IQMgDyADhUIQiiEPIAsgD3whCyAHIAuFQj+KIQcgBCAIIB58fCEEIBAgBIVCIIohECAMIBB8IQwgCCAMhUIYiiEIIAQgCCAXfHwhBCAQIASFQhCKIRAgDCAQfCEMIAggDIVCP4ohCCABIAYgEnx8IQEgECABhUIgiiEQIAsgEHwhCyAGIAuFQhiKIQYgASAGIB18fCEBIBAgAYVCEIohECALIBB8IQsgBiALhUI/iiEGIAIgByARfHwhAiANIAKFQiCKIQ0gDCANfCEMIAcgDIVCGIohByACIAcgE3x8IQIgDSAChUIQiiENIAwgDXwhDCAHIAyFQj+KIQcgAyAIIBx8fCEDIA4gA4VCIIohDiAJIA58IQkgCCAJhUIYiiEIIAMgCCAYfHwhAyAOIAOFQhCKIQ4gCSAOfCEJIAggCYVCP4ohCCAEIAUgFnx8IQQgDyAEhUIgiiEPIAogD3whCiAFIAqFQhiKIQUgBCAFIBR8fCEEIA8gBIVCEIohDyAKIA98IQogBSAKhUI/iiEFICEgISkDACABIAmFhTcDACAiICIpAwAgAiAKhYU3AwAgIyAjKQMAIAMgC4WFNwMAICQgJCkDACAEIAyFhTcDACAlICUpAwAgBSANhYU3AwAgJiAmKQMAIAYgDoWFNwMAICcgJykDACAHIA+FhTcDACAoICgpAwAgCCAQhYU3AwAL"),w=null,u={buffer:t,memory:null,exports:null,realloc:h,onload:k};return k(function(){}),u;function h(P){u.exports.memory.grow(Math.ceil(Math.abs(P-u.memory.length)/65536)),u.memory=new Uint8Array(u.exports.memory.buffer)}function k(P){if(u.exports)return P();if(w){w.then(P.bind(null,null)).catch(P);return}try{if(c&&c.async)throw new Error("async");j({instance:new WebAssembly.Instance(new WebAssembly.Module(t),i)})}catch{w=WebAssembly.instantiate(t,i).then(j)}k(P)}function j(P){u.exports=P.instance.exports,u.memory=u.exports.memory&&u.exports.memory.buffer&&new Uint8Array(u.exports.memory.buffer)}}function js(c){return typeof atob=="function"?new Uint8Array(atob(c).split("").map(Bs)):new(_n("buffer")).Buffer(c,"base64")}function Bs(c){return c.charCodeAt(0)}var L_=ea,Tt=Cs(),Be=64,Kr=[];G_.exports=k_;var Bn=G_.exports.BYTES_MIN=16,Sn=G_.exports.BYTES_MAX=64;G_.exports.BYTES=32;var En=G_.exports.KEYBYTES_MIN=16,Qn=G_.exports.KEYBYTES_MAX=64;G_.exports.KEYBYTES=32;var On=G_.exports.SALTBYTES=16,Dn=G_.exports.PERSONALBYTES=16;function k_(c,i,t,w,u){if(!(this instanceof k_))return new k_(c,i,t,w,u);if(!(Tt&&Tt.exports))throw new Error("WASM not loaded. Wait for Blake2b.ready(cb)");c||(c=32),u!==!0&&(L_(c>=Bn,"digestLength must be at least "+Bn+", was given "+c),L_(c<=Sn,"digestLength must be at most "+Sn+", was given "+c),i!=null&&L_(i.length>=En,"key must be at least "+En+", was given "+i.length),i!=null&&L_(i.length<=Qn,"key must be at least "+Qn+", was given "+i.length),t!=null&&L_(t.length===On,"salt must be exactly "+On+", was given "+t.length),w!=null&&L_(w.length===Dn,"personal must be exactly "+Dn+", was given "+w.length)),Kr.length||(Kr.push(Be),Be+=216),this.digestLength=c,this.finalized=!1,this.pointer=Kr.pop(),Tt.memory.fill(0,0,64),Tt.memory[0]=this.digestLength,Tt.memory[1]=i?i.length:0,Tt.memory[2]=1,Tt.memory[3]=1,t&&Tt.memory.set(t,32),w&&Tt.memory.set(w,48),this.pointer+216>Tt.memory.length&&Tt.realloc(this.pointer+216),Tt.exports.blake2b_init(this.pointer,this.digestLength),i&&(this.update(i),Tt.memory.fill(0,Be,Be+i.length),Tt.memory[this.pointer+200]=128)}k_.prototype.update=function(c){return L_(this.finalized===!1,"Hash instance finalized"),L_(c,"input must be TypedArray or Buffer"),Be+c.length>Tt.memory.length&&Tt.realloc(Be+c.length),Tt.memory.set(c,Be),Tt.exports.blake2b_update(this.pointer,Be,Be+c.length),this};k_.prototype.digest=function(c){if(L_(this.finalized===!1,"Hash instance finalized"),this.finalized=!0,Kr.push(this.pointer),Tt.exports.blake2b_final(this.pointer),!c||c==="binary")return Tt.memory.slice(this.pointer+128,this.pointer+128+this.digestLength);if(c==="hex")return Es(Tt.memory,this.pointer+128,this.digestLength);L_(c.length>=this.digestLength,"input must be TypedArray or Buffer");for(var i=0;i<this.digestLength;i++)c[i]=Tt.memory[this.pointer+128+i];return c};k_.prototype.final=k_.prototype.digest;k_.WASM=Tt&&Tt.buffer;k_.SUPPORTED=typeof WebAssembly<"u";k_.ready=function(c){if(c||(c=Ss),!Tt)return c(new Error("WebAssembly not supported"));var i=new Promise(function(t,w){Tt.onload(function(u){u?w():t(),c(u)})});return i};k_.prototype.ready=k_.ready;function Ss(){}function Es(c,i,t){for(var w="",u=0;u<t;u++)w+=Qs(c[i+u]);return w}function Qs(c){return c<16?"0"+c.toString(16):c.toString(16)}var Re=ea,Ir=G_.exports;function Nr(c,i,t){var w=c[i]+c[t],u=c[i+1]+c[t+1];w>=4294967296&&u++,c[i]=w,c[i+1]=u}function Tn(c,i,t,w){var u=c[i]+t;t<0&&(u+=4294967296);var h=c[i+1]+w;u>=4294967296&&h++,c[i]=u,c[i+1]=h}function ra(c,i){return c[i]^c[i+1]<<8^c[i+2]<<16^c[i+3]<<24}function He(c,i,t,w,u,h){var k=kr[u],j=kr[u+1],P=kr[h],p=kr[h+1];Nr(lt,c,i),Tn(lt,c,k,j);var V=lt[w]^lt[c],Y=lt[w+1]^lt[c+1];lt[w]=Y,lt[w+1]=V,Nr(lt,t,w),V=lt[i]^lt[t],Y=lt[i+1]^lt[t+1],lt[i]=V>>>24^Y<<8,lt[i+1]=Y>>>24^V<<8,Nr(lt,c,i),Tn(lt,c,P,p),V=lt[w]^lt[c],Y=lt[w+1]^lt[c+1],lt[w]=V>>>16^Y<<16,lt[w+1]=Y>>>16^V<<16,Nr(lt,t,w),V=lt[i]^lt[t],Y=lt[i+1]^lt[t+1],lt[i]=Y>>>31^V<<1,lt[i+1]=V>>>31^Y<<1}var na=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Os=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3],t_=new Uint8Array(Os.map(function(c){return c*2})),lt=new Uint32Array(32),kr=new Uint32Array(32);function aa(c,i){var t=0;for(t=0;t<16;t++)lt[t]=c.h[t],lt[t+16]=na[t];for(lt[24]=lt[24]^c.t,lt[25]=lt[25]^c.t/4294967296,i&&(lt[28]=~lt[28],lt[29]=~lt[29]),t=0;t<32;t++)kr[t]=ra(c.b,4*t);for(t=0;t<12;t++)He(0,8,16,24,t_[t*16+0],t_[t*16+1]),He(2,10,18,26,t_[t*16+2],t_[t*16+3]),He(4,12,20,28,t_[t*16+4],t_[t*16+5]),He(6,14,22,30,t_[t*16+6],t_[t*16+7]),He(0,10,20,30,t_[t*16+8],t_[t*16+9]),He(2,12,22,24,t_[t*16+10],t_[t*16+11]),He(4,14,16,26,t_[t*16+12],t_[t*16+13]),He(6,8,18,28,t_[t*16+14],t_[t*16+15]);for(t=0;t<16;t++)c.h[t]=c.h[t]^lt[t]^lt[t+16]}var qe=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function gr(c,i,t,w){qe.fill(0),this.b=new Uint8Array(128),this.h=new Uint32Array(16),this.t=0,this.c=0,this.outlen=c,qe[0]=c,i&&(qe[1]=i.length),qe[2]=1,qe[3]=1,t&&qe.set(t,32),w&&qe.set(w,48);for(var u=0;u<16;u++)this.h[u]=na[u]^ra(qe,u*4);i&&(sa(this,i),this.c=128)}gr.prototype.update=function(c){return Re(c!=null,"input must be Uint8Array or Buffer"),sa(this,c),this};gr.prototype.digest=function(c){var i=!c||c==="binary"||c==="hex"?new Uint8Array(this.outlen):c;return Re(i.length>=this.outlen,"out must have at least outlen bytes of space"),Ds(this,i),c==="hex"?Ts(i):i};gr.prototype.final=gr.prototype.digest;gr.ready=function(c){Ir.ready(function(){c()})};function sa(c,i){for(var t=0;t<i.length;t++)c.c===128&&(c.t+=c.c,aa(c,!1),c.c=0),c.b[c.c++]=i[t]}function Ds(c,i){for(c.t+=c.c;c.c<128;)c.b[c.c++]=0;aa(c,!0);for(var t=0;t<c.outlen;t++)i[t]=c.h[t>>2]>>8*(t&3);return i}function Ts(c){for(var i="",t=0;t<c.length;t++)i+=Ns(c[t]);return i}function Ns(c){return c<16?"0"+c.toString(16):c.toString(16)}var oa=gr;s_.exports=function(i,t,w,u,h){return h!==!0&&(Re(i>=Nn,"outlen must be at least "+Nn+", was given "+i),Re(i<=Un,"outlen must be at most "+Un+", was given "+i),t!=null&&Re(t.length>=Pn,"key must be at least "+Pn+", was given "+t.length),t!=null&&Re(t.length<=Mn,"key must be at most "+Mn+", was given "+t.length),w!=null&&Re(w.length===Fn,"salt must be exactly "+Fn+", was given "+w.length),u!=null&&Re(u.length===Kn,"personal must be exactly "+Kn+", was given "+u.length)),new oa(i,t,w,u)};s_.exports.ready=function(c){Ir.ready(function(){c()})};s_.exports.WASM_SUPPORTED=Ir.SUPPORTED;s_.exports.WASM_LOADED=!1;var Nn=s_.exports.BYTES_MIN=16,Un=s_.exports.BYTES_MAX=64;s_.exports.BYTES=32;var Pn=s_.exports.KEYBYTES_MIN=16,Mn=s_.exports.KEYBYTES_MAX=64;s_.exports.KEYBYTES=32;var Fn=s_.exports.SALTBYTES=16,Kn=s_.exports.PERSONALBYTES=16;Ir.ready(function(c){c||(s_.exports.WASM_LOADED=!0,oa=Ir)});var ur={};Object.defineProperty(ur,"__esModule",{value:!0});ur.bech32m=ur.bech32=void 0;const Lr="qpzry9x8gf2tvdw0s3jn54khce6mua7l",ia={};for(let c=0;c<Lr.length;c++){const i=Lr.charAt(c);ia[i]=c}function lr(c){const i=c>>25;return(c&33554431)<<5^-(i>>0&1)&996825010^-(i>>1&1)&642813549^-(i>>2&1)&513874426^-(i>>3&1)&1027748829^-(i>>4&1)&705979059}function Hn(c){let i=1;for(let t=0;t<c.length;++t){const w=c.charCodeAt(t);if(w<33||w>126)return"Invalid prefix ("+c+")";i=lr(i)^w>>5}i=lr(i);for(let t=0;t<c.length;++t){const w=c.charCodeAt(t);i=lr(i)^w&31}return i}function fn(c,i,t,w){let u=0,h=0;const k=(1<<t)-1,j=[];for(let P=0;P<c.length;++P)for(u=u<<i|c[P],h+=i;h>=t;)h-=t,j.push(u>>h&k);if(w)h>0&&j.push(u<<t-h&k);else{if(h>=i)return"Excess padding";if(u<<t-h&k)return"Non-zero padding"}return j}function Us(c){return fn(c,8,5,!0)}function Ps(c){const i=fn(c,5,8,!1);if(Array.isArray(i))return i}function Ms(c){const i=fn(c,5,8,!1);if(Array.isArray(i))return i;throw new Error(i)}function da(c){let i;c==="bech32"?i=1:i=734539939;function t(k,j,P){if(P=P||90,k.length+7+j.length>P)throw new TypeError("Exceeds length limit");k=k.toLowerCase();let p=Hn(k);if(typeof p=="string")throw new Error(p);let V=k+"1";for(let Y=0;Y<j.length;++Y){const R=j[Y];if(R>>5!==0)throw new Error("Non 5-bit word");p=lr(p)^R,V+=Lr.charAt(R)}for(let Y=0;Y<6;++Y)p=lr(p);p^=i;for(let Y=0;Y<6;++Y){const R=p>>(5-Y)*5&31;V+=Lr.charAt(R)}return V}function w(k,j){if(j=j||90,k.length<8)return k+" too short";if(k.length>j)return"Exceeds length limit";const P=k.toLowerCase(),p=k.toUpperCase();if(k!==P&&k!==p)return"Mixed-case string "+k;k=P;const V=k.lastIndexOf("1");if(V===-1)return"No separator character for "+k;if(V===0)return"Missing prefix for "+k;const Y=k.slice(0,V),R=k.slice(V+1);if(R.length<6)return"Data too short";let m=Hn(Y);if(typeof m=="string")return m;const $=[];for(let b=0;b<R.length;++b){const _t=R.charAt(b),W=ia[_t];if(W===void 0)return"Unknown character "+_t;m=lr(m)^W,!(b+6>=R.length)&&$.push(W)}return m!==i?"Invalid checksum for "+k:{prefix:Y,words:$}}function u(k,j){const P=w(k,j);if(typeof P=="object")return P}function h(k,j){const P=w(k,j);if(typeof P=="object")return P;throw new Error(P)}return{decodeUnsafe:u,decode:h,encode:t,toWords:Us,fromWordsUnsafe:Ps,fromWords:Ms}}ur.bech32=da("bech32");ur.bech32m=da("bech32m");var Fs=Rr&&Rr.__importDefault||function(c){return c&&c.__esModule?c:{default:c}};Object.defineProperty(_a,"__esModule",{value:!0});const Ks=Fs(s_.exports),Ur=ur,Xr="asset";class xr{constructor(i){this.hashBuf=i}static fromHash(i){return new xr(i)}static fromParts(i,t){const w=(0,Ks.default)(20).update(new Uint8Array([...i,...t])).digest("binary");return xr.fromHash(w)}static fromBech32(i){const{prefix:t,words:w}=Ur.bech32.decode(i);if(t!==Xr)throw new Error("Invalid asset fingerprint");const u=Buffer.from(Ur.bech32.fromWords(w));return xr.fromHash(u)}fingerprint(){const i=Ur.bech32.toWords(this.hashBuf);return Ur.bech32.encode(Xr,i)}hash(){return Buffer.from(this.hashBuf).toString("hex")}prefix(){return Xr}checksum(){return this.fingerprint().slice(-6)}}var Hs=_a.default=xr;const qs=Hs,Rs=(c,i)=>{const t=Ls(c),w=t.derive(Wr+1852).derive(Wr+1815).derive(Wr+i),u=w.derive(0).derive(0).to_raw_key(),h=w.derive(2).derive(0).to_raw_key();return w.free(),t.free(),{paymentKey:u,stakeKey:h}},ca=(c,i,t)=>{const w=new Map(i);w.set("lovelace",String(Number(w.get("lovelace"))+Number(t)));const u=new Map;for(let R=0;R<c.length;R++)u.set(R,c[R]);const h=new Set,k=new Set,j=new Set,P=new Set,p=new Set;for(let R=0;R<c.length;R++)switch(c[R].output.amount.length){case 1:{k.add(R);break}case 2:{j.add(R);break}case 3:{P.add(R);break}default:{p.add(R);break}}const V=(R,m,$)=>{const b=u.get(R);if(!b)return;const _t=zs(b,m);if(Number(_t)>0){h.add(R),$.delete(R);for(const W of b.output.amount)w.set(W.unit,String(Number(w.get(W.unit))-Number(W.quantity)))}};for(const R of w.keys())if(R!="lovelace"){for(const m of j){const $=w.get(R);if(!$||Number($)<=0)break;V(m,R,j)}for(const m of P){const $=w.get(R);if(!$||Number($)<=0)break;V(m,R,P)}for(const m of p){const $=w.get(R);if(!$||Number($)<=0)break;V(m,R,p)}}for(const R of k){const m=w.get("lovelace");if(!m||Number(m)<=0)break;V(R,"lovelace",k)}for(const R of j){const m=w.get("lovelace");if(!m||Number(m)<=0)break;V(R,"lovelace",j)}for(const R of P){const m=w.get("lovelace");if(!m||Number(m)<=0)break;V(R,"lovelace",P)}for(const R of p){const m=w.get("lovelace");if(!m||Number(m)<=0)break;V(R,"lovelace",p)}for(const R of w.keys())if(Number(w.get(R))>0)return[];const Y=[];for(const R of h){const m=u.get(R);m&&Y.push(m)}return Y},zs=(c,i)=>{for(const t of c.output.amount)if(t.unit==i)return t.quantity;return"0"},dr=c=>y.exports.Address.from_bytes(kt(c)),Ls=c=>y.exports.Bip32PrivateKey.from_bytes(kt(c)),Vs=c=>y.exports.DataHash.from_bytes(kt(c)),V_=c=>y.exports.Ed25519KeyHash.from_bytes(kt(c)),Ys=c=>y.exports.Ed25519Signature.from_bytes(kt(c)),hn=c=>y.exports.NativeScript.from_bytes(kt(c)),Gs=c=>y.exports.PublicKey.from_bytes(kt(c)),pa=c=>y.exports.PlutusData.from_bytes(kt(c)),br=(c,i)=>y.exports.PlutusScript.from_bytes_with_version(kt(c),je[i]),$s=c=>y.exports.ScriptRef.from_bytes(kt(c)),Js=c=>y.exports.ScriptHash.from_bytes(kt(c)),Y_=c=>y.exports.Transaction.from_bytes(kt(c)),wa=c=>y.exports.TransactionHash.from_bytes(kt(c)),qn=c=>y.exports.TransactionUnspentOutput.from_bytes(kt(c)),Rn=c=>y.exports.TransactionWitnessSet.from_bytes(kt(c)),Ws=c=>y.exports.Value.from_bytes(kt(c)),O_=c=>y.exports.Address.from_bech32(c),yn=c=>y.exports.BaseAddress.from_address(O_(c)),la=c=>y.exports.EnterpriseAddress.from_address(O_(c)),ga=c=>y.exports.RewardAddress.from_address(O_(c)),d_=c=>Buffer.from(c).toString("hex"),kt=c=>c.length%2===0&&/^[0-9A-F]*$/i.test(c)?Buffer.from(c,"hex"):Buffer.from(c,"utf-8"),vn=c=>{const i=t=>{const w=new Array;for(let u=0;u<t.len();u+=1)w.push(vn(t.get(u)));return w};switch(c.kind()){case y.exports.NativeScriptKind.ScriptAll:{const t=c.as_script_all();return{type:"all",scripts:i(t.native_scripts())}}case y.exports.NativeScriptKind.ScriptAny:{const t=c.as_script_any();return{type:"any",scripts:i(t.native_scripts())}}case y.exports.NativeScriptKind.ScriptNOfK:{const t=c.as_script_n_of_k();return{type:"atLeast",required:t.n(),scripts:i(t.native_scripts())}}case y.exports.NativeScriptKind.TimelockStart:return{type:"after",slot:c.as_timelock_start().slot_bignum().to_str()};case y.exports.NativeScriptKind.TimelockExpiry:return{type:"before",slot:c.as_timelock_expiry().slot_bignum().to_str()};case y.exports.NativeScriptKind.ScriptPubkey:return{type:"sig",keyHash:c.as_script_pubkey().addr_keyhash().to_hex()};default:throw new Error(`Script Kind: ${c.kind()}, is not supported`)}},Jr=c=>{const i=t=>{const w=y.exports.NativeScripts.new();return t.forEach(u=>{w.add(Jr(u))}),w};switch(c.type){case"all":return y.exports.NativeScript.new_script_all(y.exports.ScriptAll.new(i(c.scripts)));case"any":return y.exports.NativeScript.new_script_any(y.exports.ScriptAny.new(i(c.scripts)));case"atLeast":return y.exports.NativeScript.new_script_n_of_k(y.exports.ScriptNOfK.new(c.required,i(c.scripts)));case"after":return y.exports.NativeScript.new_timelock_start(y.exports.TimelockStart.new_timelockstart(y.exports.BigNum.from_str(c.slot)));case"before":return y.exports.NativeScript.new_timelock_expiry(y.exports.TimelockExpiry.new_timelockexpiry(y.exports.BigNum.from_str(c.slot)));case"sig":return y.exports.NativeScript.new_script_pubkey(y.exports.ScriptPubkey.new(V_(c.keyHash)))}},Hr=c=>{var w,u,h;const i=k=>{const j=[];for(let P=0;P<k.len();P+=1)j.push(Hr(k.get(P)));return j},t=k=>{const j=new Map;for(let P=0;P<k.len();P+=1){const p=k.keys().get(P),V=k.get(p)??y.exports.PlutusData.from_hex(p_("NO_ITEM_FOUND_INSIDE_GOLD_ROOM"));j.set(Hr(p),Hr(V))}return j};switch(c.kind()){case y.exports.PlutusDataKind.Bytes:return d_(c.as_bytes()??new Uint8Array);case y.exports.PlutusDataKind.Integer:return parseInt(((w=c.as_integer())==null?void 0:w.to_str())??"0",10);case y.exports.PlutusDataKind.List:return i(c.as_list()??y.exports.PlutusList.new());case y.exports.PlutusDataKind.Map:return t(c.as_map()??y.exports.PlutusMap.new());case y.exports.PlutusDataKind.ConstrPlutusData:return{alternative:parseInt(((u=c.as_constr_plutus_data())==null?void 0:u.alternative().to_str())??"0",10),fields:i(((h=c.as_constr_plutus_data())==null?void 0:h.data())??y.exports.PlutusList.new())};default:throw new Error(`PlutusData Kind: ${c.kind()}, is not supported`)}},ze=c=>{const i=t=>{const w=y.exports.PlutusList.new();return t.forEach(u=>{w.add(ze(u))}),w};switch(typeof c){case"string":return y.exports.PlutusData.new_bytes(kt(c));case"number":return y.exports.PlutusData.new_integer(y.exports.BigInt.from_str(c.toString()));case"bigint":return y.exports.PlutusData.new_integer(y.exports.BigInt.from_str(c.toString()));case"object":if(c instanceof Array){const t=i(c);return y.exports.PlutusData.new_list(t)}else if(c instanceof Map){const t=y.exports.PlutusMap.new();return c.forEach((w,u)=>{t.insert(ze(u),ze(w))}),y.exports.PlutusData.new_map(t)}else return y.exports.PlutusData.new_constr_plutus_data(y.exports.ConstrPlutusData.new(y.exports.BigNum.from_str(c.alternative.toString()),i(c.fields)))}},Xs=c=>{const i=y.exports.Relays.new();throw c.relays.forEach(t=>{i.add(ua(t))}),new Error("toPoolParams not implemented.")},rn=c=>{const i=t=>is[t];return y.exports.Redeemer.new(i(c.tag),y.exports.BigNum.from_str(c.index.toString()),ze(c.data),y.exports.ExUnits.new(y.exports.BigNum.from_str(c.budget.mem.toString()),y.exports.BigNum.from_str(c.budget.steps.toString())))},ua=c=>{switch(c.type){case"SingleHostAddr":{const i=c.IPV4?y.exports.Ipv4.new(new Uint8Array(c.IPV4.split(".").map(w=>parseInt(w)))):void 0,t=c.IPV6?y.exports.Ipv6.new(kt(c.IPV6.replaceAll(":",""))):void 0;return y.exports.Relay.new_single_host_addr(y.exports.SingleHostAddr.new(c.port,i,t))}case"SingleHostName":return y.exports.Relay.new_single_host_name(y.exports.SingleHostName.new(c.port,y.exports.DNSRecordAorAAAA.new(c.domainName)));case"MultiHostName":return y.exports.Relay.new_multi_host_name(y.exports.MultiHostName.new(y.exports.DNSRecordSRV.new(c.domainName)))}},ba=c=>{if(c.is_plutus_script()){const t=c.plutus_script();return{code:t.to_hex(),version:Object.keys(je).find(w=>je[w].to_hex()===t.language_version().to_hex())}}const i=c.native_script();return vn(i)},fr=c=>{if("code"in c){const i=br(c.code,c.version);return y.exports.ScriptRef.new_plutus_script(i)}return y.exports.ScriptRef.new_native_script(Jr(c))},Cr=c=>{var u,h,k;const i=c.output().has_data_hash()?(u=c.output().data_hash())==null?void 0:u.to_hex():void 0,t=c.output().has_plutus_data()?(h=c.output().plutus_data())==null?void 0:h.to_hex():void 0,w=c.output().has_script_ref()?(k=c.output().script_ref())==null?void 0:k.to_hex():void 0;return{input:{outputIndex:c.input().index(),txHash:c.input().transaction_id().to_hex()},output:{address:c.output().address().to_bech32(),amount:fa(c.output().amount()),dataHash:i,plutusData:t,scriptRef:w}}},Q_=c=>{const i=y.exports.TransactionInput.new(wa(c.input.txHash),c.input.outputIndex),t=y.exports.TransactionOutput.new(O_(c.output.address),Se(c.output.amount));return c.output.dataHash!==void 0&&t.set_data_hash(Vs(c.output.dataHash)),c.output.plutusData!==void 0&&t.set_plutus_data(pa(c.output.plutusData)),c.output.scriptRef!==void 0&&t.set_script_ref($s(c.output.scriptRef)),y.exports.TransactionUnspentOutput.new(i,t)},zn=c=>{const i=c.split(".")[1]??"0",t=`${parseInt(i,10)}`,w="1"+"0".repeat(i.length);return y.exports.UnitInterval.new(y.exports.BigNum.from_str(t),y.exports.BigNum.from_str(w))},p_=c=>c.length%2===0&&/^[0-9A-F]*$/i.test(c)?c:d_(Buffer.from(c,"utf-8")),mn=c=>Buffer.from(c,"hex").toString("utf-8"),fa=c=>{const i=[{unit:"lovelace",quantity:c.coin().to_str()}],t=c.multiasset();if(t!==void 0){const w=t.keys();for(let u=0;u<w.len();u+=1){const h=w.get(u),k=t.get(h);if(k!==void 0){const j=k.keys();for(let P=0;P<j.len();P+=1){const p=j.get(P),V=k.get(p)??y.exports.BigNum.from_str("0"),Y=h.to_hex()+d_(p.name());i.push({unit:Y,quantity:V.to_str()})}}}}return i},Se=c=>{const i=c.find(h=>h.unit==="lovelace"),t=Array.from(new Set(c.filter(h=>h.unit!=="lovelace").map(h=>h.unit.slice(0,c_)))),w=y.exports.MultiAsset.new();t.forEach(h=>{const k=y.exports.Assets.new();c.filter(j=>j.unit.slice(0,c_)===h).forEach(j=>{k.insert(y.exports.AssetName.new(kt(j.unit.slice(c_))),y.exports.BigNum.from_str(j.quantity))}),w.insert(Js(h),k)});const u=y.exports.Value.new(y.exports.BigNum.from_str(i?i.quantity:"0"));return(c.length>1||!i)&&u.set_multiasset(w),u},Ln=(c,i,t)=>y.exports.BaseAddress.new(c,y.exports.StakeCredential.from_keyhash(i),y.exports.StakeCredential.from_keyhash(t)),ha=(c,i="")=>y.exports.Bip32PrivateKey.from_bip39_entropy(kt(c),kt(p_(i))),nn=c=>y.exports.DataCost.new_coins_per_byte(y.exports.BigNum.from_str(c)),Zs=c=>{if(typeof c!="object"||!("input"in c))return y.exports.DatumSource.new(ze(c));const i=Q_(c);if(i.output().has_plutus_data())return y.exports.DatumSource.new_ref_input(i.input());throw new Error(`No inline datum found in UTxO: ${i.input().transaction_id().to_hex()}`)},Vn=(c,i)=>y.exports.EnterpriseAddress.new(c,y.exports.StakeCredential.from_keyhash(i)),Yn=(c,i)=>{if(typeof c=="string")return y.exports.MintWitness.new_native_script(hn(c));if(i===void 0)throw new Error("Minting with plutus requires a redeemer to be defined");if(i.tag!=="MINT")throw new Error("Minting redeemer's tag must be defined as 'MINT'");return y.exports.MintWitness.new_plutus_script(sn(c),rn({tag:"MINT",index:0,budget:cr,data:{alternative:0,fields:[]},...i}))},an=(c,i)=>y.exports.RewardAddress.new(c,y.exports.StakeCredential.from_keyhash(i)),sn=c=>{if("code"in c)return y.exports.PlutusScriptSource.new(br(c.code,c.version));const i=Q_(c);if(i.output().has_script_ref()){const t=i.output().script_ref();if(t.is_plutus_script()){const w=ba(t),u=br(w.code,w.version).hash();return y.exports.PlutusScriptSource.new_ref_input_with_lang_ver(u,i.input(),je[w.version])}}throw new Error(`No plutus script reference found in UTxO: ${i.input().transaction_id().to_hex()}`)},Pr=c=>{const i=y.exports.ScriptPubkey.new(c);return y.exports.NativeScript.new_script_pubkey(i)},on=(c=a_)=>{const i=y.exports.TransactionBuilderConfigBuilder.new().coins_per_utxo_byte(y.exports.BigNum.from_str(c.coinsPerUTxOSize)).ex_unit_prices(y.exports.ExUnitPrices.new(zn(c.priceMem.toString()),zn(c.priceStep.toString()))).fee_algo(y.exports.LinearFee.new(y.exports.BigNum.from_str(c.minFeeA.toString()),y.exports.BigNum.from_str(c.minFeeB.toString()))).key_deposit(y.exports.BigNum.from_str(c.keyDeposit)).max_tx_size(c.maxTxSize).max_value_size(parseInt(c.maxValSize,10)).pool_deposit(y.exports.BigNum.from_str(c.poolDeposit)).build();return y.exports.TransactionBuilder.new(i)},Gn=c=>{const i=y.exports.TxInputsBuilder.new();return c.map(t=>t instanceof y.exports.TransactionUnspentOutput?t:Q_(t)).forEach(t=>{i.add_input(t.output().address(),t.input(),t.output().amount())}),i},Mr=c=>{if(typeof c=="string")return y.exports.TransactionOutputBuilder.new().with_address(O_(c));let i=y.exports.TransactionOutputBuilder.new().with_address(O_(c.address));if(c.datum){const{value:t,inline:w}=c.datum,u=ze(t);i=i.with_data_hash(y.exports.hash_plutus_data(u)),w&&(i=i.with_plutus_data(u))}if(c.script){const t=fr(c.script);i=i.with_script_ref(t)}return i},Qe=c=>{const i=c.slice(0,c_),t=c.includes(".")?p_(c.split(".")[1]):c.slice(c_);return{policyId:i,assetName:t}},G=c=>Le.default.isAxiosError(c)?c.response?JSON.stringify({data:c.response.data,headers:c.response.headers,status:c.response.status}):c.request?JSON.stringify(c.request):c.message:JSON.stringify(c),to=c=>{const i=ze(c);return y.exports.hash_plutus_data(i).to_hex()},_o=(c,i=Date.now())=>{if(zr[c]){const[t,w,u,h]=zr[c];return parseInt(y.exports.BigNum.from_str(i.toString()).div_floor(y.exports.BigNum.from_str("1000")).checked_sub(y.exports.BigNum.from_str(u)).div_floor(y.exports.BigNum.from_str(h)).checked_add(y.exports.BigNum.from_str(t)).to_str(),10)}throw new Error(`Couldn't resolve EpochNo for network: ${c}`)},kn=(c,i)=>qs.fromParts(kt(c),kt(i)).fingerprint(),eo=(c,i)=>ds[c][i],ro=c=>Jr(c).hash().to_hex(),Ze=c=>{var i,t;try{const w=[(i=yn(c))==null?void 0:i.payment_cred().to_keyhash(),(t=la(c))==null?void 0:t.payment_cred().to_keyhash()].find(u=>u!==void 0);if(w!==void 0)return w.to_hex();throw new Error(`Couldn't resolve payment key hash from address: ${c}`)}catch(w){throw new Error(`An error occurred during resolvePaymentKeyHash: ${w}.`)}},no=(c,i=0)=>{const t=br(c.code,c.version);return y.exports.EnterpriseAddress.new(i,y.exports.StakeCredential.from_scripthash(t.hash())).to_address().to_bech32()},ao=c=>{try{const i=la(c),t=i==null?void 0:i.payment_cred().to_scripthash();if(t!==void 0)return t.to_hex();throw new Error(`Couldn't resolve script hash from address: ${c}`)}catch(i){throw new Error(`An error occurred during resolveScriptHash: ${i}.`)}},so=c=>y.exports.Ed25519KeyHash.from_hex(c).to_bech32("pool1"),ya=c=>{const i=Zr.mnemonicToEntropy(c.join(" ")),t=ha(i),w=t.to_bech32();return t.free(),w},oo=c=>fr(c).to_hex(),io=(c,i=Date.now())=>{if(zr[c]){const[t,w,u]=zr[c];return y.exports.BigNum.from_str(i.toString()).div_floor(y.exports.BigNum.from_str("1000")).checked_sub(y.exports.BigNum.from_str(u)).checked_add(y.exports.BigNum.from_str(w)).to_str()}throw new Error(`Couldn't resolve SlotNo for network: ${c}`)},jr=c=>{try{const i=O_(c),t=yn(c),w=t==null?void 0:t.stake_cred().to_keyhash();if(w!==void 0)return an(i.network_id(),w).to_address().to_bech32();throw new Error(`Couldn't resolve reward address from address: ${c}`)}catch(i){throw new Error(`An error occurred during resolveRewardAddress: ${i}.`)}},pr=c=>{var i,t;try{const w=[(i=yn(c))==null?void 0:i.stake_cred().to_keyhash(),(t=ga(c))==null?void 0:t.payment_cred().to_keyhash()].find(u=>u!==void 0);if(w!==void 0)return w.to_hex();throw new Error(`Couldn't resolve stake key hash from address: ${c}`)}catch(w){throw new Error(`An error occurred during resolveStakeKeyHash: ${w}.`)}},xn=(c,i=a_.minFeeA,t=a_.minFeeB)=>(BigInt(i)*BigInt(c)+BigInt(t)).toString(),va=c=>{const i=Y_(c).body();return y.exports.hash_transaction(i).to_hex()},co=(c="",i=32)=>{if(i<=0||i>2048)throw new Error("Length must be bewteen 1 and 2048");const w=$n.customAlphabet("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789")(i);return p_(`${c}${w}`)},po=c=>Hr(pa(c));class wo{_axiosInstance;constructor(...i){if(typeof i[0]=="string"&&i[0].startsWith("http"))this._axiosInstance=Le.default.create({baseURL:i[0]});else{const t=i[0],w=t.slice(0,7);this._axiosInstance=Le.default.create({baseURL:`https://cardano-${w}.blockfrost.io/api/v${i[1]??0}`,headers:{project_id:t}})}}async fetchAccountInfo(i){const t=i.startsWith("addr")?jr(i):i;try{const{data:w,status:u}=await this._axiosInstance.get(`accounts/${t}`);if(u===200)return{poolId:w.pool_id,active:w.active||w.active_epoch!==null,balance:w.controlled_amount,rewards:w.withdrawable_amount,withdrawals:w.withdrawals_sum};throw G(w)}catch(w){throw G(w)}}resolveScriptRef=async i=>{if(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}`);if(w===200){const u=t.type.startsWith("plutus")?{code:await this.fetchPlutusScriptCBOR(i),version:t.type.replace("plutus","")}:await this.fetchNativeScriptJSON(i);return fr(u).to_hex()}throw G(t)}};toUTxO=async(i,t)=>({input:{outputIndex:i.output_index,txHash:t},output:{address:i.address,amount:i.amount,dataHash:i.data_hash??void 0,plutusData:i.inline_datum??void 0,scriptRef:await this.resolveScriptRef(i.reference_script_hash),scriptHash:i.reference_script_hash}});async fetchAddressUTxOs(i,t){const w=t!==void 0?`/${t}`:"",u=`addresses/${i}/utxos`+w,h=async(k=1,j=[])=>{const{data:P,status:p}=await this._axiosInstance.get(`${u}?page=${k}`);if(p===200)return P.length>0?h(k+1,[...j,...await Promise.all(P.map(V=>this.toUTxO(V,V.tx_hash)))]):j;throw G(P)};try{return await h()}catch{return[]}}async fetchAssetAddresses(i){const t=async(w=1,u=[])=>{const{policyId:h,assetName:k}=Qe(i),{data:j,status:P}=await this._axiosInstance.get(`assets/${h}${k}/addresses?page=${w}`);if(P===200)return j.length>0?t(w+1,[...u,...j]):u;throw G(j)};try{return await t()}catch{return[]}}async fetchAssetMetadata(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`assets/${t}${w}`);if(h===200)return{...u.onchain_metadata};throw G(u)}catch(t){throw G(t)}}async fetchBlockInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`blocks/${i}`);if(w===200)return{confirmations:t.confirmations,epoch:t.epoch,epochSlot:t.epoch_slot.toString(),fees:t.fees,hash:t.hash,nextBlock:t.next_block??"",operationalCertificate:t.op_cert,output:t.output??"0",previousBlock:t.previous_block,size:t.size,slot:t.slot.toString(),slotLeader:t.slot_leader??"",time:t.time,txCount:t.tx_count,VRFKey:t.block_vrf};throw G(t)}catch(t){throw G(t)}}async fetchCollectionAssets(i,t=1){try{const{data:w,status:u}=await this._axiosInstance.get(`assets/policy/${i}?page=${t}`);if(u===200)return{assets:w.map(h=>({unit:h.asset,quantity:h.quantity})),next:w.length===100?t+1:null};throw G(w)}catch{return{assets:[],next:null}}}async fetchHandleAddress(i){try{const t=p_(i.replace("$","")),{data:w,status:u}=await this._axiosInstance.get(`assets/${gn[1]}${t}/addresses`);if(u===200)return w[0].address;throw G(w)}catch(t){throw G(t)}}async fetchProtocolParameters(i=Number.NaN){try{const{data:t,status:w}=await this._axiosInstance.get(`epochs/${isNaN(i)?"latest":i}/parameters`);if(w===200)return{coinsPerUTxOSize:t.coins_per_utxo_word,collateralPercent:t.collateral_percent,decentralisation:t.decentralisation_param,epoch:t.epoch,keyDeposit:t.key_deposit,maxBlockExMem:t.max_block_ex_mem,maxBlockExSteps:t.max_block_ex_steps,maxBlockHeaderSize:t.max_block_header_size,maxBlockSize:t.max_block_size,maxCollateralInputs:t.max_collateral_inputs,maxTxExMem:t.max_tx_ex_mem,maxTxExSteps:t.max_tx_ex_steps,maxTxSize:t.max_tx_size,maxValSize:t.max_val_size,minFeeA:t.min_fee_a,minFeeB:t.min_fee_b,minPoolCost:t.min_pool_cost,poolDeposit:t.pool_deposit,priceMem:t.price_mem,priceStep:t.price_step};throw G(t)}catch(t){throw G(t)}}async fetchTxInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`txs/${i}`);if(w===200)return{block:t.block,deposit:t.deposit,fees:t.fees,hash:t.hash,index:t.index,invalidAfter:t.invalid_hereafter??"",invalidBefore:t.invalid_before??"",slot:t.slot.toString(),size:t.size};throw G(t)}catch(t){throw G(t)}}async fetchUTxOs(i){try{const{data:t,status:w}=await this._axiosInstance.get(`txs/${i}/utxos`);if(w===200){const u=t.outputs,h=[];return u.forEach(j=>{h.push(this.toUTxO(j,i))}),await Promise.all(h)}throw G(t)}catch(t){throw G(t)}}onTxConfirmed(i,t,w=100){let u=0;const h=setInterval(()=>{u>=w&&clearInterval(h),this.fetchTxInfo(i).then(k=>{this.fetchBlockInfo(k.block).then(j=>{(j==null?void 0:j.confirmations)>0&&(clearInterval(h),t())}).catch(()=>{u+=1})}).catch(()=>{u+=1})},5e3)}async submitTx(i){try{const t={"Content-Type":"application/cbor"},{data:w,status:u}=await this._axiosInstance.post("tx/submit",kt(i),{headers:t});if(u===200)return w;throw G(w)}catch(t){throw G(t)}}async fetchPlutusScriptCBOR(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}/cbor`);if(w===200)return t.cbor;throw G(t)}async fetchNativeScriptJSON(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}/json`);if(w===200)return t.json;throw G(t)}}class lo{_axiosInstance;constructor(i,t,w){const u=w.host??"ipfs.infura.io",h=w.port??5001,k=w.version??0;this._axiosInstance=Le.default.create({baseURL:`https://${u}:${h}/api/v${k}`,auth:{username:i,password:t}})}async uploadContent(i,t=!1){try{const w={"Content-Type":"multipart/form-data"},{data:u,status:h}=await this._axiosInstance.post(`add?recursive=${t}`,i,{headers:w});if(h===200)return u;throw G(u)}catch(w){throw G(w)}}}class go{_axiosInstance;constructor(...i){if(typeof i[0]=="string"&&i[0].startsWith("http"))this._axiosInstance=Le.default.create({baseURL:i[0],headers:{Authorization:`Bearer ${i[1]}`}});else{let t=1;typeof i[2]=="number"&&(t=i[2]);const w={baseURL:`https://${i[0]}.koios.rest/api/v${t}`};typeof i[1]=="string"&&(w.headers={Authorization:`Bearer ${i[1]}`}),this._axiosInstance=Le.default.create(w)}}async fetchAccountInfo(i){try{const t=i.startsWith("addr")?jr(i):i,{data:w,status:u}=await this._axiosInstance.post("account_info",{_stake_addresses:[t]});if(u===200)return{poolId:w[0].delegated_pool,active:w[0].status==="registered",balance:w[0].total_balance.toString(),rewards:w[0].rewards_available,withdrawals:w[0].withdrawals};throw G(w)}catch(t){throw G(t)}}async fetchAddressUTxOs(i,t){try{const{data:w,status:u}=await this._axiosInstance.post("address_info",{_addresses:[i]});if(u===200){const h=w.flatMap(k=>k.utxo_set).map(k=>this.toUTxO(k,i));return t!==void 0?h.filter(k=>k.output.amount.find(j=>j.unit===t)!==void 0):h}throw G(w)}catch{return[]}}async fetchAssetAddresses(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`asset_address_list?_asset_policy=${t}&_asset_name=${w}`);if(h===200)return u.map(k=>({address:k.payment_address,quantity:k.quantity}));throw G(u)}catch(t){throw G(t)}}async fetchAssetMetadata(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`asset_info?_asset_policy=${t}&_asset_name=${w}`);if(h===200)return{...u[0].minting_tx_metadata[721][t][mn(w)]};throw G(u)}catch(t){throw G(t)}}async fetchBlockInfo(i){try{const{data:t,status:w}=await this._axiosInstance.post("block_info",{_block_hashes:[i]});if(w===200)return{confirmations:t[0].num_confirmations,epoch:t[0].epoch_no,epochSlot:t[0].epoch_slot.toString(),fees:t[0].total_fees??"",hash:t[0].hash,nextBlock:t[0].child_hash??"",operationalCertificate:t[0].op_cert,output:t[0].total_output??"0",previousBlock:t[0].parent_hash,size:t[0].block_size,slot:t[0].abs_slot.toString(),slotLeader:t[0].pool??"",time:t[0].block_time,txCount:t[0].tx_count,VRFKey:t[0].vrf_key};throw G(t)}catch(t){throw G(t)}}async fetchCollectionAssets(i,t=0){try{const{data:w,status:u}=await this._axiosInstance.get(`asset_policy_info?_asset_policy=${i}&limit=100&offset=${t}`);if(u===200)return{assets:w.map(h=>({unit:`${i}${h.asset_name}`,quantity:h.total_supply})),next:w.length===100?t+100:null};throw G(w)}catch(w){throw G(w)}}async fetchHandleAddress(i){try{const t=p_(i.replace("$","")),{data:w,status:u}=await this._axiosInstance.get(`asset_address_list?_asset_policy=${gn[1]}&_asset_name=${t}`);if(u===200)return w[0].payment_address;throw G(w)}catch(t){throw G(t)}}async fetchProtocolParameters(i){try{const{data:t,status:w}=await this._axiosInstance.get(`epoch_params?_epoch_no=${i}`);if(w===200)return{coinsPerUTxOSize:t[0].coins_per_utxo_size,collateralPercent:t[0].collateral_percent,decentralisation:t[0].decentralisation,epoch:t[0].epoch_no,keyDeposit:t[0].key_deposit,maxBlockExMem:t[0].max_block_ex_mem.toString(),maxBlockExSteps:t[0].max_block_ex_steps.toString(),maxBlockHeaderSize:t[0].max_bh_size,maxBlockSize:t[0].max_block_size,maxCollateralInputs:t[0].max_collateral_inputs,maxTxExMem:t[0].max_tx_ex_mem.toString(),maxTxExSteps:t[0].max_tx_ex_steps.toString(),maxTxSize:t[0].max_tx_size,maxValSize:t[0].max_val_size.toString(),minFeeA:t[0].min_fee_a,minFeeB:t[0].min_fee_b,minPoolCost:t[0].min_pool_cost,poolDeposit:t[0].pool_deposit,priceMem:t[0].price_mem,priceStep:t[0].price_step};throw G(t)}catch(t){throw G(t)}}async fetchTxInfo(i){var t,w;try{const{data:u,status:h}=await this._axiosInstance.post("tx_info",{_tx_hashes:[i]});if(h===200)return{block:u[0].block_hash,deposit:u[0].deposit,fees:u[0].fee,hash:u[0].tx_hash,index:u[0].tx_block_index,invalidAfter:((t=u[0].invalid_after)==null?void 0:t.toString())??"",invalidBefore:((w=u[0].invalid_before)==null?void 0:w.toString())??"",slot:u[0].absolute_slot.toString(),size:u[0].tx_size};throw G(u)}catch(u){throw G(u)}}async fetchUTxOs(i){try{const{data:t,status:w}=await this._axiosInstance.post("tx_info",{_tx_hashes:[i]});if(w===200)return t[0].outputs.map(h=>this.toUTxO(h,h.payment_addr.bech32));throw G(t)}catch(t){throw G(t)}}onTxConfirmed(i,t,w=100){let u=0;const h=setInterval(()=>{u>=w&&clearInterval(h),this.fetchTxInfo(i).then(k=>{this.fetchBlockInfo(k.block).then(j=>{(j==null?void 0:j.confirmations)>0&&(clearInterval(h),t())}).catch(()=>{u+=1})}).catch(()=>{u+=1})},5e3)}async submitTx(i){try{const t={"Content-Type":"application/cbor"},{data:w,status:u}=await this._axiosInstance.post("submittx",kt(i),{headers:t});if(u===202)return w;throw G(w)}catch(t){throw G(t)}}toUTxO(i,t){var w,u;return{input:{outputIndex:i.tx_index,txHash:i.tx_hash},output:{address:t,amount:[{unit:"lovelace",quantity:i.value},...i.asset_list.map(h=>({unit:`${h.policy_id}${h.asset_name}`,quantity:`${h.quantity}`}))],dataHash:i.datum_hash??void 0,plutusData:((w=i.inline_datum)==null?void 0:w.bytes)??void 0,scriptRef:this.resolveScriptRef(i.reference_script),scriptHash:((u=i.reference_script)==null?void 0:u.hash)??void 0}}}resolveScriptRef=i=>{if(i){const t=i.type.startsWith("plutus")?{code:i.bytes,version:i.type.replace("plutus","")}:vn(hn(i.bytes));return fr(t).to_hex()}}}const uo=c=>{const i=[];return c.forEach(t=>{const w=i.find(u=>u.unit===t.unit);w?w.quantity=(parseInt(w.quantity)+parseInt(t.quantity)).toString():i.push(t)}),i},bo=["testnet","preview","preprod","mainnet"],ma=c=>bo.includes(c);class fo{_baseUrl;constructor(...i){this._baseUrl=ma(i[0])?cs[i[0]]:i[0]}async evaluateTx(i){const t=await this.open();return this.send(t,"EvaluateTx",{evaluate:i}),new Promise((w,u)=>{t.addEventListener("message",h=>{try{const{result:k}=JSON.parse(h.data);k.EvaluationResult?w(Object.keys(k.EvaluationResult).map(j=>({index:parseInt(j.split(":")[1],10),tag:j.split(":")[0].toUpperCase(),budget:{mem:k.EvaluationResult[j].memory,steps:k.EvaluationResult[j].steps}}))):u(k.EvaluationFailure),t.close()}catch(k){u(k)}},{once:!0})})}async onNextTx(i){const t=await this.open();return this.send(t,"AwaitAcquire",{}),t.addEventListener("message",w=>{const{result:u}=JSON.parse(w.data);if(u===null)return this.send(t,"AwaitAcquire",{});u.AwaitAcquired===void 0&&i(u),this.send(t,"NextTx",{})}),()=>t.close()}async submitTx(i){const t=await this.open();return this.send(t,"SubmitTx",{submit:i}),new Promise((w,u)=>{t.addEventListener("message",h=>{try{const{result:k}=JSON.parse(h.data);k.SubmitSuccess?w(k.SubmitSuccess.txId):u(k.SubmitFail),t.close()}catch(k){u(k)}},{once:!0})})}async open(){const i=new WebSocket(this._baseUrl);return await new Promise(t=>{i.addEventListener("open",()=>t(!0),{once:!0})}),i}send(i,t,w){i.send(JSON.stringify({version:"1.0",type:"jsonwsp/request",servicename:"ogmios",methodname:t,args:w}))}}class ho{_axiosInstance;_amountsAsStrings={headers:{"amounts-as-strings":"true"}};submitUrl;constructor({network:i,apiKey:t,turboSubmit:w=!1}){this._axiosInstance=Le.default.create({baseURL:`https://${i}.gomaestro-api.org/v1`,headers:{"api-key":t}}),this.submitUrl=w?"txmanager/turbosubmit":"txmanager"}async evaluateTx(i){try{const{data:t,status:w}=await this._axiosInstance.post("transactions/evaluate",{cbor:i});if(w===200){const u={spend:"SPEND",mint:"MINT",cert:"CERT",wdrl:"REWARD"};return t.map(k=>{const j=k.ex_units,P=k.redeemer_index,p=u[k.redeemer_tag];return{budget:j,index:P,tag:p}})}throw G(t)}catch(t){throw G(t)}}async fetchAccountInfo(i){const t=i.startsWith("addr")?jr(i):i;try{const{data:w,status:u}=await this._axiosInstance.get(`accounts/${t}`,this._amountsAsStrings);if(u===200){const h=w.data;return{poolId:h.delegated_pool,active:h.registered,balance:h.total_balance,rewards:h.rewards_available,withdrawals:h.total_withdrawn}}throw G(w)}catch(w){throw G(w)}}async fetchAddressUTxOs(i,t){const w=(()=>i.startsWith("addr_vkh")||i.startsWith("addr_shared_vkh")?`addresses/cred/${i}`:`addresses/${i}`)(),u=t?`&asset=${t}`:"",h=async(k=null,j=[])=>{const P=k===null?"":`&cursor=${k}`,{data:p,status:V}=await this._axiosInstance.get(`${w}/utxos?count=100${u}${P}`,this._amountsAsStrings);if(V===200){const R=p.data.map(this.toUTxO),m=[...j,...R],$=p.next_cursor;return $==null?m:h($,m)}throw G(p)};try{return await h()}catch{return[]}}async fetchAssetAddresses(i){const{policyId:t,assetName:w}=Qe(i),u=async(h=null,k=[])=>{const j=h===null?"":`&cursor=${h}`,{data:P,status:p}=await this._axiosInstance.get(`assets/${t}${w}/addresses?count=100${j}`,this._amountsAsStrings);if(p===200){const Y=P.data.map($=>({address:$.address,quantity:$.amount})),R=P.next_cursor,m=[...k,...Y];return R==null?m:u(R,m)}throw G(P)};try{return await u()}catch{return[]}}async fetchAssetMetadata(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`assets/${t}${w}`);if(h===200){const k=u.data;return{...k.asset_standards.cip25_metadata,...k.asset_standards.cip68_metadata}}throw G(u)}catch(t){throw G(t)}}async fetchBlockInfo(i){var t;try{const{data:w,status:u}=await this._axiosInstance.get(`blocks/${i}`,this._amountsAsStrings);if(u===200){const h=w.data;return{confirmations:h.confirmations,epoch:h.epoch,epochSlot:h.epoch_slot.toString(),fees:h.total_fees,hash:h.hash,nextBlock:h.next_block??"",operationalCertificate:(t=h.operational_certificate)==null?void 0:t.hot_vkey,output:h.total_output_lovelace??"0",previousBlock:h.previous_block,size:h.size,slot:h.absolute_slot.toString(),slotLeader:h.block_producer??"",time:Date.parse(h.timestamp)/1e3,txCount:h.tx_hashes.length,VRFKey:y.exports.VRFVKey.from_hex(h.vrf_key).to_bech32("vrf_vk")}}throw G(w)}catch(w){throw G(w)}}async fetchCollectionAssets(i,t){try{const{data:w,status:u}=await this._axiosInstance.get(`policy/${i}/assets?count=100${t?`&cursor=${t}`:""}`);if(u===200)return{assets:w.data.map(k=>({unit:i+k.asset_name,quantity:k.total_supply})),next:w.next_cursor};throw G(w)}catch{return{assets:[],next:null}}}async fetchHandleAddress(i){try{const t=i.charAt(0)==="$"?i.substring(1):i,{data:w,status:u}=await this._axiosInstance.get(`ecosystem/adahandle/${t}`);if(u===200)return w.data;throw G(w)}catch(t){throw G(t)}}async fetchProtocolParameters(i=Number.NaN){if(!isNaN(i))throw new Error("Maestro only supports fetching Protocol parameters of the latest completed epoch.");const t=w=>{const u=w.indexOf("/");return parseInt(w.slice(0,u))/parseInt(w.slice(u+1))};try{const{data:w,status:u}=await this._axiosInstance.get("protocol-params");if(u===200){const h=w.data;try{const{data:k,status:j}=await this._axiosInstance.get("epochs/current");if(j===200){const P=k.data;return{coinsPerUTxOSize:h.coins_per_utxo_byte.toString(),collateralPercent:parseInt(h.collateral_percentage),decentralisation:0,epoch:parseInt(P.epoch_no),keyDeposit:h.stake_key_deposit.toString(),maxBlockExMem:h.max_execution_units_per_block.memory.toString(),maxBlockExSteps:h.max_execution_units_per_block.steps.toString(),maxBlockHeaderSize:parseInt(h.max_block_header_size),maxBlockSize:parseInt(h.max_block_body_size),maxCollateralInputs:parseInt(h.max_collateral_inputs),maxTxExMem:h.max_execution_units_per_transaction.memory.toString(),maxTxExSteps:h.max_execution_units_per_transaction.steps.toString(),maxTxSize:parseInt(h.max_tx_size),maxValSize:h.max_value_size.toString(),minFeeA:h.min_fee_coefficient,minFeeB:h.min_fee_constant,minPoolCost:h.min_pool_cost.toString(),poolDeposit:h.pool_deposit.toString(),priceMem:t(h.prices.memory),priceStep:t(h.prices.steps)}}throw G(k)}catch(k){throw G(k)}}throw G(w)}catch(w){throw G(w)}}async fetchTxInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`transactions/${i}`);if(w===200){const u=t.data;return{block:u.block_hash,deposit:u.deposit.toString(),fees:u.fee.toString(),hash:u.tx_hash,index:u.block_tx_index,invalidAfter:u.invalid_hereafter??"",invalidBefore:u.invalid_before??"",slot:u.block_absolute_slot.toString(),size:u.size-1}}throw G(t)}catch(t){throw G(t)}}async fetchUTxOs(i){try{const{data:t,status:w}=await this._axiosInstance.get(`transactions/${i}`,this._amountsAsStrings);if(w===200)return t.data.outputs.map(this.toUTxO);throw G(t)}catch(t){throw G(t)}}onTxConfirmed(i,t,w=100){let u=0;const h=setInterval(()=>{u>=w&&clearInterval(h),this.fetchTxInfo(i).then(k=>{this.fetchBlockInfo(k.block).then(j=>{(j==null?void 0:j.confirmations)>0&&(clearInterval(h),t())}).catch(()=>{u+=1})}).catch(()=>{u+=1})},5e3)}async submitTx(i){try{const t={"Content-Type":"application/cbor"},{data:w,status:u}=await this._axiosInstance.post(this.submitUrl,kt(i),{headers:t});if(u===202)return w;throw G(w)}catch(t){throw G(t)}}toUTxO=i=>{var t,w,u;return{input:{outputIndex:i.index,txHash:i.tx_hash},output:{address:i.address,amount:i.assets.map(h=>({unit:h.unit,quantity:h.amount})),dataHash:(t=i.datum)==null?void 0:t.hash,plutusData:(w=i.datum)==null?void 0:w.bytes,scriptRef:this.resolveScript(i),scriptHash:(u=i.reference_script)==null?void 0:u.hash}}};resolveScript=i=>{if(i.reference_script){const t=i.reference_script.type==="native"?i.reference_script.json:{code:i.reference_script.bytes,version:i.reference_script.type.replace("plutusv","V")};return fr(t).to_hex()}else return}}class yo{_axiosInstance;constructor(i="http://localhost:8080/api/v1"){this._axiosInstance=Le.default.create({baseURL:i})}async fetchAccountInfo(i){const t=i.startsWith("addr")?jr(i):i;try{const{data:w,status:u}=await this._axiosInstance.get(`accounts/${t}`);if(u===200)return{poolId:w.pool_id,active:w.active||w.active_epoch!==null,balance:w.controlled_amount,rewards:w.withdrawable_amount,withdrawals:w.withdrawals_sum};throw G(w)}catch(w){throw G(w)}}resolveScriptRef=async i=>{if(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}`);if(w===200){const u=t.type.startsWith("plutus")?{code:await this.fetchPlutusScriptCBOR(i),version:t.type.replace("plutus","")}:await this.fetchNativeScriptJSON(i);return fr(u).to_hex()}throw G(t)}};toUTxO=async(i,t)=>({input:{outputIndex:i.output_index,txHash:t},output:{address:i.address,amount:i.amount.map(w=>({...w,quantity:w.quantity.toString()})),dataHash:i.data_hash??void 0,plutusData:i.inline_datum??void 0,scriptRef:await this.resolveScriptRef(i.reference_script_hash),scriptHash:i.reference_script_hash}});async fetchAddressUTxOs(i,t){const w=t!==void 0?`/${t}`:"",u=`addresses/${i}/utxos`+w,h=async(k=1,j=[])=>{const{data:P,status:p}=await this._axiosInstance.get(`${u}?page=${k}`);if(p===200)return P.length>0?h(k+1,[...j,...await Promise.all(P.map(V=>this.toUTxO(V,V.tx_hash)))]):j;throw G(P)};try{return await h()}catch{return[]}}async fetchAssetAddresses(i){const t=async(w=1,u=[])=>{const{policyId:h,assetName:k}=Qe(i),{data:j,status:P}=await this._axiosInstance.get(`assets/${h}${k}/addresses?page=${w}`);if(P===200)return j.length>0?t(w+1,[...u,...j]):u;throw G(j)};try{return await t()}catch{return[]}}async fetchAssetMetadata(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`assets/${t}${w}`);if(h===200)return{...u.onchain_metadata};throw G(u)}catch(t){throw G(t)}}async fetchBlockInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`blocks/${i}`);if(w===200)return{confirmations:t.confirmations,epoch:t.epoch,epochSlot:t.epoch_slot.toString(),fees:t.fees,hash:t.hash,nextBlock:t.next_block??"",operationalCertificate:t.op_cert,output:t.output??"0",previousBlock:t.previous_block,size:t.size,slot:t.slot.toString(),slotLeader:t.slot_leader??"",time:t.time,txCount:t.tx_count,VRFKey:t.block_vrf};throw G(t)}catch(t){throw G(t)}}async fetchCollectionAssets(i,t=1){try{const{data:w,status:u}=await this._axiosInstance.get(`assets/policy/${i}?page=${t}`);if(u===200)return{assets:w.map(h=>({unit:h.asset,quantity:h.quantity})),next:w.length===100?t+1:null};throw G(w)}catch{return{assets:[],next:null}}}async fetchHandleAddress(i){try{const t=p_(i.replace("$","")),{data:w,status:u}=await this._axiosInstance.get(`assets/${gn[1]}${t}/addresses`);if(u===200)return w[0].address;throw G(w)}catch(t){throw G(t)}}async fetchProtocolParameters(i=Number.NaN){try{const{data:t,status:w}=await this._axiosInstance.get(`epochs/${isNaN(i)?"latest":i}/parameters`);if(w===200)return{coinsPerUTxOSize:t.coins_per_utxo_word,collateralPercent:t.collateral_percent,decentralisation:t.decentralisation_param,epoch:t.epoch,keyDeposit:t.key_deposit,maxBlockExMem:t.max_block_ex_mem,maxBlockExSteps:t.max_block_ex_steps,maxBlockHeaderSize:t.max_block_header_size,maxBlockSize:t.max_block_size,maxCollateralInputs:t.max_collateral_inputs,maxTxExMem:t.max_tx_ex_mem,maxTxExSteps:t.max_tx_ex_steps,maxTxSize:t.max_tx_size,maxValSize:t.max_val_size,minFeeA:t.min_fee_a,minFeeB:t.min_fee_b,minPoolCost:t.min_pool_cost,poolDeposit:t.pool_deposit,priceMem:t.price_mem,priceStep:t.price_step};throw G(t)}catch(t){throw G(t)}}async fetchTxInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`txs/${i}`);if(w===200)return{block:t.block,deposit:t.deposit,fees:t.fees,hash:t.hash,index:t.index,invalidAfter:t.invalid_hereafter??"",invalidBefore:t.invalid_before??"",slot:t.slot.toString(),size:t.size};throw G(t)}catch(t){throw G(t)}}async fetchUTxOs(i){try{const{data:t,status:w}=await this._axiosInstance.get(`txs/${i}/utxos`);if(w===200){const u=t.outputs,h=[];return u.forEach(j=>{h.push(this.toUTxO(j,i))}),await Promise.all(h)}throw G(t)}catch(t){throw G(t)}}onTxConfirmed(i,t,w=100){let u=0;const h=setInterval(()=>{u>=w&&clearInterval(h),this.fetchTxInfo(i).then(k=>{this.fetchBlockInfo(k.block).then(j=>{(j==null?void 0:j.confirmations)>0&&(clearInterval(h),t())}).catch(()=>{u+=1})}).catch(()=>{u+=1})},5e3)}async submitTx(i){try{const t={"Content-Type":"text/plain"},{status:w,data:u}=await this._axiosInstance.post("/tx/submit",i,{headers:t});if(w===202)return u;throw G(u)}catch(t){throw console.log("error",t),G(t)}}async fetchPlutusScriptCBOR(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}/cbor`);if(w===200)return t.cbor;throw G(t)}async fetchNativeScriptJSON(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}/json`);if(w===200)return t.json;throw G(t)}}class vo{static withOneSignature(i){const t=V_(Ze(i));return Pr(t).to_hex()}static withAtLeastNSignatures(i,t){const w=y.exports.NativeScripts.new();i.forEach(h=>{const k=V_(Ze(h));w.add(Pr(k))});const u=y.exports.ScriptNOfK.new(t,w);return y.exports.NativeScript.new_script_any(u).to_hex()}static withAnySignature(i){const t=y.exports.NativeScripts.new();i.forEach(u=>{const h=V_(Ze(u));t.add(Pr(h))});const w=y.exports.ScriptAny.new(t);return y.exports.NativeScript.new_script_any(w).to_hex()}static withAllSignatures(i){const t=y.exports.NativeScripts.new();i.forEach(u=>{const h=V_(Ze(u));t.add(Pr(h))});const w=y.exports.ScriptAll.new(t);return y.exports.NativeScript.new_script_any(w).to_hex()}static fromNativeScript(i){return Jr(i).to_hex()}}function Ve(c,i,t,w){var u=arguments.length,h=u<3?i:w===null?w=Object.getOwnPropertyDescriptor(i,t):w,k;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")h=Reflect.decorate(c,i,t,w);else for(var j=c.length-1;j>=0;j--)(k=c[j])&&(h=(u<3?k(h):u>3?k(i,t,h):k(i,t))||h);return u>3&&h&&Object.defineProperty(i,t,h),h}const mo=c=>class extends c{__visits=[]},_r=()=>function(c,i,t){const w=t.value;t.value=function(...u){const h=w.call(this,...u);return this.__visits&&this.__visits.push(i),h}};exports.Transaction=class{_changeAddress;_txOutputs=new Map;_recipients=new Map;_totalBurns=new Map;_totalMints=new Map;_era;_initiator;_mintBuilder;_protocolParameters;_txBuilder;_txCertificates;_txInputsBuilder;_txWithdrawals;constructor(i={}){this._era=i.era,this._initiator=i.initiator,this._mintBuilder=y.exports.MintBuilder.new(),this._protocolParameters=i.parameters??a_,this._txBuilder=on(i.parameters),this._txCertificates=y.exports.Certificates.new(),this._txInputsBuilder=y.exports.TxInputsBuilder.new(),this._txWithdrawals=y.exports.Withdrawals.new()}static attachMetadata(i,t,w="BABBAGE"){var k;const u=Y_(i),h=u.auxiliary_data()??y.exports.AuxiliaryData.new();if(h.set_metadata(y.exports.GeneralTransactionMetadata.from_hex(t)),h.set_prefer_alonzo_format(w==="ALONZO"),y.exports.hash_auxiliary_data(h).to_hex()!==((k=u.body().auxiliary_data_hash())==null?void 0:k.to_hex()))throw new Error("[Transaction] attachMetadata: The metadata hash does not match the auxiliary data hash.");return y.exports.Transaction.new(u.body(),u.witness_set(),h).to_hex()}static deattachMetadata(i){const t=Y_(i);return y.exports.Transaction.new(t.body(),t.witness_set(),void 0).to_hex()}static maskMetadata(i,t="BABBAGE"){var h;const w=Y_(i),u=(h=w.auxiliary_data())==null?void 0:h.metadata();if(u!==void 0){const k=y.exports.GeneralTransactionMetadata.new();for(let P=0;P<u.len();P+=1){const p=u.keys().get(P),V=u.get(p);k.insert(p,y.exports.TransactionMetadatum.from_hex("0".repeat(((V==null?void 0:V.to_hex())??"").length)))}const j=w.auxiliary_data();return j!==void 0&&(j.set_metadata(k),j.set_prefer_alonzo_format(t==="ALONZO")),y.exports.Transaction.new(w.body(),w.witness_set(),j).to_hex()}return i}static readMetadata(i){var w,u;return((u=(w=Y_(i).auxiliary_data())==null?void 0:w.metadata())==null?void 0:u.to_hex())??""}static writeMetadata(i,t,w="BABBAGE"){const u=Y_(i),h=u.auxiliary_data()??y.exports.AuxiliaryData.new();return h.set_metadata(y.exports.GeneralTransactionMetadata.from_hex(t)),h.set_prefer_alonzo_format(w==="ALONZO"),y.exports.Transaction.new(u.body(),u.witness_set(),h).to_hex()}get size(){return this._txBuilder.full_size()}async build(){try{return(this._mintBuilder.has_plutus_scripts()||this.notVisited("redeemValue")===!1)&&(await this.addRequiredSignersIfNeeded(),await this.addCollateralIfNeeded()),await this.forgeAssetsIfNeeded(),await this.addTxInputsAsNeeded(),await this.addChangeAddress(),this._txBuilder.build_tx().to_hex()}catch(i){throw new Error(`[Transaction] An error occurred during build: ${i}.`)}}burnAsset(i,t,w){const u=this._totalBurns.has(t.unit)?y.exports.BigNum.from_str(this._totalBurns.get(t.unit)??"0").checked_add(y.exports.BigNum.from_str(t.quantity)).to_str():t.quantity;return this._mintBuilder.add_asset(Yn(i,w),y.exports.AssetName.new(kt(t.unit.slice(c_))),y.exports.Int.new_negative(y.exports.BigNum.from_str(t.quantity))),this._totalBurns.set(t.unit,u),this}delegateStake(i,t){const w=y.exports.Certificate.new_stake_delegation(y.exports.StakeDelegation.new(y.exports.StakeCredential.from_keyhash(V_(pr(i))),y.exports.Ed25519KeyHash.from_bech32(t)));return this._txCertificates.add(w),this}deregisterStake(i){const t=y.exports.Certificate.new_stake_deregistration(y.exports.StakeDeregistration.new(y.exports.StakeCredential.from_keyhash(V_(pr(i)))));return this._txCertificates.add(t),this}mintAsset(i,t,w){var p,V;const u=(Y,R)=>{const m=typeof Y=="string"?hn(Y).hash().to_hex():h(Y).hash().to_hex(),$=p_(R.assetName);return{unit:`${m}${$}`,quantity:R.assetQuantity}},h=Y=>{if("code"in Y)return br(Y.code,Y.version);const R=Q_(Y);if(R.output().has_script_ref()){const m=R.output().script_ref();if(m.is_plutus_script()){const $=ba(m);return br($.code,$.version)}}throw new Error(`[Transaction] No plutus script reference found in UTxO: ${R.input().transaction_id().to_hex()}`)},k=u(i,t),P=y.exports.BigNum.from_str(((p=this._totalMints.get(k.unit))==null?void 0:p.assetQuantity)??"0").checked_add(y.exports.BigNum.from_str(k.quantity));return this._mintBuilder.add_asset(Yn(i,w),y.exports.AssetName.new(kt(p_(t.assetName))),y.exports.Int.new(y.exports.BigNum.from_str(k.quantity))),this._recipients.has(t.recipient)?(V=this._recipients.get(t.recipient))==null||V.push(k):this._recipients.set(t.recipient,[k]),this._totalMints.set(k.unit,{...t,assetQuantity:P.to_str()}),this}redeemValue(i){const t={tag:"SPEND",budget:cr,index:this._txInputsBuilder.inputs().len(),data:{alternative:0,fields:[]},...i.redeemer},w=Q_(i.value),u=i.datum?y.exports.PlutusWitness.new_with_ref(sn(i.script),Zs(i.datum),rn(t)):y.exports.PlutusWitness.new_with_ref_without_datum(sn(i.script),rn(t));return this._txInputsBuilder.add_plutus_script_input(u,w.input(),w.output().amount()),this}registerStake(i){const t=y.exports.Certificate.new_stake_registration(y.exports.StakeRegistration.new(y.exports.StakeCredential.from_keyhash(V_(pr(i)))));return this._txCertificates.add(t),this}registerPool(i){const t=y.exports.Certificate.new_pool_registration(y.exports.PoolRegistration.new(Xs(i)));return this._txCertificates.add(t),this}retirePool(i,t){const w=y.exports.Certificate.new_pool_retirement(y.exports.PoolRetirement.new(y.exports.Ed25519KeyHash.from_bech32(i),t));return this._txCertificates.add(w),this}sendAssets(i,t){const w=Se(t),u=w.multiasset();if(w.is_zero()||u===void 0)return this;const h=Mr(i).next(),k=w.coin().is_zero()?h.with_asset_and_min_required_coin_by_utxo_cost(u,nn(this._protocolParameters.coinsPerUTxOSize)).build():h.with_coin_and_asset(w.coin(),u).build();return t.forEach(j=>{this.setTxOutput(j)}),this._txBuilder.add_output(k),this}sendLovelace(i,t){const u=Mr(i).next().with_coin(y.exports.BigNum.from_str(t)).build();return this.setTxOutput({unit:"lovelace",quantity:t}),this._txBuilder.add_output(u),this}sendToken(i,t,w){return this.sendAssets(i,[{quantity:w,unit:ps[t]}]),this}sendValue(i,t){const w=Se(t.output.amount),h=Mr(i).next().with_value(w).build();return t.output.amount.forEach(k=>{this.setTxOutput(k)}),this._txBuilder.add_output(h),this}setChangeAddress(i){return this._changeAddress=O_(i),this}setCollateral(i){const t=Gn(i);return this._txBuilder.set_collateral(t),this}setMetadata(i,t){return this._txBuilder.add_json_metadatum_with_schema(y.exports.BigNum.from_str(i.toString()),JSON.stringify(t),y.exports.MetadataJsonSchema.NoConversions),this}setRequiredSigners(i){return Array.from(new Set(i.map(w=>w.startsWith("addr")?Ze(w):pr(w)).map(w=>V_(w)))).forEach(w=>{this._txBuilder.add_required_signer(w)}),this}setTimeToStart(i){return this._txBuilder.set_validity_start_interval_bignum(y.exports.BigNum.from_str(i)),this}setTimeToExpire(i){return this._txBuilder.set_ttl_bignum(y.exports.BigNum.from_str(i)),this}setTxInputs(i){return i.map(t=>Q_(t)).forEach(t=>{this._txInputsBuilder.add_input(t.output().address(),t.input(),t.output().amount())}),this}setTxRefInputs(i){return i.map(t=>Q_(t)).forEach(t=>{this._txBuilder.add_reference_input(t.input())}),this}withdrawRewards(i,t){const w=ga(i);return w!==void 0&&this._txWithdrawals.insert(w,y.exports.BigNum.from_str(t)),this}async addBurnInputsIfNeeded(){if(this._initiator&&this._totalBurns.size>0&&this.notVisited("setTxInputs")){const i=await this._initiator.getUsedUTxOs();Zn(this._totalBurns,i.map(w=>Cr(w))).map(w=>Q_(w)).forEach(w=>{this._txInputsBuilder.add_input(w.output().address(),w.input(),w.output().amount())})}}async addChangeAddress(){if(this._initiator&&this._changeAddress===void 0){const i=await this._initiator.getUsedAddress();this._txBuilder.add_change_if_needed(i)}else this._changeAddress!==void 0&&this._txBuilder.add_change_if_needed(this._changeAddress)}async addCollateralIfNeeded(){if(this._initiator&&this.notVisited("setCollateral")){const i=await this._initiator.getUsedCollateral();this._txBuilder.set_collateral(Gn(i))}}async addRequiredSignersIfNeeded(){if(this._initiator&&this.notVisited("setRequiredSigners")){const i=await this._initiator.getUsedAddress(),t=Ze(i.to_bech32());this._txBuilder.add_required_signer(V_(t))}}async addTxInputsAsNeeded(){if(this.notVisited("setTxInputs")){const i=await this.filterAvailableUTxOs();Xn(this._txOutputs,i.map(w=>Cr(w))).map(w=>Q_(w)).forEach(w=>{this._txInputsBuilder.add_input(w.output().address(),w.input(),w.output().amount())})}if(this._txBuilder.set_inputs(this._txInputsBuilder),(this._mintBuilder.has_native_scripts()||this._mintBuilder.has_plutus_scripts())&&this._txBuilder.set_mint_builder(this._mintBuilder),this._txCertificates.len()>0&&this._txBuilder.set_certs(this._txCertificates),this._txWithdrawals.len()>0&&this._txBuilder.set_withdrawals(this._txWithdrawals),this._txBuilder.get_mint_builder()||this.notVisited("redeemValue")===!1){const i=this._era!==void 0?Cn[this._era]:Cn.BABBAGE;this._txBuilder.calc_script_data_hash(i)}}async forgeAssetsIfNeeded(){const i=(t,w)=>{const u=t.data.assetName,h=t.data.metadata,k=t.unit.slice(0,c_);if(t.data.label==="777")return h;if(w&&w[k]){const{[k]:j,...P}=w,p={[u]:h,...j};return{[k]:{...p},...P}}return w!==void 0?{[k]:{[u]:h},...w}:{[k]:{[u]:h}}};await this.addBurnInputsIfNeeded(),Array.from(this._totalMints,t=>({unit:t[0],data:t[1]})).reduce((t,w)=>t.set(w.data.label,i(w,t.get(w.data.label))),new Map).forEach((t,w)=>{this._txBuilder.add_json_metadatum(y.exports.BigNum.from_str(w),JSON.stringify(t))}),this.addMintOutputs()}async filterAvailableUTxOs(i=[]){return this._initiator===void 0?[]:(await this._initiator.getUsedUTxOs()).filter(w=>i.find(u=>u.input.txHash===w.input().transaction_id().to_hex())===void 0)}addMintOutputs(){this._recipients.forEach((i,t)=>{const u=Se(i).multiasset();if(u!==void 0){const k=Mr(t).next().with_asset_and_min_required_coin_by_utxo_cost(u,nn(this._protocolParameters.coinsPerUTxOSize)).build();this._txBuilder.add_output(k)}})}notVisited(i){return this.__visits.includes(i)===!1}setTxOutput(i){const w=y.exports.BigNum.from_str(this._txOutputs.get(i.unit)??"0").checked_add(y.exports.BigNum.from_str(i.quantity)).to_str();this._txOutputs.set(i.unit,w)}};Ve([_r()],exports.Transaction.prototype,"mintAsset",null);Ve([_r()],exports.Transaction.prototype,"redeemValue",null);Ve([_r()],exports.Transaction.prototype,"sendAssets",null);Ve([_r()],exports.Transaction.prototype,"sendValue",null);Ve([_r()],exports.Transaction.prototype,"setCollateral",null);Ve([_r()],exports.Transaction.prototype,"setRequiredSigners",null);Ve([_r()],exports.Transaction.prototype,"setTxInputs",null);exports.Transaction=Ve([mo],exports.Transaction);var tr={exports:{}},ka={exports:{}},An={exports:{}};(function(c){(function(i){var t,w=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,u=Math.ceil,h=Math.floor,k="[BigNumber Error] ",j=k+"Number primitive has more than 15 significant digits: ",P=1e14,p=14,V=9007199254740991,Y=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],R=1e7,m=1e9;function $(Z){var g,D,Q,J=I.prototype={constructor:I,toString:null,valueOf:null},ct=new I(1),ut=20,xt=4,At=-7,pt=21,It=-1e7,Ut=1e7,Dt=!1,Pt=1,qt=0,K={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:"\xA0",suffix:""},q="0123456789abcdefghijklmnopqrstuvwxyz",L=!0;function I(x,A){var B,N,E,T,M,S,O,F,U=this;if(!(U instanceof I))return new I(x,A);if(A==null){if(x&&x._isBigNumber===!0){U.s=x.s,!x.c||x.e>Ut?U.c=U.e=null:x.e<It?U.c=[U.e=0]:(U.e=x.e,U.c=x.c.slice());return}if((S=typeof x=="number")&&x*0==0){if(U.s=1/x<0?(x=-x,-1):1,x===~~x){for(T=0,M=x;M>=10;M/=10,T++);T>Ut?U.c=U.e=null:(U.e=T,U.c=[x]);return}F=String(x)}else{if(!w.test(F=String(x)))return Q(U,F,S);U.s=F.charCodeAt(0)==45?(F=F.slice(1),-1):1}(T=F.indexOf("."))>-1&&(F=F.replace(".","")),(M=F.search(/e/i))>0?(T<0&&(T=M),T+=+F.slice(M+1),F=F.substring(0,M)):T<0&&(T=F.length)}else{if(v(A,2,q.length,"Base"),A==10&&L)return U=new I(x),et(U,ut+U.e+1,xt);if(F=String(x),S=typeof x=="number"){if(x*0!=0)return Q(U,F,S,A);if(U.s=1/x<0?(F=F.slice(1),-1):1,I.DEBUG&&F.replace(/^0\.0*|\./,"").length>15)throw Error(j+x)}else U.s=F.charCodeAt(0)===45?(F=F.slice(1),-1):1;for(B=q.slice(0,A),T=M=0,O=F.length;M<O;M++)if(B.indexOf(N=F.charAt(M))<0){if(N=="."){if(M>T){T=O;continue}}else if(!E&&(F==F.toUpperCase()&&(F=F.toLowerCase())||F==F.toLowerCase()&&(F=F.toUpperCase()))){E=!0,M=-1,T=0;continue}return Q(U,String(x),S,A)}S=!1,F=D(F,A,10,U.s),(T=F.indexOf("."))>-1?F=F.replace(".",""):T=F.length}for(M=0;F.charCodeAt(M)===48;M++);for(O=F.length;F.charCodeAt(--O)===48;);if(F=F.slice(M,++O)){if(O-=M,S&&I.DEBUG&&O>15&&(x>V||x!==h(x)))throw Error(j+U.s*x);if((T=T-M-1)>Ut)U.c=U.e=null;else if(T<It)U.c=[U.e=0];else{if(U.e=T,U.c=[],M=(T+1)%p,T<0&&(M+=p),M<O){for(M&&U.c.push(+F.slice(0,M)),O-=p;M<O;)U.c.push(+F.slice(M,M+=p));M=p-(F=F.slice(M)).length}else M-=O;for(;M--;F+="0");U.c.push(+F)}}else U.c=[U.e=0]}I.clone=$,I.ROUND_UP=0,I.ROUND_DOWN=1,I.ROUND_CEIL=2,I.ROUND_FLOOR=3,I.ROUND_HALF_UP=4,I.ROUND_HALF_DOWN=5,I.ROUND_HALF_EVEN=6,I.ROUND_HALF_CEIL=7,I.ROUND_HALF_FLOOR=8,I.EUCLID=9,I.config=I.set=function(x){var A,B;if(x!=null)if(typeof x=="object"){if(x.hasOwnProperty(A="DECIMAL_PLACES")&&(B=x[A],v(B,0,m,A),ut=B),x.hasOwnProperty(A="ROUNDING_MODE")&&(B=x[A],v(B,0,8,A),xt=B),x.hasOwnProperty(A="EXPONENTIAL_AT")&&(B=x[A],B&&B.pop?(v(B[0],-m,0,A),v(B[1],0,m,A),At=B[0],pt=B[1]):(v(B,-m,m,A),At=-(pt=B<0?-B:B))),x.hasOwnProperty(A="RANGE"))if(B=x[A],B&&B.pop)v(B[0],-m,-1,A),v(B[1],1,m,A),It=B[0],Ut=B[1];else if(v(B,-m,m,A),B)It=-(Ut=B<0?-B:B);else throw Error(k+A+" cannot be zero: "+B);if(x.hasOwnProperty(A="CRYPTO"))if(B=x[A],B===!!B)if(B)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))Dt=B;else throw Dt=!B,Error(k+"crypto unavailable");else Dt=B;else throw Error(k+A+" not true or false: "+B);if(x.hasOwnProperty(A="MODULO_MODE")&&(B=x[A],v(B,0,9,A),Pt=B),x.hasOwnProperty(A="POW_PRECISION")&&(B=x[A],v(B,0,m,A),qt=B),x.hasOwnProperty(A="FORMAT"))if(B=x[A],typeof B=="object")K=B;else throw Error(k+A+" not an object: "+B);if(x.hasOwnProperty(A="ALPHABET"))if(B=x[A],typeof B=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(B))L=B.slice(0,10)=="0123456789",q=B;else throw Error(k+A+" invalid: "+B)}else throw Error(k+"Object expected: "+x);return{DECIMAL_PLACES:ut,ROUNDING_MODE:xt,EXPONENTIAL_AT:[At,pt],RANGE:[It,Ut],CRYPTO:Dt,MODULO_MODE:Pt,POW_PRECISION:qt,FORMAT:K,ALPHABET:q}},I.isBigNumber=function(x){if(!x||x._isBigNumber!==!0)return!1;if(!I.DEBUG)return!0;var A,B,N=x.c,E=x.e,T=x.s;t:if({}.toString.call(N)=="[object Array]"){if((T===1||T===-1)&&E>=-m&&E<=m&&E===h(E)){if(N[0]===0){if(E===0&&N.length===1)return!0;break t}if(A=(E+1)%p,A<1&&(A+=p),String(N[0]).length==A){for(A=0;A<N.length;A++)if(B=N[A],B<0||B>=P||B!==h(B))break t;if(B!==0)return!0}}}else if(N===null&&E===null&&(T===null||T===1||T===-1))return!0;throw Error(k+"Invalid BigNumber: "+x)},I.maximum=I.max=function(){return bt(arguments,-1)},I.minimum=I.min=function(){return bt(arguments,1)},I.random=function(){var x=9007199254740992,A=Math.random()*x&2097151?function(){return h(Math.random()*x)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(B){var N,E,T,M,S,O=0,F=[],U=new I(ct);if(B==null?B=ut:v(B,0,m),M=u(B/p),Dt)if(crypto.getRandomValues){for(N=crypto.getRandomValues(new Uint32Array(M*=2));O<M;)S=N[O]*131072+(N[O+1]>>>11),S>=9e15?(E=crypto.getRandomValues(new Uint32Array(2)),N[O]=E[0],N[O+1]=E[1]):(F.push(S%1e14),O+=2);O=M/2}else if(crypto.randomBytes){for(N=crypto.randomBytes(M*=7);O<M;)S=(N[O]&31)*281474976710656+N[O+1]*1099511627776+N[O+2]*4294967296+N[O+3]*16777216+(N[O+4]<<16)+(N[O+5]<<8)+N[O+6],S>=9e15?crypto.randomBytes(7).copy(N,O):(F.push(S%1e14),O+=7);O=M/7}else throw Dt=!1,Error(k+"crypto unavailable");if(!Dt)for(;O<M;)S=A(),S<9e15&&(F[O++]=S%1e14);for(M=F[--O],B%=p,M&&B&&(S=Y[p-B],F[O]=h(M/S)*S);F[O]===0;F.pop(),O--);if(O<0)F=[T=0];else{for(T=-1;F[0]===0;F.splice(0,1),T-=p);for(O=1,S=F[0];S>=10;S/=10,O++);O<p&&(T-=p-O)}return U.e=T,U.c=F,U}}(),I.sum=function(){for(var x=1,A=arguments,B=new I(A[0]);x<A.length;)B=B.plus(A[x++]);return B},D=function(){var x="0123456789";function A(B,N,E,T){for(var M,S=[0],O,F=0,U=B.length;F<U;){for(O=S.length;O--;S[O]*=N);for(S[0]+=T.indexOf(B.charAt(F++)),M=0;M<S.length;M++)S[M]>E-1&&(S[M+1]==null&&(S[M+1]=0),S[M+1]+=S[M]/E|0,S[M]%=E)}return S.reverse()}return function(B,N,E,T,M){var S,O,F,U,z,X,tt,it,Bt=B.indexOf("."),vt=ut,at=xt;for(Bt>=0&&(U=qt,qt=0,B=B.replace(".",""),it=new I(N),X=it.pow(B.length-Bt),qt=U,it.c=A(a(_t(X.c),X.e,"0"),10,E,x),it.e=it.c.length),tt=A(B,N,E,M?(S=q,x):(S=x,q)),F=U=tt.length;tt[--U]==0;tt.pop());if(!tt[0])return S.charAt(0);if(Bt<0?--F:(X.c=tt,X.e=F,X.s=T,X=g(X,it,vt,at,E),tt=X.c,z=X.r,F=X.e),O=F+vt+1,Bt=tt[O],U=E/2,z=z||O<0||tt[O+1]!=null,z=at<4?(Bt!=null||z)&&(at==0||at==(X.s<0?3:2)):Bt>U||Bt==U&&(at==4||z||at==6&&tt[O-1]&1||at==(X.s<0?8:7)),O<1||!tt[0])B=z?a(S.charAt(1),-vt,S.charAt(0)):S.charAt(0);else{if(tt.length=O,z)for(--E;++tt[--O]>E;)tt[O]=0,O||(++F,tt=[1].concat(tt));for(U=tt.length;!tt[--U];);for(Bt=0,B="";Bt<=U;B+=S.charAt(tt[Bt++]));B=a(B,F,S.charAt(0))}return B}}(),g=function(){function x(N,E,T){var M,S,O,F,U=0,z=N.length,X=E%R,tt=E/R|0;for(N=N.slice();z--;)O=N[z]%R,F=N[z]/R|0,M=tt*O+F*X,S=X*O+M%R*R+U,U=(S/T|0)+(M/R|0)+tt*F,N[z]=S%T;return U&&(N=[U].concat(N)),N}function A(N,E,T,M){var S,O;if(T!=M)O=T>M?1:-1;else for(S=O=0;S<T;S++)if(N[S]!=E[S]){O=N[S]>E[S]?1:-1;break}return O}function B(N,E,T,M){for(var S=0;T--;)N[T]-=S,S=N[T]<E[T]?1:0,N[T]=S*M+N[T]-E[T];for(;!N[0]&&N.length>1;N.splice(0,1));}return function(N,E,T,M,S){var O,F,U,z,X,tt,it,Bt,vt,at,ht,Ot,o_,Xt,w_,Rt,__,Ft=N.s==E.s?1:-1,Kt=N.c,St=E.c;if(!Kt||!Kt[0]||!St||!St[0])return new I(!N.s||!E.s||(Kt?St&&Kt[0]==St[0]:!St)?NaN:Kt&&Kt[0]==0||!St?Ft*0:Ft/0);for(Bt=new I(Ft),vt=Bt.c=[],F=N.e-E.e,Ft=T+F+1,S||(S=P,F=b(N.e/p)-b(E.e/p),Ft=Ft/p|0),U=0;St[U]==(Kt[U]||0);U++);if(St[U]>(Kt[U]||0)&&F--,Ft<0)vt.push(1),z=!0;else{for(Xt=Kt.length,Rt=St.length,U=0,Ft+=2,X=h(S/(St[0]+1)),X>1&&(St=x(St,X,S),Kt=x(Kt,X,S),Rt=St.length,Xt=Kt.length),o_=Rt,at=Kt.slice(0,Rt),ht=at.length;ht<Rt;at[ht++]=0);__=St.slice(),__=[0].concat(__),w_=St[0],St[1]>=S/2&&w_++;do{if(X=0,O=A(St,at,Rt,ht),O<0){if(Ot=at[0],Rt!=ht&&(Ot=Ot*S+(at[1]||0)),X=h(Ot/w_),X>1)for(X>=S&&(X=S-1),tt=x(St,X,S),it=tt.length,ht=at.length;A(tt,at,it,ht)==1;)X--,B(tt,Rt<it?__:St,it,S),it=tt.length,O=1;else X==0&&(O=X=1),tt=St.slice(),it=tt.length;if(it<ht&&(tt=[0].concat(tt)),B(at,tt,ht,S),ht=at.length,O==-1)for(;A(St,at,Rt,ht)<1;)X++,B(at,Rt<ht?__:St,ht,S),ht=at.length}else O===0&&(X++,at=[0]);vt[U++]=X,at[0]?at[ht++]=Kt[o_]||0:(at=[Kt[o_]],ht=1)}while((o_++<Xt||at[0]!=null)&&Ft--);z=at[0]!=null,vt[0]||vt.splice(0,1)}if(S==P){for(U=1,Ft=vt[0];Ft>=10;Ft/=10,U++);et(Bt,T+(Bt.e=U+F*p-1)+1,M,z)}else Bt.e=F,Bt.r=+z;return Bt}}();function wt(x,A,B,N){var E,T,M,S,O;if(B==null?B=xt:v(B,0,8),!x.c)return x.toString();if(E=x.c[0],M=x.e,A==null)O=_t(x.c),O=N==1||N==2&&(M<=At||M>=pt)?ft(O,M):a(O,M,"0");else if(x=et(new I(x),A,B),T=x.e,O=_t(x.c),S=O.length,N==1||N==2&&(A<=T||T<=At)){for(;S<A;O+="0",S++);O=ft(O,T)}else if(A-=M,O=a(O,T,"0"),T+1>S){if(--A>0)for(O+=".";A--;O+="0");}else if(A+=T-S,A>0)for(T+1==S&&(O+=".");A--;O+="0");return x.s<0&&E?"-"+O:O}function bt(x,A){for(var B,N,E=1,T=new I(x[0]);E<x.length;E++)N=new I(x[E]),(!N.s||(B=W(T,N))===A||B===0&&T.s===A)&&(T=N);return T}function st(x,A,B){for(var N=1,E=A.length;!A[--E];A.pop());for(E=A[0];E>=10;E/=10,N++);return(B=N+B*p-1)>Ut?x.c=x.e=null:B<It?x.c=[x.e=0]:(x.e=B,x.c=A),x}Q=function(){var x=/^(-?)0([xbo])(?=\w[\w.]*$)/i,A=/^([^.]+)\.$/,B=/^\.([^.]+)$/,N=/^-?(Infinity|NaN)$/,E=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(T,M,S,O){var F,U=S?M:M.replace(E,"");if(N.test(U))T.s=isNaN(U)?null:U<0?-1:1;else{if(!S&&(U=U.replace(x,function(z,X,tt){return F=(tt=tt.toLowerCase())=="x"?16:tt=="b"?2:8,!O||O==F?X:z}),O&&(F=O,U=U.replace(A,"$1").replace(B,"0.$1")),M!=U))return new I(U,F);if(I.DEBUG)throw Error(k+"Not a"+(O?" base "+O:"")+" number: "+M);T.s=null}T.c=T.e=null}}();function et(x,A,B,N){var E,T,M,S,O,F,U,z=x.c,X=Y;if(z){t:{for(E=1,S=z[0];S>=10;S/=10,E++);if(T=A-E,T<0)T+=p,M=A,O=z[F=0],U=h(O/X[E-M-1]%10);else if(F=u((T+1)/p),F>=z.length)if(N){for(;z.length<=F;z.push(0));O=U=0,E=1,T%=p,M=T-p+1}else break t;else{for(O=S=z[F],E=1;S>=10;S/=10,E++);T%=p,M=T-p+E,U=M<0?0:h(O/X[E-M-1]%10)}if(N=N||A<0||z[F+1]!=null||(M<0?O:O%X[E-M-1]),N=B<4?(U||N)&&(B==0||B==(x.s<0?3:2)):U>5||U==5&&(B==4||N||B==6&&(T>0?M>0?O/X[E-M]:0:z[F-1])%10&1||B==(x.s<0?8:7)),A<1||!z[0])return z.length=0,N?(A-=x.e+1,z[0]=X[(p-A%p)%p],x.e=-A||0):z[0]=x.e=0,x;if(T==0?(z.length=F,S=1,F--):(z.length=F+1,S=X[p-T],z[F]=M>0?h(O/X[E-M]%X[M])*S:0),N)for(;;)if(F==0){for(T=1,M=z[0];M>=10;M/=10,T++);for(M=z[0]+=S,S=1;M>=10;M/=10,S++);T!=S&&(x.e++,z[0]==P&&(z[0]=1));break}else{if(z[F]+=S,z[F]!=P)break;z[F--]=0,S=1}for(T=z.length;z[--T]===0;z.pop());}x.e>Ut?x.c=x.e=null:x.e<It&&(x.c=[x.e=0])}return x}function ot(x){var A,B=x.e;return B===null?x.toString():(A=_t(x.c),A=B<=At||B>=pt?ft(A,B):a(A,B,"0"),x.s<0?"-"+A:A)}return J.absoluteValue=J.abs=function(){var x=new I(this);return x.s<0&&(x.s=1),x},J.comparedTo=function(x,A){return W(this,new I(x,A))},J.decimalPlaces=J.dp=function(x,A){var B,N,E,T=this;if(x!=null)return v(x,0,m),A==null?A=xt:v(A,0,8),et(new I(T),x+T.e+1,A);if(!(B=T.c))return null;if(N=((E=B.length-1)-b(this.e/p))*p,E=B[E])for(;E%10==0;E/=10,N--);return N<0&&(N=0),N},J.dividedBy=J.div=function(x,A){return g(this,new I(x,A),ut,xt)},J.dividedToIntegerBy=J.idiv=function(x,A){return g(this,new I(x,A),0,1)},J.exponentiatedBy=J.pow=function(x,A){var B,N,E,T,M,S,O,F,U,z=this;if(x=new I(x),x.c&&!x.isInteger())throw Error(k+"Exponent not an integer: "+ot(x));if(A!=null&&(A=new I(A)),S=x.e>14,!z.c||!z.c[0]||z.c[0]==1&&!z.e&&z.c.length==1||!x.c||!x.c[0])return U=new I(Math.pow(+ot(z),S?x.s*(2-nt(x)):+ot(x))),A?U.mod(A):U;if(O=x.s<0,A){if(A.c?!A.c[0]:!A.s)return new I(NaN);N=!O&&z.isInteger()&&A.isInteger(),N&&(z=z.mod(A))}else{if(x.e>9&&(z.e>0||z.e<-1||(z.e==0?z.c[0]>1||S&&z.c[1]>=24e7:z.c[0]<8e13||S&&z.c[0]<=9999975e7)))return T=z.s<0&&nt(x)?-0:0,z.e>-1&&(T=1/T),new I(O?1/T:T);qt&&(T=u(qt/p+2))}for(S?(B=new I(.5),O&&(x.s=1),F=nt(x)):(E=Math.abs(+ot(x)),F=E%2),U=new I(ct);;){if(F){if(U=U.times(z),!U.c)break;T?U.c.length>T&&(U.c.length=T):N&&(U=U.mod(A))}if(E){if(E=h(E/2),E===0)break;F=E%2}else if(x=x.times(B),et(x,x.e+1,1),x.e>14)F=nt(x);else{if(E=+ot(x),E===0)break;F=E%2}z=z.times(z),T?z.c&&z.c.length>T&&(z.c.length=T):N&&(z=z.mod(A))}return N?U:(O&&(U=ct.div(U)),A?U.mod(A):T?et(U,qt,xt,M):U)},J.integerValue=function(x){var A=new I(this);return x==null?x=xt:v(x,0,8),et(A,A.e+1,x)},J.isEqualTo=J.eq=function(x,A){return W(this,new I(x,A))===0},J.isFinite=function(){return!!this.c},J.isGreaterThan=J.gt=function(x,A){return W(this,new I(x,A))>0},J.isGreaterThanOrEqualTo=J.gte=function(x,A){return(A=W(this,new I(x,A)))===1||A===0},J.isInteger=function(){return!!this.c&&b(this.e/p)>this.c.length-2},J.isLessThan=J.lt=function(x,A){return W(this,new I(x,A))<0},J.isLessThanOrEqualTo=J.lte=function(x,A){return(A=W(this,new I(x,A)))===-1||A===0},J.isNaN=function(){return!this.s},J.isNegative=function(){return this.s<0},J.isPositive=function(){return this.s>0},J.isZero=function(){return!!this.c&&this.c[0]==0},J.minus=function(x,A){var B,N,E,T,M=this,S=M.s;if(x=new I(x,A),A=x.s,!S||!A)return new I(NaN);if(S!=A)return x.s=-A,M.plus(x);var O=M.e/p,F=x.e/p,U=M.c,z=x.c;if(!O||!F){if(!U||!z)return U?(x.s=-A,x):new I(z?M:NaN);if(!U[0]||!z[0])return z[0]?(x.s=-A,x):new I(U[0]?M:xt==3?-0:0)}if(O=b(O),F=b(F),U=U.slice(),S=O-F){for((T=S<0)?(S=-S,E=U):(F=O,E=z),E.reverse(),A=S;A--;E.push(0));E.reverse()}else for(N=(T=(S=U.length)<(A=z.length))?S:A,S=A=0;A<N;A++)if(U[A]!=z[A]){T=U[A]<z[A];break}if(T&&(E=U,U=z,z=E,x.s=-x.s),A=(N=z.length)-(B=U.length),A>0)for(;A--;U[B++]=0);for(A=P-1;N>S;){if(U[--N]<z[N]){for(B=N;B&&!U[--B];U[B]=A);--U[B],U[N]+=P}U[N]-=z[N]}for(;U[0]==0;U.splice(0,1),--F);return U[0]?st(x,U,F):(x.s=xt==3?-1:1,x.c=[x.e=0],x)},J.modulo=J.mod=function(x,A){var B,N,E=this;return x=new I(x,A),!E.c||!x.s||x.c&&!x.c[0]?new I(NaN):!x.c||E.c&&!E.c[0]?new I(E):(Pt==9?(N=x.s,x.s=1,B=g(E,x,0,3),x.s=N,B.s*=N):B=g(E,x,0,Pt),x=E.minus(B.times(x)),!x.c[0]&&Pt==1&&(x.s=E.s),x)},J.multipliedBy=J.times=function(x,A){var B,N,E,T,M,S,O,F,U,z,X,tt,it,Bt,vt,at=this,ht=at.c,Ot=(x=new I(x,A)).c;if(!ht||!Ot||!ht[0]||!Ot[0])return!at.s||!x.s||ht&&!ht[0]&&!Ot||Ot&&!Ot[0]&&!ht?x.c=x.e=x.s=null:(x.s*=at.s,!ht||!Ot?x.c=x.e=null:(x.c=[0],x.e=0)),x;for(N=b(at.e/p)+b(x.e/p),x.s*=at.s,O=ht.length,z=Ot.length,O<z&&(it=ht,ht=Ot,Ot=it,E=O,O=z,z=E),E=O+z,it=[];E--;it.push(0));for(Bt=P,vt=R,E=z;--E>=0;){for(B=0,X=Ot[E]%vt,tt=Ot[E]/vt|0,M=O,T=E+M;T>E;)F=ht[--M]%vt,U=ht[M]/vt|0,S=tt*F+U*X,F=X*F+S%vt*vt+it[T]+B,B=(F/Bt|0)+(S/vt|0)+tt*U,it[T--]=F%Bt;it[T]=B}return B?++N:it.splice(0,1),st(x,it,N)},J.negated=function(){var x=new I(this);return x.s=-x.s||null,x},J.plus=function(x,A){var B,N=this,E=N.s;if(x=new I(x,A),A=x.s,!E||!A)return new I(NaN);if(E!=A)return x.s=-A,N.minus(x);var T=N.e/p,M=x.e/p,S=N.c,O=x.c;if(!T||!M){if(!S||!O)return new I(E/0);if(!S[0]||!O[0])return O[0]?x:new I(S[0]?N:E*0)}if(T=b(T),M=b(M),S=S.slice(),E=T-M){for(E>0?(M=T,B=O):(E=-E,B=S),B.reverse();E--;B.push(0));B.reverse()}for(E=S.length,A=O.length,E-A<0&&(B=O,O=S,S=B,A=E),E=0;A;)E=(S[--A]=S[A]+O[A]+E)/P|0,S[A]=P===S[A]?0:S[A]%P;return E&&(S=[E].concat(S),++M),st(x,S,M)},J.precision=J.sd=function(x,A){var B,N,E,T=this;if(x!=null&&x!==!!x)return v(x,1,m),A==null?A=xt:v(A,0,8),et(new I(T),x,A);if(!(B=T.c))return null;if(E=B.length-1,N=E*p+1,E=B[E]){for(;E%10==0;E/=10,N--);for(E=B[0];E>=10;E/=10,N++);}return x&&T.e+1>N&&(N=T.e+1),N},J.shiftedBy=function(x){return v(x,-V,V),this.times("1e"+x)},J.squareRoot=J.sqrt=function(){var x,A,B,N,E,T=this,M=T.c,S=T.s,O=T.e,F=ut+4,U=new I("0.5");if(S!==1||!M||!M[0])return new I(!S||S<0&&(!M||M[0])?NaN:M?T:1/0);if(S=Math.sqrt(+ot(T)),S==0||S==1/0?(A=_t(M),(A.length+O)%2==0&&(A+="0"),S=Math.sqrt(+A),O=b((O+1)/2)-(O<0||O%2),S==1/0?A="5e"+O:(A=S.toExponential(),A=A.slice(0,A.indexOf("e")+1)+O),B=new I(A)):B=new I(S+""),B.c[0]){for(O=B.e,S=O+F,S<3&&(S=0);;)if(E=B,B=U.times(E.plus(g(T,E,F,1))),_t(E.c).slice(0,S)===(A=_t(B.c)).slice(0,S))if(B.e<O&&--S,A=A.slice(S-3,S+1),A=="9999"||!N&&A=="4999"){if(!N&&(et(E,E.e+ut+2,0),E.times(E).eq(T))){B=E;break}F+=4,S+=4,N=1}else{(!+A||!+A.slice(1)&&A.charAt(0)=="5")&&(et(B,B.e+ut+2,1),x=!B.times(B).eq(T));break}}return et(B,B.e+ut+1,xt,x)},J.toExponential=function(x,A){return x!=null&&(v(x,0,m),x++),wt(this,x,A,1)},J.toFixed=function(x,A){return x!=null&&(v(x,0,m),x=x+this.e+1),wt(this,x,A)},J.toFormat=function(x,A,B){var N,E=this;if(B==null)x!=null&&A&&typeof A=="object"?(B=A,A=null):x&&typeof x=="object"?(B=x,x=A=null):B=K;else if(typeof B!="object")throw Error(k+"Argument not an object: "+B);if(N=E.toFixed(x,A),E.c){var T,M=N.split("."),S=+B.groupSize,O=+B.secondaryGroupSize,F=B.groupSeparator||"",U=M[0],z=M[1],X=E.s<0,tt=X?U.slice(1):U,it=tt.length;if(O&&(T=S,S=O,O=T,it-=T),S>0&&it>0){for(T=it%S||S,U=tt.substr(0,T);T<it;T+=S)U+=F+tt.substr(T,S);O>0&&(U+=F+tt.slice(T)),X&&(U="-"+U)}N=z?U+(B.decimalSeparator||"")+((O=+B.fractionGroupSize)?z.replace(new RegExp("\\d{"+O+"}\\B","g"),"$&"+(B.fractionGroupSeparator||"")):z):U}return(B.prefix||"")+N+(B.suffix||"")},J.toFraction=function(x){var A,B,N,E,T,M,S,O,F,U,z,X,tt=this,it=tt.c;if(x!=null&&(S=new I(x),!S.isInteger()&&(S.c||S.s!==1)||S.lt(ct)))throw Error(k+"Argument "+(S.isInteger()?"out of range: ":"not an integer: ")+ot(S));if(!it)return new I(tt);for(A=new I(ct),F=B=new I(ct),N=O=new I(ct),X=_t(it),T=A.e=X.length-tt.e-1,A.c[0]=Y[(M=T%p)<0?p+M:M],x=!x||S.comparedTo(A)>0?T>0?A:F:S,M=Ut,Ut=1/0,S=new I(X),O.c[0]=0;U=g(S,A,0,1),E=B.plus(U.times(N)),E.comparedTo(x)!=1;)B=N,N=E,F=O.plus(U.times(E=F)),O=E,A=S.minus(U.times(E=A)),S=E;return E=g(x.minus(B),N,0,1),O=O.plus(E.times(F)),B=B.plus(E.times(N)),O.s=F.s=tt.s,T=T*2,z=g(F,N,T,xt).minus(tt).abs().comparedTo(g(O,B,T,xt).minus(tt).abs())<1?[F,N]:[O,B],Ut=M,z},J.toNumber=function(){return+ot(this)},J.toPrecision=function(x,A){return x!=null&&v(x,1,m),wt(this,x,A,2)},J.toString=function(x){var A,B=this,N=B.s,E=B.e;return E===null?N?(A="Infinity",N<0&&(A="-"+A)):A="NaN":(x==null?A=E<=At||E>=pt?ft(_t(B.c),E):a(_t(B.c),E,"0"):x===10&&L?(B=et(new I(B),ut+E+1,xt),A=a(_t(B.c),B.e,"0")):(v(x,2,q.length,"Base"),A=D(a(_t(B.c),E,"0"),10,x,N,!0)),N<0&&B.c[0]&&(A="-"+A)),A},J.valueOf=J.toJSON=function(){return ot(this)},J._isBigNumber=!0,Z!=null&&I.set(Z),I}function b(Z){var g=Z|0;return Z>0||Z===g?g:g-1}function _t(Z){for(var g,D,Q=1,J=Z.length,ct=Z[0]+"";Q<J;){for(g=Z[Q++]+"",D=p-g.length;D--;g="0"+g);ct+=g}for(J=ct.length;ct.charCodeAt(--J)===48;);return ct.slice(0,J+1||1)}function W(Z,g){var D,Q,J=Z.c,ct=g.c,ut=Z.s,xt=g.s,At=Z.e,pt=g.e;if(!ut||!xt)return null;if(D=J&&!J[0],Q=ct&&!ct[0],D||Q)return D?Q?0:-xt:ut;if(ut!=xt)return ut;if(D=ut<0,Q=At==pt,!J||!ct)return Q?0:!J^D?1:-1;if(!Q)return At>pt^D?1:-1;for(xt=(At=J.length)<(pt=ct.length)?At:pt,ut=0;ut<xt;ut++)if(J[ut]!=ct[ut])return J[ut]>ct[ut]^D?1:-1;return At==pt?0:At>pt^D?1:-1}function v(Z,g,D,Q){if(Z<g||Z>D||Z!==h(Z))throw Error(k+(Q||"Argument")+(typeof Z=="number"?Z<g||Z>D?" out of range: ":" not an integer: ":" not a primitive number: ")+String(Z))}function nt(Z){var g=Z.c.length-1;return b(Z.e/p)==g&&Z.c[g]%2!=0}function ft(Z,g){return(Z.length>1?Z.charAt(0)+"."+Z.slice(1):Z)+(g<0?"e":"e+")+g}function a(Z,g,D){var Q,J;if(g<0){for(J=D+".";++g;J+=D);Z=J+Z}else if(Q=Z.length,++g>Q){for(J=D,g-=Q;--g;J+=D);Z+=J}else g<Q&&(Z=Z.slice(0,g)+"."+Z.slice(g));return Z}t=$(),t.default=t.BigNumber=t,c.exports?c.exports=t:(i||(i=typeof self<"u"&&self?self:window),i.BigNumber=t)})(Rr)})(An);(function(c){var i=An.exports,t=c.exports;(function(){var w=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,u,h,k={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},j;function P(V){return w.lastIndex=0,w.test(V)?'"'+V.replace(w,function(Y){var R=k[Y];return typeof R=="string"?R:"\\u"+("0000"+Y.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+V+'"'}function p(V,Y){var R,m,$,b,_t=u,W,v=Y[V],nt=v!=null&&(v instanceof i||i.isBigNumber(v));switch(v&&typeof v=="object"&&typeof v.toJSON=="function"&&(v=v.toJSON(V)),typeof j=="function"&&(v=j.call(Y,V,v)),typeof v){case"string":return nt?v:P(v);case"number":return isFinite(v)?String(v):"null";case"boolean":case"null":case"bigint":return String(v);case"object":if(!v)return"null";if(u+=h,W=[],Object.prototype.toString.apply(v)==="[object Array]"){for(b=v.length,R=0;R<b;R+=1)W[R]=p(R,v)||"null";return $=W.length===0?"[]":u?`[
12
- `+u+W.join(`,
10
+ `)+" "+V[1]:V[0]+q+" "+K.join(", ")+" "+V[1]}function b(K){return Array.isArray(K)}c.isArray=b;function _t(K){return typeof K=="boolean"}c.isBoolean=_t;function J(K){return K===null}c.isNull=J;function v(K){return K==null}c.isNullOrUndefined=v;function nt(K){return typeof K=="number"}c.isNumber=nt;function ft(K){return typeof K=="string"}c.isString=ft;function a(K){return typeof K=="symbol"}c.isSymbol=a;function Z(K){return K===void 0}c.isUndefined=Z;function g(K){return D(K)&&xt(K)==="[object RegExp]"}c.isRegExp=g;function D(K){return typeof K=="object"&&K!==null}c.isObject=D;function Q(K){return D(K)&&xt(K)==="[object Date]"}c.isDate=Q;function $(K){return D(K)&&(xt(K)==="[object Error]"||K instanceof Error)}c.isError=$;function ct(K){return typeof K=="function"}c.isFunction=ct;function ut(K){return K===null||typeof K=="boolean"||typeof K=="number"||typeof K=="string"||typeof K=="symbol"||typeof K>"u"}c.isPrimitive=ut,c.isBuffer=ns;function xt(K){return Object.prototype.toString.call(K)}function At(K){return K<10?"0"+K.toString(10):K.toString(10)}var pt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function It(){var K=new Date,q=[At(K.getHours()),At(K.getMinutes()),At(K.getSeconds())].join(":");return[K.getDate(),pt[K.getMonth()],q].join(" ")}c.log=function(){console.log("%s - %s",It(),c.format.apply(c,arguments))},c.inherits=en.exports,c._extend=function(K,q){if(!q||!D(q))return K;for(var V=Object.keys(q),I=V.length;I--;)K[V[I]]=q[V[I]];return K};function Ut(K,q){return Object.prototype.hasOwnProperty.call(K,q)}var Dt=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;c.promisify=function(q){if(typeof q!="function")throw new TypeError('The "original" argument must be of type Function');if(Dt&&q[Dt]){var V=q[Dt];if(typeof V!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(V,Dt,{value:V,enumerable:!1,writable:!1,configurable:!0}),V}function V(){for(var I,wt,bt=new Promise(function(ot,k){I=ot,wt=k}),st=[],et=0;et<arguments.length;et++)st.push(arguments[et]);st.push(function(ot,k){ot?wt(ot):I(k)});try{q.apply(this,st)}catch(ot){wt(ot)}return bt}return Object.setPrototypeOf(V,Object.getPrototypeOf(q)),Dt&&Object.defineProperty(V,Dt,{value:V,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(V,i(q))},c.promisify.custom=Dt;function Pt(K,q){if(!K){var V=new Error("Promise was rejected with a falsy value");V.reason=K,K=V}return q(K)}function qt(K){if(typeof K!="function")throw new TypeError('The "original" argument must be of type Function');function q(){for(var V=[],I=0;I<arguments.length;I++)V.push(arguments[I]);var wt=V.pop();if(typeof wt!="function")throw new TypeError("The last argument must be of type Function");var bt=this,st=function(){return wt.apply(bt,arguments)};K.apply(this,V).then(function(et){process.nextTick(st,null,et)},function(et){process.nextTick(Pt,et,st)})}return Object.setPrototypeOf(q,Object.getPrototypeOf(K)),Object.defineProperties(q,i(K)),q}c.callbackify=qt})(Wn);const as={},ss=Object.freeze(Object.defineProperty({__proto__:null,default:as},Symbol.toStringTag,{value:"Module"})),In=rs(ss);(function(c){let i={};i.__wbindgen_placeholder__=c.exports;let t;const{TextDecoder:w,TextEncoder:u}=Wn,h=new Array(128).fill(void 0);h.push(void 0,null,!0,!1);function x(C){return h[C]}let j=h.length;function P(C){C<132||(h[C]=j,j=C)}function p(C){const _=x(C);return P(C),_}let L=new w("utf-8",{ignoreBOM:!0,fatal:!0});L.decode();let G=null;function R(){return(G===null||G.byteLength===0)&&(G=new Uint8Array(t.memory.buffer)),G}function m(C,_){return C=C>>>0,L.decode(R().subarray(C,C+_))}function X(C){j===h.length&&h.push(h.length+1);const _=j;return j=h[_],h[_]=C,_}let b=0,_t=new u("utf-8");const J=typeof _t.encodeInto=="function"?function(C,_){return _t.encodeInto(C,_)}:function(C,_){const e=_t.encode(C);return _.set(e),{read:C.length,written:e.length}};function v(C,_,e){if(e===void 0){const o=_t.encode(C),f=_(o.length,1)>>>0;return R().subarray(f,f+o.length).set(o),b=o.length,f}let s=C.length,n=_(s,1)>>>0;const r=R();let d=0;for(;d<s;d++){const o=C.charCodeAt(d);if(o>127)break;r[n+d]=o}if(d!==s){d!==0&&(C=C.slice(d)),n=e(n,s,s=d+C.length*3,1)>>>0;const o=R().subarray(n+d,n+s),f=J(C,o);d+=f.written}return b=d,n}function nt(C){return C==null}let ft=null;function a(){return(ft===null||ft.byteLength===0)&&(ft=new Int32Array(t.memory.buffer)),ft}function Z(C){const _=typeof C;if(_=="number"||_=="boolean"||C==null)return`${C}`;if(_=="string")return`"${C}"`;if(_=="symbol"){const n=C.description;return n==null?"Symbol":`Symbol(${n})`}if(_=="function"){const n=C.name;return typeof n=="string"&&n.length>0?`Function(${n})`:"Function"}if(Array.isArray(C)){const n=C.length;let r="[";n>0&&(r+=Z(C[0]));for(let d=1;d<n;d++)r+=", "+Z(C[d]);return r+="]",r}const e=/\[object ([^\]]+)\]/.exec(toString.call(C));let s;if(e.length>1)s=e[1];else return toString.call(C);if(s=="Object")try{return"Object("+JSON.stringify(C)+")"}catch{return"Object"}return C instanceof Error?`${C.name}: ${C.message}
11
+ ${C.stack}`:s}c.exports.script_to_address=function(C,_,e){let s,n;try{const l=t.__wbindgen_add_to_stack_pointer(-16),H=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),rt=b;var r=nt(e)?0:v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),d=b;t.script_to_address(l,C,H,rt,r,d);var o=a()[l/4+0],f=a()[l/4+1];return s=o,n=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(s,n,1)}},c.exports.serialize_bech32_address=function(C){const _=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),e=b,s=t.serialize_bech32_address(_,e);return vr.__wrap(s)};function g(C,_){if(!(C instanceof _))throw new Error(`expected instance of ${_.name}`);return C.ptr}c.exports.apply_params_to_script=function(C,_){let e,s;try{const rt=t.__wbindgen_add_to_stack_pointer(-16);g(C,er);var n=C.__destroy_into_raw();const dt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),Xe=b;t.apply_params_to_script(rt,n,dt,Xe);var r=a()[rt/4+0],d=a()[rt/4+1],o=a()[rt/4+2],f=a()[rt/4+3],l=r,H=d;if(f)throw l=0,H=0,p(o);return e=l,s=H,m(l,H)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}},c.exports.get_v2_script_hash=function(C){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.get_v2_script_hash(r,d,o);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}},c.exports.calculate_tx_hash=function(C){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.calculate_tx_hash(r,d,o);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}},c.exports.sign_transaction=function(C,_){let e,s;try{const o=t.__wbindgen_add_to_stack_pointer(-16),f=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),l=b;g(_,er);var n=_.__destroy_into_raw();t.sign_transaction(o,f,l,n);var r=a()[o/4+0],d=a()[o/4+1];return e=r,s=d,m(r,d)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}};function D(C,_){return C=C>>>0,R().subarray(C/1,C/1+_)}function Q(C,_){const e=_(C.length*1,1)>>>0;return R().set(C,e/1),b=C.length,e}c.exports.encrypt_with_password=function(C,_,e,s){let n,r;try{const dt=t.__wbindgen_add_to_stack_pointer(-16),Xe=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),mr=b,Qa=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),Oa=b,Da=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),Ta=b,Na=v(s,t.__wbindgen_malloc,t.__wbindgen_realloc),Ua=b;t.encrypt_with_password(dt,Xe,mr,Qa,Oa,Da,Ta,Na,Ua);var d=a()[dt/4+0],o=a()[dt/4+1],f=a()[dt/4+2],l=a()[dt/4+3],H=d,rt=o;if(l)throw H=0,rt=0,p(f);return n=H,r=rt,m(H,rt)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(n,r,1)}},c.exports.decrypt_with_password=function(C,_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b,Xe=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),mr=b;t.decrypt_with_password(H,rt,dt,Xe,mr);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}},c.exports.min_fee=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(C,f_),g(_,nr),t.min_fee(r,C.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.calculate_ex_units_ceil_cost=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(C,at),g(_,vt),t.calculate_ex_units_ceil_cost(r,C.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.min_script_fee=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(C,f_),g(_,vt),t.min_script_fee(r,C.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.encode_arbitrary_bytes_as_metadatum=function(C){const _=Q(C,t.__wbindgen_malloc),e=b,s=t.encode_arbitrary_bytes_as_metadatum(_,e);return mt.__wrap(s)},c.exports.decode_arbitrary_bytes_from_metadatum=function(C){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,mt),t.decode_arbitrary_bytes_from_metadatum(d,C.__wbg_ptr);var _=a()[d/4+0],e=a()[d/4+1],s=a()[d/4+2],n=a()[d/4+3];if(n)throw p(s);var r=D(_,e).slice();return t.__wbindgen_free(_,e*1),r}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.encode_json_str_to_metadatum=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.encode_json_str_to_metadatum(r,d,o,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.decode_metadatum_to_json_str=function(C,_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16);g(C,mt),t.decode_metadatum_to_json_str(H,C.__wbg_ptr,_);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}},c.exports.encode_json_str_to_plutus_datum=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.encode_json_str_to_plutus_datum(r,d,o,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.decode_plutus_datum_to_json_str=function(C,_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16);g(C,yt),t.decode_plutus_datum_to_json_str(H,C.__wbg_ptr,_);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}},c.exports.create_send_all=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,pt),g(_,We),g(e,or),t.create_send_all(d,C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Or.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}};let $=null;function ct(){return($===null||$.byteLength===0)&&($=new Uint32Array(t.memory.buffer)),$}function ut(C,_){return C=C>>>0,ct().subarray(C/4,C/4+_)}c.exports.make_daedalus_bootstrap_witness=function(C,_,e){g(C,h_),g(_,A),g(e,hr);const s=t.make_daedalus_bootstrap_witness(C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return ot.__wrap(s)},c.exports.make_icarus_bootstrap_witness=function(C,_,e){g(C,h_),g(_,A),g(e,wt);const s=t.make_icarus_bootstrap_witness(C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return ot.__wrap(s)},c.exports.make_vkey_witness=function(C,_){g(C,h_),g(_,A_);const e=t.make_vkey_witness(C.__wbg_ptr,_.__wbg_ptr);return R_.__wrap(e)},c.exports.hash_auxiliary_data=function(C){g(C,Pt);const _=t.hash_auxiliary_data(C.__wbg_ptr);return qt.__wrap(_)},c.exports.hash_transaction=function(C){g(C,Wt);const _=t.hash_transaction(C.__wbg_ptr);return h_.__wrap(_)},c.exports.hash_plutus_data=function(C){g(C,yt);const _=t.hash_plutus_data(C.__wbg_ptr);return U.__wrap(_)},c.exports.hash_script_data=function(C,_,e){g(C,I_),g(_,M);let s=0;nt(e)||(g(e,n_),s=e.__destroy_into_raw());const n=t.hash_script_data(C.__wbg_ptr,_.__wbg_ptr,s);return M_.__wrap(n)},c.exports.get_implicit_input=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,Wt),g(_,I),g(e,I),t.get_implicit_input(d,C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return gt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.get_deposit=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,Wt),g(_,I),g(e,I),t.get_deposit(d,C.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return I.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.min_ada_for_output=function(C,_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(C,Gt),g(_,F),t.min_ada_for_output(r,C.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.min_ada_required=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(C,gt),g(e,I),t.min_ada_required(d,C.__wbg_ptr,_,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return I.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}},c.exports.encode_json_str_to_native_script=function(C,_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=v(C,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b,l=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),H=b;t.encode_json_str_to_native_script(d,o,f,l,H,e);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Nt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}};function xt(C,_){const e=_(C.length*4,4)>>>0;return ct().set(C,e/4),b=C.length,e}function At(C,_){try{return C.apply(this,_)}catch(e){t.__wbindgen_exn_store(X(e))}}c.exports.StakeCredKind=Object.freeze({Key:0,0:"Key",Script:1,1:"Script"}),c.exports.TransactionMetadatumKind=Object.freeze({MetadataMap:0,0:"MetadataMap",MetadataList:1,1:"MetadataList",Int:2,2:"Int",Bytes:3,3:"Bytes",Text:4,4:"Text"}),c.exports.MetadataJsonSchema=Object.freeze({NoConversions:0,0:"NoConversions",BasicConversions:1,1:"BasicConversions",DetailedSchema:2,2:"DetailedSchema"}),c.exports.LanguageKind=Object.freeze({PlutusV1:0,0:"PlutusV1",PlutusV2:1,1:"PlutusV2"}),c.exports.PlutusDataKind=Object.freeze({ConstrPlutusData:0,0:"ConstrPlutusData",Map:1,1:"Map",List:2,2:"List",Integer:3,3:"Integer",Bytes:4,4:"Bytes"}),c.exports.RedeemerTagKind=Object.freeze({Spend:0,0:"Spend",Mint:1,1:"Mint",Cert:2,2:"Cert",Reward:3,3:"Reward"}),c.exports.PlutusDatumSchema=Object.freeze({BasicConversions:0,0:"BasicConversions",DetailedSchema:1,1:"DetailedSchema"}),c.exports.CoinSelectionStrategyCIP2=Object.freeze({LargestFirst:0,0:"LargestFirst",RandomImprove:1,1:"RandomImprove",LargestFirstMultiAsset:2,2:"LargestFirstMultiAsset",RandomImproveMultiAsset:3,3:"RandomImproveMultiAsset"}),c.exports.CborContainerType=Object.freeze({Array:0,0:"Array",Map:1,1:"Map"}),c.exports.ScriptSchema=Object.freeze({Wallet:0,0:"Wallet",Node:1,1:"Node"}),c.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"}),c.exports.MIRPot=Object.freeze({Reserves:0,0:"Reserves",Treasury:1,1:"Treasury"}),c.exports.MIRKind=Object.freeze({ToOtherPot:0,0:"ToOtherPot",ToStakeCredentials:1,1:"ToStakeCredentials"}),c.exports.RelayKind=Object.freeze({SingleHostAddr:0,0:"SingleHostAddr",SingleHostName:1,1:"SingleHostName",MultiHostName:2,2:"MultiHostName"}),c.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"}),c.exports.ScriptHashNamespace=Object.freeze({NativeScript:0,0:"NativeScript",PlutusScript:1,1:"PlutusScript",PlutusScriptV2:2,2:"PlutusScriptV2"}),c.exports.NetworkIdKind=Object.freeze({Testnet:0,0:"Testnet",Mainnet:1,1:"Mainnet"});class pt{static __wrap(_){_=_>>>0;const e=Object.create(pt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_address_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.address_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.address_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.address_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.address_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.address_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.address_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.address_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const dt=t.__wbindgen_add_to_stack_pointer(-16);var n=nt(_)?0:v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),r=b;t.address_to_bech32(dt,this.__wbg_ptr,n,r);var d=a()[dt/4+0],o=a()[dt/4+1],f=a()[dt/4+2],l=a()[dt/4+3],H=d,rt=o;if(l)throw H=0,rt=0,p(f);return e=H,s=rt,m(H,rt)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.address_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}network_id(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.address_network_id(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Address=pt;class It{static __wrap(_){_=_>>>0;const e=Object.create(It.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_assetname_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.assetname_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return It.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assetname_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return It.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assetname_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return It.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.assetname_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return It.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}name(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.AssetName=It;class Ut{static __wrap(_){_=_>>>0;const e=Object.create(Ut.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_assetnames_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetnames_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.assetnames_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ut.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.assetnames_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assetnames_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ut.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.assetnames_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetnames_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assetnames_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ut.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return Ut.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.assetnames_get(this.__wbg_ptr,_);return It.__wrap(e)}add(_){g(_,It),t.assetnames_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.AssetNames=Ut;class Dt{static __wrap(_){_=_>>>0;const e=Object.create(Dt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_assets_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assets_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.assets_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Dt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.assets_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assets_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Dt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.assets_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assets_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.assets_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Dt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assets_new();return Dt.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,It),g(e,I);const s=t.assets_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:I.__wrap(s)}get(_){g(_,It);const e=t.assets_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:I.__wrap(e)}keys(){const _=t.assets_keys(this.__wbg_ptr);return Ut.__wrap(_)}}c.exports.Assets=Dt;class Pt{static __wrap(_){_=_>>>0;const e=Object.create(Pt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_auxiliarydata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.auxiliarydata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.auxiliarydata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydata_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydata_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.auxiliarydata_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydata_new();return Pt.__wrap(_)}metadata(){const _=t.auxiliarydata_metadata(this.__wbg_ptr);return _===0?void 0:Ot.__wrap(_)}set_metadata(_){g(_,Ot),t.auxiliarydata_set_metadata(this.__wbg_ptr,_.__wbg_ptr)}native_scripts(){const _=t.auxiliarydata_native_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}set_native_scripts(_){g(_,Ht),t.auxiliarydata_set_native_scripts(this.__wbg_ptr,_.__wbg_ptr)}plutus_scripts(){const _=t.auxiliarydata_plutus_scripts(this.__wbg_ptr);return _===0?void 0:x_.__wrap(_)}set_plutus_scripts(_){g(_,x_),t.auxiliarydata_set_plutus_scripts(this.__wbg_ptr,_.__wbg_ptr)}prefer_alonzo_format(){return t.auxiliarydata_prefer_alonzo_format(this.__wbg_ptr)!==0}set_prefer_alonzo_format(_){t.auxiliarydata_set_prefer_alonzo_format(this.__wbg_ptr,_)}}c.exports.AuxiliaryData=Pt;class qt{static __wrap(_){_=_>>>0;const e=Object.create(qt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_auxiliarydatahash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.auxiliarydatahash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.auxiliarydatahash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.auxiliarydatahash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.AuxiliaryDataHash=qt;class K{static __wrap(_){_=_>>>0;const e=Object.create(K.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_auxiliarydataset_free(_)}static new(){const _=t.auxiliarydataset_new();return K.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(e,Pt);const s=t.auxiliarydataset_insert(this.__wbg_ptr,_,e.__wbg_ptr);return s===0?void 0:Pt.__wrap(s)}get(_){const e=t.auxiliarydataset_get(this.__wbg_ptr,_);return e===0?void 0:Pt.__wrap(e)}indices(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydataset_indices(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=ut(_,e).slice();return t.__wbindgen_free(_,e*4),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.AuxiliaryDataSet=K;class q{static __wrap(_){_=_>>>0;const e=Object.create(q.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_baseaddress_free(_)}static new(_,e,s){g(e,Qt),g(s,Qt);const n=t.baseaddress_new(_,e.__wbg_ptr,s.__wbg_ptr);return q.__wrap(n)}payment_cred(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}stake_cred(){const _=t.baseaddress_stake_cred(this.__wbg_ptr);return Qt.__wrap(_)}to_address(){const _=t.baseaddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.baseaddress_from_address(_.__wbg_ptr);return e===0?void 0:q.__wrap(e)}}c.exports.BaseAddress=q;class V{static __wrap(_){_=_>>>0;const e=Object.create(V.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bigint_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bigint_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return V.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bigint_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return V.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bigint_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return V.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}is_zero(){return t.bigint_is_zero(this.__wbg_ptr)!==0}as_u64(){const _=t.bigint_as_u64(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}as_int(){const _=t.bigint_as_int(this.__wbg_ptr);return _===0?void 0:Et.__wrap(_)}static from_str(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bigint_from_str(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return V.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_str(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bigint_to_str(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}add(_){g(_,V);const e=t.bigint_add(this.__wbg_ptr,_.__wbg_ptr);return V.__wrap(e)}mul(_){g(_,V);const e=t.bigint_mul(this.__wbg_ptr,_.__wbg_ptr);return V.__wrap(e)}static one(){const _=t.bigint_one();return V.__wrap(_)}increment(){const _=t.bigint_increment(this.__wbg_ptr);return V.__wrap(_)}div_ceil(_){g(_,V);const e=t.bigint_div_ceil(this.__wbg_ptr,_.__wbg_ptr);return V.__wrap(e)}}c.exports.BigInt=V;class I{static __wrap(_){_=_>>>0;const e=Object.create(I.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bignum_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bignum_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bignum_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bignum_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_str(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bignum_from_str(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_str(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bignum_to_str(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static zero(){const _=t.bignum_zero();return I.__wrap(_)}static one(){const _=t.bignum_one();return I.__wrap(_)}is_zero(){return t.bignum_is_zero(this.__wbg_ptr)!==0}div_floor(_){g(_,I);const e=t.bignum_div_floor(this.__wbg_ptr,_.__wbg_ptr);return I.__wrap(e)}checked_mul(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I),t.bignum_checked_mul(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}checked_add(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I),t.bignum_checked_add(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}checked_sub(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I),t.bignum_checked_sub(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}clamped_sub(_){g(_,I);const e=t.bignum_clamped_sub(this.__wbg_ptr,_.__wbg_ptr);return I.__wrap(e)}compare(_){return g(_,I),t.bignum_compare(this.__wbg_ptr,_.__wbg_ptr)}less_than(_){return g(_,I),t.bignum_less_than(this.__wbg_ptr,_.__wbg_ptr)!==0}static max_value(){const _=t.bignum_max_value();return I.__wrap(_)}static max(_,e){g(_,I),g(e,I);const s=t.bignum_max(_.__wbg_ptr,e.__wbg_ptr);return I.__wrap(s)}}c.exports.BigNum=I;class wt{static __wrap(_){_=_>>>0;const e=Object.create(wt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bip32privatekey_free(_)}derive(_){const e=t.bip32privatekey_derive(this.__wbg_ptr,_);return wt.__wrap(e)}static from_128_xprv(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bip32privatekey_from_128_xprv(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_128_xprv(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_to_128_xprv(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static generate_ed25519_bip32(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_generate_ed25519_bip32(n);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return wt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_raw_key(){const _=t.bip32privatekey_to_raw_key(this.__wbg_ptr);return A_.__wrap(_)}to_public(){const _=t.bip32privatekey_to_public(this.__wbg_ptr);return bt.__wrap(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bip32privatekey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bip32privatekey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_bip39_entropy(_,e){const s=Q(_,t.__wbindgen_malloc),n=b,r=Q(e,t.__wbindgen_malloc),d=b,o=t.bip32privatekey_from_bip39_entropy(s,n,r,d);return wt.__wrap(o)}chaincode(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_chaincode(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bip32privatekey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Bip32PrivateKey=wt;class bt{static __wrap(_){_=_>>>0;const e=Object.create(bt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bip32publickey_free(_)}derive(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_derive(r,this.__wbg_ptr,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return bt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_raw_key(){const _=t.bip32publickey_to_raw_key(this.__wbg_ptr);return u_.__wrap(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bip32publickey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return bt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bip32publickey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return bt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}chaincode(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_chaincode(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bip32publickey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return bt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Bip32PublicKey=bt;class st{static __wrap(_){_=_>>>0;const e=Object.create(st.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_block_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.block_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.block_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return st.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.block_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.block_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return st.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.block_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.block_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.block_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return st.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}header(){const _=t.block_header(this.__wbg_ptr);return __.__wrap(_)}transaction_bodies(){const _=t.block_transaction_bodies(this.__wbg_ptr);return ve.__wrap(_)}transaction_witness_sets(){const _=t.block_transaction_witness_sets(this.__wbg_ptr);return ke.__wrap(_)}auxiliary_data_set(){const _=t.block_auxiliary_data_set(this.__wbg_ptr);return K.__wrap(_)}invalid_transactions(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.block_invalid_transactions(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=ut(_,e).slice();return t.__wbindgen_free(_,e*4),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e,s,n,r){g(_,__),g(e,ve),g(s,ke),g(n,K);const d=xt(r,t.__wbindgen_malloc),o=b,f=t.block_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr,n.__wbg_ptr,d,o);return st.__wrap(f)}}c.exports.Block=st;class et{static __wrap(_){_=_>>>0;const e=Object.create(et.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_blockhash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.blockhash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.blockhash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.blockhash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.BlockHash=et;class ot{static __wrap(_){_=_>>>0;const e=Object.create(ot.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bootstrapwitness_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.bootstrapwitness_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bootstrapwitness_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.bootstrapwitness_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}vkey(){const _=t.bootstrapwitness_vkey(this.__wbg_ptr);return Zt.__wrap(_)}signature(){const _=t.bootstrapwitness_signature(this.__wbg_ptr);return it.__wrap(_)}chain_code(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}attributes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_attributes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e,s,n){g(_,Zt),g(e,it);const r=Q(s,t.__wbindgen_malloc),d=b,o=Q(n,t.__wbindgen_malloc),f=b,l=t.bootstrapwitness_new(_.__wbg_ptr,e.__wbg_ptr,r,d,o,f);return ot.__wrap(l)}}c.exports.BootstrapWitness=ot;class k{static __wrap(_){_=_>>>0;const e=Object.create(k.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_bootstrapwitnesses_free(_)}static new(){const _=t.assetnames_new();return k.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.bootstrapwitnesses_get(this.__wbg_ptr,_);return ot.__wrap(e)}add(_){g(_,ot),t.bootstrapwitnesses_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.BootstrapWitnesses=k;class A{static __wrap(_){_=_>>>0;const e=Object.create(A.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_byronaddress_free(_)}to_base58(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.byronaddress_to_base58(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.byronaddress_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.byronaddress_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}byron_protocol_magic(){return t.byronaddress_byron_protocol_magic(this.__wbg_ptr)>>>0}attributes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.byronaddress_attributes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}network_id(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.byronaddress_network_id(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_base58(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.byronaddress_from_base58(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static icarus_from_key(_,e){g(_,bt);const s=t.byronaddress_icarus_from_key(_.__wbg_ptr,e);return A.__wrap(s)}static is_valid(_){const e=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),s=b;return t.byronaddress_is_valid(e,s)!==0}to_address(){const _=t.byronaddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.byronaddress_from_address(_.__wbg_ptr);return e===0?void 0:A.__wrap(e)}}c.exports.ByronAddress=A;class B{static __wrap(_){_=_>>>0;const e=Object.create(B.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_certificate_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.certificate_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.certificate_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.certificate_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.certificate_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.certificate_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.certificate_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.certificate_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_stake_registration(_){g(_,ye);const e=t.certificate_new_stake_registration(_.__wbg_ptr);return B.__wrap(e)}static new_stake_deregistration(_){g(_,he);const e=t.certificate_new_stake_deregistration(_.__wbg_ptr);return B.__wrap(e)}static new_stake_delegation(_){g(_,fe);const e=t.certificate_new_stake_delegation(_.__wbg_ptr);return B.__wrap(e)}static new_pool_registration(_){g(_,se);const e=t.certificate_new_pool_registration(_.__wbg_ptr);return B.__wrap(e)}static new_pool_retirement(_){g(_,oe);const e=t.certificate_new_pool_retirement(_.__wbg_ptr);return B.__wrap(e)}static new_genesis_key_delegation(_){g(_,Rt);const e=t.certificate_new_genesis_key_delegation(_.__wbg_ptr);return B.__wrap(e)}static new_move_instantaneous_rewards_cert(_){g(_,Z_);const e=t.certificate_new_move_instantaneous_rewards_cert(_.__wbg_ptr);return B.__wrap(e)}kind(){return t.certificate_kind(this.__wbg_ptr)>>>0}as_stake_registration(){const _=t.certificate_as_stake_registration(this.__wbg_ptr);return _===0?void 0:ye.__wrap(_)}as_stake_deregistration(){const _=t.certificate_as_stake_deregistration(this.__wbg_ptr);return _===0?void 0:he.__wrap(_)}as_stake_delegation(){const _=t.certificate_as_stake_delegation(this.__wbg_ptr);return _===0?void 0:fe.__wrap(_)}as_pool_registration(){const _=t.certificate_as_pool_registration(this.__wbg_ptr);return _===0?void 0:se.__wrap(_)}as_pool_retirement(){const _=t.certificate_as_pool_retirement(this.__wbg_ptr);return _===0?void 0:oe.__wrap(_)}as_genesis_key_delegation(){const _=t.certificate_as_genesis_key_delegation(this.__wbg_ptr);return _===0?void 0:Rt.__wrap(_)}as_move_instantaneous_rewards_cert(){const _=t.certificate_as_move_instantaneous_rewards_cert(this.__wbg_ptr);return _===0?void 0:Z_.__wrap(_)}}c.exports.Certificate=B;class N{static __wrap(_){_=_>>>0;const e=Object.create(N.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_certificates_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.certificates_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.certificates_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.certificates_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.certificates_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.certificates_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.certificates_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.certificates_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return N.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.certificates_get(this.__wbg_ptr,_);return B.__wrap(e)}add(_){g(_,B),t.certificates_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.Certificates=N;class E{static __wrap(_){_=_>>>0;const e=Object.create(E.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_constrplutusdata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.constrplutusdata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.constrplutusdata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return E.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.constrplutusdata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.constrplutusdata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return E.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}alternative(){const _=t.constrplutusdata_alternative(this.__wbg_ptr);return I.__wrap(_)}data(){const _=t.constrplutusdata_data(this.__wbg_ptr);return n_.__wrap(_)}static new(_,e){g(_,I),g(e,n_);const s=t.constrplutusdata_new(_.__wbg_ptr,e.__wbg_ptr);return E.__wrap(s)}}c.exports.ConstrPlutusData=E;class T{static __wrap(_){_=_>>>0;const e=Object.create(T.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_costmodel_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.costmodel_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.costmodel_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.costmodel_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return T.__wrap(_)}set(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(e,Et),t.costmodel_set(d,this.__wbg_ptr,_,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Et.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.costmodel_get(r,this.__wbg_ptr,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}}c.exports.CostModel=T;class M{static __wrap(_){_=_>>>0;const e=Object.create(M.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_costmdls_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.costmdls_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.costmdls_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.costmdls_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.costmdls_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.costmdls_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.costmdls_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.costmdls_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assets_new();return M.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Jt),g(e,T);const s=t.costmdls_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:T.__wrap(s)}get(_){g(_,Jt);const e=t.costmdls_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:T.__wrap(e)}keys(){const _=t.costmdls_keys(this.__wbg_ptr);return Ye.__wrap(_)}retain_language_versions(_){g(_,Ye);const e=t.costmdls_retain_language_versions(this.__wbg_ptr,_.__wbg_ptr);return M.__wrap(e)}}c.exports.Costmdls=M;class S{static __wrap(_){_=_>>>0;const e=Object.create(S.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_dnsrecordaoraaaa_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.dnsrecordaoraaaa_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return S.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return S.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return S.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return S.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}record(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_record(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.DNSRecordAorAAAA=S;class O{static __wrap(_){_=_>>>0;const e=Object.create(O.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_dnsrecordsrv_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordsrv_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.dnsrecordsrv_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return O.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordsrv_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordsrv_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return O.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return O.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordsrv_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return O.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}record(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_record(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.DNSRecordSRV=O;class F{static __wrap(_){_=_>>>0;const e=Object.create(F.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_datacost_free(_)}static new_coins_per_word(_){g(_,I);const e=t.datacost_new_coins_per_word(_.__wbg_ptr);return F.__wrap(e)}static new_coins_per_byte(_){g(_,I);const e=t.datacost_new_coins_per_byte(_.__wbg_ptr);return F.__wrap(e)}coins_per_byte(){const _=t.datacost_coins_per_byte(this.__wbg_ptr);return I.__wrap(_)}}c.exports.DataCost=F;class U{static __wrap(_){_=_>>>0;const e=Object.create(U.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_datahash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.datahash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.datahash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.datahash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.DataHash=U;class z{static __wrap(_){_=_>>>0;const e=Object.create(z.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_datumsource_free(_)}static new(_){g(_,yt);const e=t.datumsource_new(_.__wbg_ptr);return z.__wrap(e)}static new_ref_input(_){g(_,Ct);const e=t.datumsource_new_ref_input(_.__wbg_ptr);return z.__wrap(e)}}c.exports.DatumSource=z;class W{static __wrap(_){_=_>>>0;const e=Object.create(W.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ed25519keyhash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ed25519keyhash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.ed25519keyhash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519keyhash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519keyhash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Ed25519KeyHash=W;class tt{static __wrap(_){_=_>>>0;const e=Object.create(tt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ed25519keyhashes_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ed25519keyhashes_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return tt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519keyhashes_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return tt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519keyhashes_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return tt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return tt.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.ed25519keyhashes_get(this.__wbg_ptr,_);return W.__wrap(e)}add(_){g(_,W),t.ed25519keyhashes_add(this.__wbg_ptr,_.__wbg_ptr)}to_option(){const _=t.ed25519keyhashes_to_option(this.__wbg_ptr);return _===0?void 0:tt.__wrap(_)}}c.exports.Ed25519KeyHashes=tt;class it{static __wrap(_){_=_>>>0;const e=Object.create(it.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ed25519signature_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32publickey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519signature_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519signature_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519signature_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return it.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ed25519signature_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return it.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ed25519signature_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return it.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Ed25519Signature=it;class Bt{static __wrap(_){_=_>>>0;const e=Object.create(Bt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_enterpriseaddress_free(_)}static new(_,e){g(e,Qt);const s=t.enterpriseaddress_new(_,e.__wbg_ptr);return Bt.__wrap(s)}payment_cred(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}to_address(){const _=t.enterpriseaddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.enterpriseaddress_from_address(_.__wbg_ptr);return e===0?void 0:Bt.__wrap(e)}}c.exports.EnterpriseAddress=Bt;class vt{static __wrap(_){_=_>>>0;const e=Object.create(vt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_exunitprices_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.exunitprices_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.exunitprices_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return vt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.exunitprices_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.exunitprices_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return vt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.exunitprices_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.exunitprices_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.exunitprices_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return vt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}mem_price(){const _=t.exunitprices_mem_price(this.__wbg_ptr);return Lt.__wrap(_)}step_price(){const _=t.exunitprices_step_price(this.__wbg_ptr);return Lt.__wrap(_)}static new(_,e){g(_,Lt),g(e,Lt);const s=t.exunitprices_new(_.__wbg_ptr,e.__wbg_ptr);return vt.__wrap(s)}}c.exports.ExUnitPrices=vt;class at{static __wrap(_){_=_>>>0;const e=Object.create(at.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_exunits_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.exunits_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.exunits_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return at.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.exunits_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.exunits_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return at.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.exunits_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.exunits_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.exunits_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return at.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}mem(){const _=t.exunits_mem(this.__wbg_ptr);return I.__wrap(_)}steps(){const _=t.exunits_steps(this.__wbg_ptr);return I.__wrap(_)}static new(_,e){g(_,I),g(e,I);const s=t.exunits_new(_.__wbg_ptr,e.__wbg_ptr);return at.__wrap(s)}}c.exports.ExUnits=at;class ht{static __wrap(_){_=_>>>0;const e=Object.create(ht.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_fixedtransaction_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.fixedtransaction_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ht.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.fixedtransaction_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ht.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e,s){try{const o=t.__wbindgen_add_to_stack_pointer(-16),f=Q(_,t.__wbindgen_malloc),l=b,H=Q(e,t.__wbindgen_malloc),rt=b;t.fixedtransaction_new(o,f,l,H,rt,s);var n=a()[o/4+0],r=a()[o/4+1],d=a()[o/4+2];if(d)throw p(r);return ht.__wrap(n)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_with_auxiliary(_,e,s,n){try{const f=t.__wbindgen_add_to_stack_pointer(-16),l=Q(_,t.__wbindgen_malloc),H=b,rt=Q(e,t.__wbindgen_malloc),dt=b,Xe=Q(s,t.__wbindgen_malloc),mr=b;t.fixedtransaction_new_with_auxiliary(f,l,H,rt,dt,Xe,mr,n);var r=a()[f/4+0],d=a()[f/4+1],o=a()[f/4+2];if(o)throw p(d);return ht.__wrap(r)}finally{t.__wbindgen_add_to_stack_pointer(16)}}body(){const _=t.fixedtransaction_body(this.__wbg_ptr);return Wt.__wrap(_)}raw_body(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_raw_body(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_body(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16),r=Q(_,t.__wbindgen_malloc),d=b;t.fixedtransaction_set_body(n,this.__wbg_ptr,r,d);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_witness_set(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16),r=Q(_,t.__wbindgen_malloc),d=b;t.fixedtransaction_set_witness_set(n,this.__wbg_ptr,r,d);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}witness_set(){const _=t.fixedtransaction_witness_set(this.__wbg_ptr);return y_.__wrap(_)}raw_witness_set(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_raw_witness_set(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_is_valid(_){t.fixedtransaction_set_is_valid(this.__wbg_ptr,_)}is_valid(){return t.fixedtransaction_is_valid(this.__wbg_ptr)!==0}set_auxiliary_data(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16),r=Q(_,t.__wbindgen_malloc),d=b;t.fixedtransaction_set_auxiliary_data(n,this.__wbg_ptr,r,d);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}auxiliary_data(){const _=t.fixedtransaction_auxiliary_data(this.__wbg_ptr);return _===0?void 0:Pt.__wrap(_)}raw_auxiliary_data(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.fixedtransaction_raw_auxiliary_data(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];let n;return _!==0&&(n=D(_,e).slice(),t.__wbindgen_free(_,e*1)),n}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.FixedTransaction=ht;class Ot{static __wrap(_){_=_>>>0;const e=Object.create(Ot.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_generaltransactionmetadata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.generaltransactionmetadata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.generaltransactionmetadata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.generaltransactionmetadata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.generaltransactionmetadata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.generaltransactionmetadata_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.generaltransactionmetadata_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.generaltransactionmetadata_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ot.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return Ot.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,I),g(e,mt);const s=t.generaltransactionmetadata_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:mt.__wrap(s)}get(_){g(_,I);const e=t.generaltransactionmetadata_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:mt.__wrap(e)}keys(){const _=t.generaltransactionmetadata_keys(this.__wbg_ptr);return Je.__wrap(_)}}c.exports.GeneralTransactionMetadata=Ot;class o_{static __wrap(_){_=_>>>0;const e=Object.create(o_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_genesisdelegatehash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.genesisdelegatehash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return o_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.ed25519keyhash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesisdelegatehash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return o_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesisdelegatehash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return o_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.GenesisDelegateHash=o_;class Xt{static __wrap(_){_=_>>>0;const e=Object.create(Xt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_genesishash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.genesishash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Xt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.ed25519keyhash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesishash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Xt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesishash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Xt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.GenesisHash=Xt;class w_{static __wrap(_){_=_>>>0;const e=Object.create(w_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_genesishashes_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.genesishashes_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.genesishashes_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return w_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.genesishashes_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesishashes_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return w_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesishashes_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return w_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return w_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.genesishashes_get(this.__wbg_ptr,_);return Xt.__wrap(e)}add(_){g(_,Xt),t.ed25519keyhashes_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.GenesisHashes=w_;class Rt{static __wrap(_){_=_>>>0;const e=Object.create(Rt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_genesiskeydelegation_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.genesiskeydelegation_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.genesiskeydelegation_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Rt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.genesiskeydelegation_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesiskeydelegation_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Rt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.genesiskeydelegation_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.genesiskeydelegation_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.genesiskeydelegation_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Rt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}genesishash(){const _=t.genesiskeydelegation_genesishash(this.__wbg_ptr);return Xt.__wrap(_)}genesis_delegate_hash(){const _=t.genesiskeydelegation_genesis_delegate_hash(this.__wbg_ptr);return o_.__wrap(_)}vrf_keyhash(){const _=t.genesiskeydelegation_vrf_keyhash(this.__wbg_ptr);return q_.__wrap(_)}static new(_,e,s){g(_,Xt),g(e,o_),g(s,q_);const n=t.genesiskeydelegation_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return Rt.__wrap(n)}}c.exports.GenesisKeyDelegation=Rt;class __{static __wrap(_){_=_>>>0;const e=Object.create(__.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_header_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.header_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.header_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return __.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.header_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.header_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return __.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.header_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.header_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.header_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return __.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}header_body(){const _=t.header_header_body(this.__wbg_ptr);return Ft.__wrap(_)}body_signature(){const _=t.header_body_signature(this.__wbg_ptr);return rr.__wrap(_)}static new(_,e){g(_,Ft),g(e,rr);const s=t.header_new(_.__wbg_ptr,e.__wbg_ptr);return __.__wrap(s)}}c.exports.Header=__;class Ft{static __wrap(_){_=_>>>0;const e=Object.create(Ft.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_headerbody_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.headerbody_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ft.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.headerbody_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ft.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.headerbody_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ft.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}block_number(){return t.headerbody_block_number(this.__wbg_ptr)>>>0}slot(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.headerbody_slot(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot_bignum(){const _=t.headerbody_slot_bignum(this.__wbg_ptr);return I.__wrap(_)}prev_hash(){const _=t.headerbody_prev_hash(this.__wbg_ptr);return _===0?void 0:et.__wrap(_)}issuer_vkey(){const _=t.headerbody_issuer_vkey(this.__wbg_ptr);return Zt.__wrap(_)}vrf_vkey(){const _=t.headerbody_vrf_vkey(this.__wbg_ptr);return Ie.__wrap(_)}has_nonce_and_leader_vrf(){return t.headerbody_has_nonce_and_leader_vrf(this.__wbg_ptr)!==0}nonce_vrf_or_nothing(){const _=t.headerbody_nonce_vrf_or_nothing(this.__wbg_ptr);return _===0?void 0:v_.__wrap(_)}leader_vrf_or_nothing(){const _=t.headerbody_leader_vrf_or_nothing(this.__wbg_ptr);return _===0?void 0:v_.__wrap(_)}has_vrf_result(){return t.headerbody_has_vrf_result(this.__wbg_ptr)!==0}vrf_result_or_nothing(){const _=t.headerbody_vrf_result_or_nothing(this.__wbg_ptr);return _===0?void 0:v_.__wrap(_)}block_body_size(){return t.headerbody_block_body_size(this.__wbg_ptr)>>>0}block_body_hash(){const _=t.headerbody_block_body_hash(this.__wbg_ptr);return et.__wrap(_)}operational_cert(){const _=t.headerbody_operational_cert(this.__wbg_ptr);return U_.__wrap(_)}protocol_version(){const _=t.headerbody_protocol_version(this.__wbg_ptr);return g_.__wrap(_)}static new(_,e,s,n,r,d,o,f,l,H){let rt=0;nt(s)||(g(s,et),rt=s.__destroy_into_raw()),g(n,Zt),g(r,Ie),g(d,v_),g(f,et),g(l,U_),g(H,g_);const dt=t.headerbody_new(_,e,rt,n.__wbg_ptr,r.__wbg_ptr,d.__wbg_ptr,o,f.__wbg_ptr,l.__wbg_ptr,H.__wbg_ptr);return Ft.__wrap(dt)}static new_headerbody(_,e,s,n,r,d,o,f,l,H){g(e,I);let rt=0;nt(s)||(g(s,et),rt=s.__destroy_into_raw()),g(n,Zt),g(r,Ie),g(d,v_),g(f,et),g(l,U_),g(H,g_);const dt=t.headerbody_new_headerbody(_,e.__wbg_ptr,rt,n.__wbg_ptr,r.__wbg_ptr,d.__wbg_ptr,o,f.__wbg_ptr,l.__wbg_ptr,H.__wbg_ptr);return Ft.__wrap(dt)}}c.exports.HeaderBody=Ft;class Kt{static __wrap(_){_=_>>>0;const e=Object.create(Kt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_inputwithscriptwitness_free(_)}static new_with_native_script_witness(_,e){g(_,Ct),g(e,Nt);const s=t.inputwithscriptwitness_new_with_native_script_witness(_.__wbg_ptr,e.__wbg_ptr);return Kt.__wrap(s)}static new_with_plutus_witness(_,e){g(_,Ct),g(e,l_);const s=t.inputwithscriptwitness_new_with_plutus_witness(_.__wbg_ptr,e.__wbg_ptr);return Kt.__wrap(s)}input(){const _=t.inputwithscriptwitness_input(this.__wbg_ptr);return Ct.__wrap(_)}}c.exports.InputWithScriptWitness=Kt;class St{static __wrap(_){_=_>>>0;const e=Object.create(St.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_inputswithscriptwitness_free(_)}static new(){const _=t.certificates_new();return St.__wrap(_)}add(_){g(_,Kt),t.inputswithscriptwitness_add(this.__wbg_ptr,_.__wbg_ptr)}get(_){const e=t.inputswithscriptwitness_get(this.__wbg_ptr,_);return Kt.__wrap(e)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}}c.exports.InputsWithScriptWitness=St;class Et{static __wrap(_){_=_>>>0;const e=Object.create(Et.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_int_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.int_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.int_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.int_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){g(_,I);const e=t.int_new(_.__wbg_ptr);return Et.__wrap(e)}static new_negative(_){g(_,I);const e=t.int_new_negative(_.__wbg_ptr);return Et.__wrap(e)}static new_i32(_){const e=t.int_new_i32(_);return Et.__wrap(e)}is_positive(){return t.int_is_positive(this.__wbg_ptr)!==0}as_positive(){const _=t.int_as_positive(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}as_negative(){const _=t.int_as_negative(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}as_i32(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.int_as_i32(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_i32_or_nothing(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.int_as_i32_or_nothing(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_i32_or_fail(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.int_as_i32_or_fail(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_str(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.int_to_str(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_str(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.int_from_str(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Et.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Int=Et;class $_{static __wrap(_){_=_>>>0;const e=Object.create($_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ipv4_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ipv4_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ipv4_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ipv4_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ipv4_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}ip(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv4_ip(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Ipv4=$_;class J_{static __wrap(_){_=_>>>0;const e=Object.create(J_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_ipv6_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ipv6_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return J_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ipv6_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return J_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.ipv6_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return J_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.ipv6_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return J_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}ip(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ipv6_ip(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Ipv6=J_;class er{static __wrap(_){_=_>>>0;const e=Object.create(er.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_jsvecstring_free(_)}static new(){const _=t.jsvecstring_new();return er.__wrap(_)}len(){return t.jsvecstring_len(this.__wbg_ptr)>>>0}is_empty(){return t.jsvecstring_is_empty(this.__wbg_ptr)!==0}get(_){let e,s;try{const d=t.__wbindgen_add_to_stack_pointer(-16);t.jsvecstring_get(d,this.__wbg_ptr,_);var n=a()[d/4+0],r=a()[d/4+1];return e=n,s=r,m(n,r)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}add(_){const e=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),s=b;t.jsvecstring_add(this.__wbg_ptr,e,s)}}c.exports.JsVecString=er;class rr{static __wrap(_){_=_>>>0;const e=Object.create(rr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_kessignature_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.kessignature_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return rr.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.KESSignature=rr;class De{static __wrap(_){_=_>>>0;const e=Object.create(De.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_kesvkey_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.kesvkey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return De.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.kesvkey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return De.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.kesvkey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return De.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.KESVKey=De;class Jt{static __wrap(_){_=_>>>0;const e=Object.create(Jt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_language_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.language_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.language_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Jt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.language_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.language_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Jt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.language_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.language_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.language_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Jt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_plutus_v1(){const _=t.language_new_plutus_v1();return Jt.__wrap(_)}static new_plutus_v2(){const _=t.language_new_plutus_v2();return Jt.__wrap(_)}kind(){return t.language_kind(this.__wbg_ptr)>>>0}}c.exports.Language=Jt;class Ye{static __wrap(_){_=_>>>0;const e=Object.create(Ye.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_languages_free(_)}static new(){const _=t.ed25519keyhashes_new();return Ye.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.languages_get(this.__wbg_ptr,_);return Jt.__wrap(e)}add(_){g(_,Jt);var e=_.__destroy_into_raw();t.languages_add(this.__wbg_ptr,e)}static list(){const _=t.languages_list();return Ye.__wrap(_)}}c.exports.Languages=Ye;class hr{static __wrap(_){_=_>>>0;const e=Object.create(hr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_legacydaedalusprivatekey_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.legacydaedalusprivatekey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return hr.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}chaincode(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bip32privatekey_chaincode(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.LegacyDaedalusPrivateKey=hr;class nr{static __wrap(_){_=_>>>0;const e=Object.create(nr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_linearfee_free(_)}constant(){const _=t.linearfee_constant(this.__wbg_ptr);return I.__wrap(_)}coefficient(){const _=t.linearfee_coefficient(this.__wbg_ptr);return I.__wrap(_)}static new(_,e){g(_,I),g(e,I);const s=t.linearfee_new(_.__wbg_ptr,e.__wbg_ptr);return nr.__wrap(s)}}c.exports.LinearFee=nr;class W_{static __wrap(_){_=_>>>0;const e=Object.create(W_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mirtostakecredentials_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mirtostakecredentials_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.mirtostakecredentials_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.mirtostakecredentials_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.mirtostakecredentials_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.mirtostakecredentials_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mirtostakecredentials_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.mirtostakecredentials_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return W_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return W_.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Qt),g(e,Et);const s=t.mirtostakecredentials_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:Et.__wrap(s)}get(_){g(_,Qt);const e=t.mirtostakecredentials_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:Et.__wrap(e)}keys(){const _=t.mirtostakecredentials_keys(this.__wbg_ptr);return Fe.__wrap(_)}}c.exports.MIRToStakeCredentials=W_;class X_{static __wrap(_){_=_>>>0;const e=Object.create(X_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_metadatalist_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.metadatalist_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.metadatalist_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return X_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.metadatalist_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.metadatalist_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return X_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return X_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.metadatalist_get(this.__wbg_ptr,_);return mt.__wrap(e)}add(_){g(_,mt),t.metadatalist_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.MetadataList=X_;class Te{static __wrap(_){_=_>>>0;const e=Object.create(Te.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_metadatamap_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.metadatamap_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.metadatamap_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.metadatamap_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.metadatamap_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return Te.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,mt),g(e,mt);const s=t.metadatamap_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:mt.__wrap(s)}insert_str(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b;g(e,mt),t.metadatamap_insert_str(d,this.__wbg_ptr,o,f,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return s===0?void 0:mt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}insert_i32(_,e){g(e,mt);const s=t.metadatamap_insert_i32(this.__wbg_ptr,_,e.__wbg_ptr);return s===0?void 0:mt.__wrap(s)}get(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,mt),t.metadatamap_get(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_str(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.metadatamap_get_str(r,this.__wbg_ptr,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_i32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.metadatamap_get_i32(r,this.__wbg_ptr,_);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}has(_){return g(_,mt),t.metadatamap_has(this.__wbg_ptr,_.__wbg_ptr)!==0}keys(){const _=t.metadatamap_keys(this.__wbg_ptr);return X_.__wrap(_)}}c.exports.MetadataMap=Te;class r_{static __wrap(_){_=_>>>0;const e=Object.create(r_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mint_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mint_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.mint_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return r_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.mint_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.mint_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return r_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.mint_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mint_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.mint_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return r_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return r_.__wrap(_)}static new_from_entry(_,e){g(_,Mt),g(e,D_);const s=t.mint_new_from_entry(_.__wbg_ptr,e.__wbg_ptr);return r_.__wrap(s)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Mt),g(e,D_);const s=t.mint_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:D_.__wrap(s)}get(_){g(_,Mt);const e=t.mint_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:D_.__wrap(e)}get_all(_){g(_,Mt);const e=t.mint_get_all(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:Br.__wrap(e)}keys(){const _=t.mint_keys(this.__wbg_ptr);return we.__wrap(_)}as_positive_multiasset(){const _=t.mint_as_positive_multiasset(this.__wbg_ptr);return $t.__wrap(_)}as_negative_multiasset(){const _=t.mint_as_negative_multiasset(this.__wbg_ptr);return $t.__wrap(_)}}c.exports.Mint=r_;class D_{static __wrap(_){_=_>>>0;const e=Object.create(D_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mintassets_free(_)}static new(){const _=t.assets_new();return D_.__wrap(_)}static new_from_entry(_,e){g(_,It),g(e,Et);var s=e.__destroy_into_raw();const n=t.mintassets_new_from_entry(_.__wbg_ptr,s);return D_.__wrap(n)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,It),g(e,Et);var s=e.__destroy_into_raw();const n=t.mintassets_insert(this.__wbg_ptr,_.__wbg_ptr,s);return n===0?void 0:Et.__wrap(n)}get(_){g(_,It);const e=t.mintassets_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:Et.__wrap(e)}keys(){const _=t.mintassets_keys(this.__wbg_ptr);return Ut.__wrap(_)}}c.exports.MintAssets=D_;class ar{static __wrap(_){_=_>>>0;const e=Object.create(ar.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mintbuilder_free(_)}static new(){const _=t.assets_new();return ar.__wrap(_)}add_asset(_,e,s){g(_,Ge),g(e,It),g(s,Et),t.mintbuilder_add_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}set_asset(_,e,s){g(_,Ge),g(e,It),g(s,Et),t.mintbuilder_set_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}build(){const _=t.mintbuilder_build(this.__wbg_ptr);return r_.__wrap(_)}get_native_scripts(){const _=t.mintbuilder_get_native_scripts(this.__wbg_ptr);return Ht.__wrap(_)}get_plutus_witnesses(){const _=t.mintbuilder_get_plutus_witnesses(this.__wbg_ptr);return re.__wrap(_)}get_ref_inputs(){const _=t.mintbuilder_get_ref_inputs(this.__wbg_ptr);return zt.__wrap(_)}get_redeeemers(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.mintbuilder_get_redeeemers(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return I_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}has_plutus_scripts(){return t.mintbuilder_has_plutus_scripts(this.__wbg_ptr)!==0}has_native_scripts(){return t.mintbuilder_has_native_scripts(this.__wbg_ptr)!==0}}c.exports.MintBuilder=ar;class Ge{static __wrap(_){_=_>>>0;const e=Object.create(Ge.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mintwitness_free(_)}static new_native_script(_){g(_,Nt);const e=t.mintwitness_new_native_script(_.__wbg_ptr);return Ge.__wrap(e)}static new_plutus_script(_,e){g(_,ee),g(e,e_);const s=t.mintwitness_new_plutus_script(_.__wbg_ptr,e.__wbg_ptr);return Ge.__wrap(s)}}c.exports.MintWitness=Ge;class Br{static __wrap(_){_=_>>>0;const e=Object.create(Br.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_mintsassets_free(_)}}c.exports.MintsAssets=Br;class T_{static __wrap(_){_=_>>>0;const e=Object.create(T_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_moveinstantaneousreward_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousreward_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.moveinstantaneousreward_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousreward_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.moveinstantaneousreward_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousreward_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousreward_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.moveinstantaneousreward_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return T_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_to_other_pot(_,e){g(e,I);const s=t.moveinstantaneousreward_new_to_other_pot(_,e.__wbg_ptr);return T_.__wrap(s)}static new_to_stake_creds(_,e){g(e,W_);const s=t.moveinstantaneousreward_new_to_stake_creds(_,e.__wbg_ptr);return T_.__wrap(s)}pot(){return t.moveinstantaneousreward_pot(this.__wbg_ptr)>>>0}kind(){return t.moveinstantaneousreward_kind(this.__wbg_ptr)>>>0}as_to_other_pot(){const _=t.moveinstantaneousreward_as_to_other_pot(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}as_to_stake_creds(){const _=t.moveinstantaneousreward_as_to_stake_creds(this.__wbg_ptr);return _===0?void 0:W_.__wrap(_)}}c.exports.MoveInstantaneousReward=T_;class Z_{static __wrap(_){_=_>>>0;const e=Object.create(Z_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_moveinstantaneousrewardscert_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousrewardscert_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.moveinstantaneousrewardscert_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousrewardscert_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.moveinstantaneousrewardscert_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousrewardscert_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.moveinstantaneousrewardscert_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.moveinstantaneousrewardscert_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}move_instantaneous_reward(){const _=t.moveinstantaneousrewardscert_move_instantaneous_reward(this.__wbg_ptr);return T_.__wrap(_)}static new(_){g(_,T_);const e=t.moveinstantaneousrewardscert_new(_.__wbg_ptr);return Z_.__wrap(e)}}c.exports.MoveInstantaneousRewardsCert=Z_;class $t{static __wrap(_){_=_>>>0;const e=Object.create($t.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_multiasset_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.multiasset_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.multiasset_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $t.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.multiasset_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.multiasset_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $t.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.multiasset_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.multiasset_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.multiasset_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return $t.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assets_new();return $t.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Mt),g(e,Dt);const s=t.multiasset_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:Dt.__wrap(s)}get(_){g(_,Mt);const e=t.multiasset_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:Dt.__wrap(e)}set_asset(_,e,s){g(_,Mt),g(e,It),g(s,I);var n=s.__destroy_into_raw();const r=t.multiasset_set_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,n);return r===0?void 0:I.__wrap(r)}get_asset(_,e){g(_,Mt),g(e,It);const s=t.multiasset_get_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return I.__wrap(s)}keys(){const _=t.multiasset_keys(this.__wbg_ptr);return we.__wrap(_)}sub(_){g(_,$t);const e=t.multiasset_sub(this.__wbg_ptr,_.__wbg_ptr);return $t.__wrap(e)}}c.exports.MultiAsset=$t;class te{static __wrap(_){_=_>>>0;const e=Object.create(te.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_multihostname_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.multihostname_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.multihostname_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.multihostname_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.multihostname_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.multihostname_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.multihostname_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.multihostname_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return te.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}dns_name(){const _=t.multihostname_dns_name(this.__wbg_ptr);return O.__wrap(_)}static new(_){g(_,O);const e=t.multihostname_new(_.__wbg_ptr);return te.__wrap(e)}}c.exports.MultiHostName=te;class Nt{static __wrap(_){_=_>>>0;const e=Object.create(Nt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_nativescript_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.nativescript_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.nativescript_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Nt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.nativescript_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.nativescript_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Nt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.nativescript_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.nativescript_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.nativescript_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Nt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}hash(){const _=t.nativescript_hash(this.__wbg_ptr);return Mt.__wrap(_)}static new_script_pubkey(_){g(_,ge);const e=t.nativescript_new_script_pubkey(_.__wbg_ptr);return Nt.__wrap(e)}static new_script_all(_){g(_,ce);const e=t.nativescript_new_script_all(_.__wbg_ptr);return Nt.__wrap(e)}static new_script_any(_){g(_,pe);const e=t.nativescript_new_script_any(_.__wbg_ptr);return Nt.__wrap(e)}static new_script_n_of_k(_){g(_,le);const e=t.nativescript_new_script_n_of_k(_.__wbg_ptr);return Nt.__wrap(e)}static new_timelock_start(_){g(_,K_);const e=t.nativescript_new_timelock_start(_.__wbg_ptr);return Nt.__wrap(e)}static new_timelock_expiry(_){g(_,F_);const e=t.nativescript_new_timelock_expiry(_.__wbg_ptr);return Nt.__wrap(e)}kind(){return t.nativescript_kind(this.__wbg_ptr)>>>0}as_script_pubkey(){const _=t.nativescript_as_script_pubkey(this.__wbg_ptr);return _===0?void 0:ge.__wrap(_)}as_script_all(){const _=t.nativescript_as_script_all(this.__wbg_ptr);return _===0?void 0:ce.__wrap(_)}as_script_any(){const _=t.nativescript_as_script_any(this.__wbg_ptr);return _===0?void 0:pe.__wrap(_)}as_script_n_of_k(){const _=t.nativescript_as_script_n_of_k(this.__wbg_ptr);return _===0?void 0:le.__wrap(_)}as_timelock_start(){const _=t.nativescript_as_timelock_start(this.__wbg_ptr);return _===0?void 0:K_.__wrap(_)}as_timelock_expiry(){const _=t.nativescript_as_timelock_expiry(this.__wbg_ptr);return _===0?void 0:F_.__wrap(_)}get_required_signers(){const _=t.nativescript_get_required_signers(this.__wbg_ptr);return tt.__wrap(_)}}c.exports.NativeScript=Nt;class Ht{static __wrap(_){_=_>>>0;const e=Object.create(Ht.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_nativescripts_free(_)}static new(){const _=t.certificates_new();return Ht.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.nativescripts_get(this.__wbg_ptr,_);return Nt.__wrap(e)}add(_){g(_,Nt),t.nativescripts_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.NativeScripts=Ht;class N_{static __wrap(_){_=_>>>0;const e=Object.create(N_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_networkid_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.networkid_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.networkid_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.networkid_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.networkid_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.networkid_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.networkid_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.networkid_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return N_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static testnet(){const _=t.language_new_plutus_v1();return N_.__wrap(_)}static mainnet(){const _=t.language_new_plutus_v2();return N_.__wrap(_)}kind(){return t.networkid_kind(this.__wbg_ptr)>>>0}}c.exports.NetworkId=N_;class Ne{static __wrap(_){_=_>>>0;const e=Object.create(Ne.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_networkinfo_free(_)}static new(_,e){const s=t.networkinfo_new(_,e);return Ne.__wrap(s)}network_id(){return t.networkinfo_network_id(this.__wbg_ptr)}protocol_magic(){return t.networkinfo_protocol_magic(this.__wbg_ptr)>>>0}static testnet_preview(){const _=t.networkinfo_testnet_preview();return Ne.__wrap(_)}static testnet_preprod(){const _=t.networkinfo_testnet_preprod();return Ne.__wrap(_)}static testnet(){const _=t.networkinfo_testnet();return Ne.__wrap(_)}static mainnet(){const _=t.networkinfo_mainnet();return Ne.__wrap(_)}}c.exports.NetworkInfo=Ne;class _e{static __wrap(_){_=_>>>0;const e=Object.create(_e.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_nonce_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.nonce_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return _e.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.nonce_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return _e.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.nonce_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return _e.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_identity(){const _=t.nonce_new_identity();return _e.__wrap(_)}static new_from_hash(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.nonce_new_from_hash(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return _e.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_hash(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.nonce_get_hash(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];let n;return _!==0&&(n=D(_,e).slice(),t.__wbindgen_free(_,e*1)),n}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Nonce=_e;class U_{static __wrap(_){_=_>>>0;const e=Object.create(U_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_operationalcert_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.operationalcert_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.operationalcert_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.operationalcert_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.operationalcert_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.operationalcert_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.operationalcert_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.operationalcert_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return U_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}hot_vkey(){const _=t.operationalcert_hot_vkey(this.__wbg_ptr);return De.__wrap(_)}sequence_number(){return t.operationalcert_sequence_number(this.__wbg_ptr)>>>0}kes_period(){return t.operationalcert_kes_period(this.__wbg_ptr)>>>0}sigma(){const _=t.operationalcert_sigma(this.__wbg_ptr);return it.__wrap(_)}static new(_,e,s,n){g(_,De),g(n,it);const r=t.operationalcert_new(_.__wbg_ptr,e,s,n.__wbg_ptr);return U_.__wrap(r)}}c.exports.OperationalCert=U_;class sr{static __wrap(_){_=_>>>0;const e=Object.create(sr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_outputdatum_free(_)}static new_data_hash(_){g(_,U);const e=t.outputdatum_new_data_hash(_.__wbg_ptr);return sr.__wrap(e)}static new_data(_){g(_,yt);const e=t.datumsource_new(_.__wbg_ptr);return sr.__wrap(e)}data_hash(){const _=t.outputdatum_data_hash(this.__wbg_ptr);return _===0?void 0:U.__wrap(_)}data(){const _=t.outputdatum_data(this.__wbg_ptr);return _===0?void 0:yt.__wrap(_)}}c.exports.OutputDatum=sr;class yt{static __wrap(_){_=_>>>0;const e=Object.create(yt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusdata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusdata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusdata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutusdata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusdata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_constr_plutus_data(_){g(_,E);const e=t.plutusdata_new_constr_plutus_data(_.__wbg_ptr);return yt.__wrap(e)}static new_empty_constr_plutus_data(_){g(_,I);const e=t.plutusdata_new_empty_constr_plutus_data(_.__wbg_ptr);return yt.__wrap(e)}static new_single_value_constr_plutus_data(_,e){g(_,I),g(e,yt);const s=t.plutusdata_new_single_value_constr_plutus_data(_.__wbg_ptr,e.__wbg_ptr);return yt.__wrap(s)}static new_map(_){g(_,Ue);const e=t.plutusdata_new_map(_.__wbg_ptr);return yt.__wrap(e)}static new_list(_){g(_,n_);const e=t.plutusdata_new_list(_.__wbg_ptr);return yt.__wrap(e)}static new_integer(_){g(_,V);const e=t.plutusdata_new_integer(_.__wbg_ptr);return yt.__wrap(e)}static new_bytes(_){const e=Q(_,t.__wbindgen_malloc),s=b,n=t.plutusdata_new_bytes(e,s);return yt.__wrap(n)}kind(){return t.plutusdata_kind(this.__wbg_ptr)>>>0}as_constr_plutus_data(){const _=t.plutusdata_as_constr_plutus_data(this.__wbg_ptr);return _===0?void 0:E.__wrap(_)}as_map(){const _=t.plutusdata_as_map(this.__wbg_ptr);return _===0?void 0:Ue.__wrap(_)}as_list(){const _=t.plutusdata_as_list(this.__wbg_ptr);return _===0?void 0:n_.__wrap(_)}as_integer(){const _=t.plutusdata_as_integer(this.__wbg_ptr);return _===0?void 0:V.__wrap(_)}as_bytes(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.plutusdata_as_bytes(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];let n;return _!==0&&(n=D(_,e).slice(),t.__wbindgen_free(_,e*1)),n}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16);t.decode_plutus_datum_to_json_str(H,this.__wbg_ptr,_);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_json(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b;t.encode_json_str_to_plutus_datum(d,o,f,e);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return yt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_address(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,pt),t.plutusdata_from_address(r,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.PlutusData=yt;class n_{static __wrap(_){_=_>>>0;const e=Object.create(n_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutuslist_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutuslist_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutuslist_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return n_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutuslist_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutuslist_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return n_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.plutuslist_new();return n_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.plutuslist_get(this.__wbg_ptr,_);return yt.__wrap(e)}add(_){g(_,yt),t.plutuslist_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.PlutusList=n_;class Ue{static __wrap(_){_=_>>>0;const e=Object.create(Ue.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusmap_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusmap_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusmap_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutusmap_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusmap_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return Ue.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,yt),g(e,yt);const s=t.plutusmap_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:yt.__wrap(s)}get(_){g(_,yt);const e=t.plutusmap_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:yt.__wrap(e)}keys(){const _=t.plutusmap_keys(this.__wbg_ptr);return n_.__wrap(_)}}c.exports.PlutusMap=Ue;class Yt{static __wrap(_){_=_>>>0;const e=Object.create(Yt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusscript_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscript_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusscript_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscript_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusscript_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){const e=Q(_,t.__wbindgen_malloc),s=b,n=t.plutusscript_new(e,s);return Yt.__wrap(n)}static new_v2(_){const e=Q(_,t.__wbindgen_malloc),s=b,n=t.plutusscript_new_v2(e,s);return Yt.__wrap(n)}static new_with_version(_,e){const s=Q(_,t.__wbindgen_malloc),n=b;g(e,Jt);const r=t.plutusscript_new_with_version(s,n,e.__wbg_ptr);return Yt.__wrap(r)}bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes_v2(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusscript_from_bytes_v2(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Yt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes_with_version(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=Q(_,t.__wbindgen_malloc),f=b;g(e,Jt),t.plutusscript_from_bytes_with_version(d,o,f,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Yt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_hex_with_version(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b;g(e,Jt),t.plutusscript_from_hex_with_version(d,o,f,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return Yt.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}hash(){const _=t.plutusscript_hash(this.__wbg_ptr);return Mt.__wrap(_)}language_version(){const _=t.plutusscript_language_version(this.__wbg_ptr);return Jt.__wrap(_)}}c.exports.PlutusScript=Yt;class ee{static __wrap(_){_=_>>>0;const e=Object.create(ee.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusscriptsource_free(_)}static new(_){g(_,Yt);const e=t.plutusscriptsource_new(_.__wbg_ptr);return ee.__wrap(e)}static new_ref_input(_,e){g(_,Mt),g(e,Ct);const s=t.plutusscriptsource_new_ref_input(_.__wbg_ptr,e.__wbg_ptr);return ee.__wrap(s)}static new_ref_input_with_lang_ver(_,e,s){g(_,Mt),g(e,Ct),g(s,Jt);const n=t.plutusscriptsource_new_ref_input_with_lang_ver(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return ee.__wrap(n)}}c.exports.PlutusScriptSource=ee;class x_{static __wrap(_){_=_>>>0;const e=Object.create(x_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutusscripts_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscripts_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.plutusscripts_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return x_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscripts_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusscripts_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return x_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscripts_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.plutusscripts_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.plutusscripts_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return x_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return x_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.plutusscripts_get(this.__wbg_ptr,_);return Yt.__wrap(e)}add(_){g(_,Yt),t.plutusscripts_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.PlutusScripts=x_;class l_{static __wrap(_){_=_>>>0;const e=Object.create(l_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutuswitness_free(_)}static new(_,e,s){g(_,Yt),g(e,yt),g(s,e_);const n=t.plutuswitness_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return l_.__wrap(n)}static new_with_ref(_,e,s){g(_,ee),g(e,z),g(s,e_);const n=t.plutuswitness_new_with_ref(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return l_.__wrap(n)}static new_without_datum(_,e){g(_,Yt),g(e,e_);const s=t.plutuswitness_new_without_datum(_.__wbg_ptr,e.__wbg_ptr);return l_.__wrap(s)}static new_with_ref_without_datum(_,e){g(_,ee),g(e,e_);const s=t.plutuswitness_new_with_ref_without_datum(_.__wbg_ptr,e.__wbg_ptr);return l_.__wrap(s)}script(){const _=t.plutuswitness_script(this.__wbg_ptr);return _===0?void 0:Yt.__wrap(_)}datum(){const _=t.plutuswitness_datum(this.__wbg_ptr);return _===0?void 0:yt.__wrap(_)}redeemer(){const _=t.plutuswitness_redeemer(this.__wbg_ptr);return e_.__wrap(_)}}c.exports.PlutusWitness=l_;class re{static __wrap(_){_=_>>>0;const e=Object.create(re.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_plutuswitnesses_free(_)}static new(){const _=t.certificates_new();return re.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.plutuswitnesses_get(this.__wbg_ptr,_);return l_.__wrap(e)}add(_){g(_,l_),t.plutuswitnesses_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.PlutusWitnesses=re;class $e{static __wrap(_){_=_>>>0;const e=Object.create($e.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_pointer_free(_)}static new(_,e,s){const n=t.pointer_new(_,e,s);return $e.__wrap(n)}static new_pointer(_,e,s){g(_,I),g(e,I),g(s,I);const n=t.pointer_new_pointer(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return $e.__wrap(n)}slot(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.pointer_slot(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}tx_index(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.pointer_tx_index(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}cert_index(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.pointer_cert_index(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot_bignum(){const _=t.exunits_mem(this.__wbg_ptr);return I.__wrap(_)}tx_index_bignum(){const _=t.exunits_steps(this.__wbg_ptr);return I.__wrap(_)}cert_index_bignum(){const _=t.constrplutusdata_alternative(this.__wbg_ptr);return I.__wrap(_)}}c.exports.Pointer=$e;class yr{static __wrap(_){_=_>>>0;const e=Object.create(yr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_pointeraddress_free(_)}static new(_,e,s){g(e,Qt),g(s,$e);const n=t.pointeraddress_new(_,e.__wbg_ptr,s.__wbg_ptr);return yr.__wrap(n)}payment_cred(){const _=t.pointeraddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}stake_pointer(){const _=t.pointeraddress_stake_pointer(this.__wbg_ptr);return $e.__wrap(_)}to_address(){const _=t.pointeraddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.pointeraddress_from_address(_.__wbg_ptr);return e===0?void 0:yr.__wrap(e)}}c.exports.PointerAddress=yr;class ne{static __wrap(_){_=_>>>0;const e=Object.create(ne.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolmetadata_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolmetadata_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolmetadata_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ne.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.poolmetadata_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolmetadata_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ne.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.poolmetadata_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolmetadata_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolmetadata_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ne.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}url(){const _=t.multihostname_dns_name(this.__wbg_ptr);return xe.__wrap(_)}pool_metadata_hash(){const _=t.poolmetadata_pool_metadata_hash(this.__wbg_ptr);return Pe.__wrap(_)}static new(_,e){g(_,xe),g(e,Pe);const s=t.poolmetadata_new(_.__wbg_ptr,e.__wbg_ptr);return ne.__wrap(s)}}c.exports.PoolMetadata=ne;class Pe{static __wrap(_){_=_>>>0;const e=Object.create(Pe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolmetadatahash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolmetadatahash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolmetadatahash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolmetadatahash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.PoolMetadataHash=Pe;class ae{static __wrap(_){_=_>>>0;const e=Object.create(ae.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolparams_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolparams_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolparams_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.poolparams_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolparams_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.poolparams_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolparams_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolparams_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}operator(){const _=t.poolparams_operator(this.__wbg_ptr);return W.__wrap(_)}vrf_keyhash(){const _=t.poolparams_vrf_keyhash(this.__wbg_ptr);return q_.__wrap(_)}pledge(){const _=t.headerbody_slot_bignum(this.__wbg_ptr);return I.__wrap(_)}cost(){const _=t.poolparams_cost(this.__wbg_ptr);return I.__wrap(_)}margin(){const _=t.poolparams_margin(this.__wbg_ptr);return Lt.__wrap(_)}reward_account(){const _=t.poolparams_reward_account(this.__wbg_ptr);return j_.__wrap(_)}pool_owners(){const _=t.poolparams_pool_owners(this.__wbg_ptr);return tt.__wrap(_)}relays(){const _=t.poolparams_relays(this.__wbg_ptr);return de.__wrap(_)}pool_metadata(){const _=t.poolparams_pool_metadata(this.__wbg_ptr);return _===0?void 0:ne.__wrap(_)}static new(_,e,s,n,r,d,o,f,l){g(_,W),g(e,q_),g(s,I),g(n,I),g(r,Lt),g(d,j_),g(o,tt),g(f,de);let H=0;nt(l)||(g(l,ne),H=l.__destroy_into_raw());const rt=t.poolparams_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr,n.__wbg_ptr,r.__wbg_ptr,d.__wbg_ptr,o.__wbg_ptr,f.__wbg_ptr,H);return ae.__wrap(rt)}}c.exports.PoolParams=ae;class se{static __wrap(_){_=_>>>0;const e=Object.create(se.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolregistration_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolregistration_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolregistration_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return se.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.poolregistration_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolregistration_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return se.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.poolregistration_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolregistration_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolregistration_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return se.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}pool_params(){const _=t.poolregistration_pool_params(this.__wbg_ptr);return ae.__wrap(_)}static new(_){g(_,ae);const e=t.poolregistration_new(_.__wbg_ptr);return se.__wrap(e)}}c.exports.PoolRegistration=se;class oe{static __wrap(_){_=_>>>0;const e=Object.create(oe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_poolretirement_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolretirement_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.poolretirement_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return oe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.poolretirement_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolretirement_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return oe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.poolretirement_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.poolretirement_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.poolretirement_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return oe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}pool_keyhash(){const _=t.poolretirement_pool_keyhash(this.__wbg_ptr);return W.__wrap(_)}epoch(){return t.poolretirement_epoch(this.__wbg_ptr)>>>0}static new(_,e){g(_,W);const s=t.poolretirement_new(_.__wbg_ptr,e);return oe.__wrap(s)}}c.exports.PoolRetirement=oe;class A_{static __wrap(_){_=_>>>0;const e=Object.create(A_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_privatekey_free(_)}to_public(){const _=t.privatekey_to_public(this.__wbg_ptr);return u_.__wrap(_)}static generate_ed25519(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_generate_ed25519(n);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return A_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static generate_ed25519extended(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_generate_ed25519extended(n);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return A_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.privatekey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_as_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_extended_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.privatekey_from_extended_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_normal_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.privatekey_from_normal_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}sign(_){const e=Q(_,t.__wbindgen_malloc),s=b,n=t.privatekey_sign(this.__wbg_ptr,e,s);return it.__wrap(n)}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.privatekey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.privatekey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return A_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.PrivateKey=A_;class ie{static __wrap(_){_=_>>>0;const e=Object.create(ie.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_proposedprotocolparameterupdates_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.proposedprotocolparameterupdates_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.proposedprotocolparameterupdates_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.proposedprotocolparameterupdates_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.proposedprotocolparameterupdates_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.proposedprotocolparameterupdates_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.proposedprotocolparameterupdates_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.proposedprotocolparameterupdates_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return ie.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,Xt),g(e,P_);const s=t.proposedprotocolparameterupdates_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:P_.__wrap(s)}get(_){g(_,Xt);const e=t.proposedprotocolparameterupdates_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:P_.__wrap(e)}keys(){const _=t.proposedprotocolparameterupdates_keys(this.__wbg_ptr);return w_.__wrap(_)}}c.exports.ProposedProtocolParameterUpdates=ie;class P_{static __wrap(_){_=_>>>0;const e=Object.create(P_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_protocolparamupdate_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.protocolparamupdate_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return P_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.protocolparamupdate_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return P_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.protocolparamupdate_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return P_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_minfee_a(_){g(_,I),t.protocolparamupdate_set_minfee_a(this.__wbg_ptr,_.__wbg_ptr)}minfee_a(){const _=t.protocolparamupdate_minfee_a(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_minfee_b(_){g(_,I),t.protocolparamupdate_set_minfee_b(this.__wbg_ptr,_.__wbg_ptr)}minfee_b(){const _=t.protocolparamupdate_minfee_b(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_max_block_body_size(_){t.protocolparamupdate_set_max_block_body_size(this.__wbg_ptr,_)}max_block_body_size(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_block_body_size(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_max_tx_size(_){t.protocolparamupdate_set_max_tx_size(this.__wbg_ptr,_)}max_tx_size(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_tx_size(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_max_block_header_size(_){t.protocolparamupdate_set_max_block_header_size(this.__wbg_ptr,_)}max_block_header_size(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_block_header_size(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_key_deposit(_){g(_,I),t.protocolparamupdate_set_key_deposit(this.__wbg_ptr,_.__wbg_ptr)}key_deposit(){const _=t.protocolparamupdate_key_deposit(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_pool_deposit(_){g(_,I),t.protocolparamupdate_set_pool_deposit(this.__wbg_ptr,_.__wbg_ptr)}pool_deposit(){const _=t.protocolparamupdate_pool_deposit(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_max_epoch(_){t.protocolparamupdate_set_max_epoch(this.__wbg_ptr,_)}max_epoch(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_epoch(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_n_opt(_){t.protocolparamupdate_set_n_opt(this.__wbg_ptr,_)}n_opt(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_n_opt(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_pool_pledge_influence(_){g(_,Lt),t.protocolparamupdate_set_pool_pledge_influence(this.__wbg_ptr,_.__wbg_ptr)}pool_pledge_influence(){const _=t.protocolparamupdate_pool_pledge_influence(this.__wbg_ptr);return _===0?void 0:Lt.__wrap(_)}set_expansion_rate(_){g(_,Lt),t.protocolparamupdate_set_expansion_rate(this.__wbg_ptr,_.__wbg_ptr)}expansion_rate(){const _=t.protocolparamupdate_expansion_rate(this.__wbg_ptr);return _===0?void 0:Lt.__wrap(_)}set_treasury_growth_rate(_){g(_,Lt),t.protocolparamupdate_set_treasury_growth_rate(this.__wbg_ptr,_.__wbg_ptr)}treasury_growth_rate(){const _=t.protocolparamupdate_treasury_growth_rate(this.__wbg_ptr);return _===0?void 0:Lt.__wrap(_)}d(){const _=t.protocolparamupdate_d(this.__wbg_ptr);return _===0?void 0:Lt.__wrap(_)}extra_entropy(){const _=t.protocolparamupdate_extra_entropy(this.__wbg_ptr);return _===0?void 0:_e.__wrap(_)}set_protocol_version(_){g(_,g_),t.protocolparamupdate_set_protocol_version(this.__wbg_ptr,_.__wbg_ptr)}protocol_version(){const _=t.protocolparamupdate_protocol_version(this.__wbg_ptr);return _===0?void 0:g_.__wrap(_)}set_min_pool_cost(_){g(_,I),t.protocolparamupdate_set_min_pool_cost(this.__wbg_ptr,_.__wbg_ptr)}min_pool_cost(){const _=t.protocolparamupdate_min_pool_cost(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_ada_per_utxo_byte(_){g(_,I),t.protocolparamupdate_set_ada_per_utxo_byte(this.__wbg_ptr,_.__wbg_ptr)}ada_per_utxo_byte(){const _=t.protocolparamupdate_ada_per_utxo_byte(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_cost_models(_){g(_,M),t.protocolparamupdate_set_cost_models(this.__wbg_ptr,_.__wbg_ptr)}cost_models(){const _=t.protocolparamupdate_cost_models(this.__wbg_ptr);return _===0?void 0:M.__wrap(_)}set_execution_costs(_){g(_,vt),t.protocolparamupdate_set_execution_costs(this.__wbg_ptr,_.__wbg_ptr)}execution_costs(){const _=t.protocolparamupdate_execution_costs(this.__wbg_ptr);return _===0?void 0:vt.__wrap(_)}set_max_tx_ex_units(_){g(_,at),t.protocolparamupdate_set_max_tx_ex_units(this.__wbg_ptr,_.__wbg_ptr)}max_tx_ex_units(){const _=t.protocolparamupdate_max_tx_ex_units(this.__wbg_ptr);return _===0?void 0:at.__wrap(_)}set_max_block_ex_units(_){g(_,at),t.protocolparamupdate_set_max_block_ex_units(this.__wbg_ptr,_.__wbg_ptr)}max_block_ex_units(){const _=t.protocolparamupdate_max_block_ex_units(this.__wbg_ptr);return _===0?void 0:at.__wrap(_)}set_max_value_size(_){t.protocolparamupdate_set_max_value_size(this.__wbg_ptr,_)}max_value_size(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_value_size(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_collateral_percentage(_){t.protocolparamupdate_set_collateral_percentage(this.__wbg_ptr,_)}collateral_percentage(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_collateral_percentage(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_max_collateral_inputs(_){t.protocolparamupdate_set_max_collateral_inputs(this.__wbg_ptr,_)}max_collateral_inputs(){try{const s=t.__wbindgen_add_to_stack_pointer(-16);t.protocolparamupdate_max_collateral_inputs(s,this.__wbg_ptr);var _=a()[s/4+0],e=a()[s/4+1];return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.protocolparamupdate_new();return P_.__wrap(_)}}c.exports.ProtocolParamUpdate=P_;class g_{static __wrap(_){_=_>>>0;const e=Object.create(g_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_protocolversion_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.protocolversion_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.protocolversion_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return g_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.protocolversion_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.protocolversion_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return g_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.protocolversion_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.protocolversion_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.protocolversion_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return g_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}major(){return t.networkinfo_protocol_magic(this.__wbg_ptr)>>>0}minor(){return t.protocolversion_minor(this.__wbg_ptr)>>>0}static new(_,e){const s=t.protocolversion_new(_,e);return g_.__wrap(s)}}c.exports.ProtocolVersion=g_;class u_{static __wrap(_){_=_>>>0;const e=Object.create(u_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_publickey_free(_)}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.publickey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return u_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.publickey_to_bech32(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}as_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.publickey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return u_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}verify(_,e){const s=Q(_,t.__wbindgen_malloc),n=b;return g(e,it),t.publickey_verify(this.__wbg_ptr,s,n,e.__wbg_ptr)!==0}hash(){const _=t.publickey_hash(this.__wbg_ptr);return W.__wrap(_)}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.publickey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.publickey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return u_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.PublicKey=u_;class Sr{static __wrap(_){_=_>>>0;const e=Object.create(Sr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_publickeys_free(_)}constructor(){const _=t.ed25519keyhashes_new();return Sr.__wrap(_)}size(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.publickeys_get(this.__wbg_ptr,_);return u_.__wrap(e)}add(_){g(_,u_),t.publickeys_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.PublicKeys=Sr;class e_{static __wrap(_){_=_>>>0;const e=Object.create(e_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_redeemer_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemer_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.redeemer_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return e_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.redeemer_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemer_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return e_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.redeemer_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemer_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemer_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return e_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}tag(){const _=t.redeemer_tag(this.__wbg_ptr);return b_.__wrap(_)}index(){const _=t.redeemer_index(this.__wbg_ptr);return I.__wrap(_)}data(){const _=t.redeemer_data(this.__wbg_ptr);return yt.__wrap(_)}ex_units(){const _=t.redeemer_ex_units(this.__wbg_ptr);return at.__wrap(_)}static new(_,e,s,n){g(_,b_),g(e,I),g(s,yt),g(n,at);const r=t.redeemer_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr,n.__wbg_ptr);return e_.__wrap(r)}}c.exports.Redeemer=e_;class b_{static __wrap(_){_=_>>>0;const e=Object.create(b_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_redeemertag_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemertag_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.redeemertag_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return b_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.redeemertag_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemertag_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return b_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.redeemertag_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemertag_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemertag_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return b_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_spend(){const _=t.redeemertag_new_spend();return b_.__wrap(_)}static new_mint(){const _=t.redeemertag_new_mint();return b_.__wrap(_)}static new_cert(){const _=t.redeemertag_new_cert();return b_.__wrap(_)}static new_reward(){const _=t.redeemertag_new_reward();return b_.__wrap(_)}kind(){return t.redeemertag_kind(this.__wbg_ptr)>>>0}}c.exports.RedeemerTag=b_;class I_{static __wrap(_){_=_>>>0;const e=Object.create(I_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_redeemers_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.redeemers_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemers_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.redeemers_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return I_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.redeemers_get(this.__wbg_ptr,_);return e_.__wrap(e)}add(_){g(_,e_),t.redeemers_add(this.__wbg_ptr,_.__wbg_ptr)}total_ex_units(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.redeemers_total_ex_units(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return at.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.Redeemers=I_;class C_{static __wrap(_){_=_>>>0;const e=Object.create(C_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_relay_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.relay_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.relay_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return C_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.relay_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.relay_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return C_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.relay_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.relay_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.relay_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return C_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_single_host_addr(_){g(_,ue);const e=t.relay_new_single_host_addr(_.__wbg_ptr);return C_.__wrap(e)}static new_single_host_name(_){g(_,be);const e=t.relay_new_single_host_name(_.__wbg_ptr);return C_.__wrap(e)}static new_multi_host_name(_){g(_,te);const e=t.relay_new_multi_host_name(_.__wbg_ptr);return C_.__wrap(e)}kind(){return t.relay_kind(this.__wbg_ptr)>>>0}as_single_host_addr(){const _=t.relay_as_single_host_addr(this.__wbg_ptr);return _===0?void 0:ue.__wrap(_)}as_single_host_name(){const _=t.relay_as_single_host_name(this.__wbg_ptr);return _===0?void 0:be.__wrap(_)}as_multi_host_name(){const _=t.relay_as_multi_host_name(this.__wbg_ptr);return _===0?void 0:te.__wrap(_)}}c.exports.Relay=C_;class de{static __wrap(_){_=_>>>0;const e=Object.create(de.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_relays_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.relays_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.relays_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return de.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.relays_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.relays_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return de.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.relays_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.relays_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.relays_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return de.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return de.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.relays_get(this.__wbg_ptr,_);return C_.__wrap(e)}add(_){g(_,C_),t.relays_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.Relays=de;class j_{static __wrap(_){_=_>>>0;const e=Object.create(j_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_rewardaddress_free(_)}static new(_,e){g(e,Qt);const s=t.enterpriseaddress_new(_,e.__wbg_ptr);return j_.__wrap(s)}payment_cred(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}to_address(){const _=t.rewardaddress_to_address(this.__wbg_ptr);return pt.__wrap(_)}static from_address(_){g(_,pt);const e=t.rewardaddress_from_address(_.__wbg_ptr);return e===0?void 0:j_.__wrap(e)}}c.exports.RewardAddress=j_;class Me{static __wrap(_){_=_>>>0;const e=Object.create(Me.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_rewardaddresses_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.rewardaddresses_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.rewardaddresses_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.rewardaddresses_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.rewardaddresses_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.rewardaddresses_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.rewardaddresses_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.rewardaddresses_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return Me.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.rewardaddresses_get(this.__wbg_ptr,_);return j_.__wrap(e)}add(_){g(_,j_),t.rewardaddresses_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.RewardAddresses=Me;class ce{static __wrap(_){_=_>>>0;const e=Object.create(ce.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptall_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptall_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptall_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptall_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}native_scripts(){const _=t.scriptall_native_scripts(this.__wbg_ptr);return Ht.__wrap(_)}static new(_){g(_,Ht);const e=t.scriptall_new(_.__wbg_ptr);return ce.__wrap(e)}}c.exports.ScriptAll=ce;class pe{static __wrap(_){_=_>>>0;const e=Object.create(pe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptany_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptany_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptany_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptany_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptany_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptall_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptany_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptany_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return pe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}native_scripts(){const _=t.scriptall_native_scripts(this.__wbg_ptr);return Ht.__wrap(_)}static new(_){g(_,Ht);const e=t.scriptall_new(_.__wbg_ptr);return pe.__wrap(e)}}c.exports.ScriptAny=pe;class M_{static __wrap(_){_=_>>>0;const e=Object.create(M_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptdatahash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptdatahash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptdatahash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptdatahash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return M_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.ScriptDataHash=M_;class Mt{static __wrap(_){_=_>>>0;const e=Object.create(Mt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scripthash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scripthash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.ed25519keyhash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scripthash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scripthash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.ScriptHash=Mt;class we{static __wrap(_){_=_>>>0;const e=Object.create(we.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scripthashes_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scripthashes_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scripthashes_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return we.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scripthashes_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scripthashes_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return we.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.ed25519keyhashes_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scripthashes_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return we.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return we.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.scripthashes_get(this.__wbg_ptr,_);return Mt.__wrap(e)}add(_){g(_,Mt),t.ed25519keyhashes_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.ScriptHashes=we;class le{static __wrap(_){_=_>>>0;const e=Object.create(le.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptnofk_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptnofk_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptnofk_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return le.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptnofk_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptnofk_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return le.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptnofk_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptnofk_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptnofk_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return le.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}n(){return t.scriptnofk_n(this.__wbg_ptr)>>>0}native_scripts(){const _=t.scriptall_native_scripts(this.__wbg_ptr);return Ht.__wrap(_)}static new(_,e){g(e,Ht);const s=t.scriptnofk_new(_,e.__wbg_ptr);return le.__wrap(s)}}c.exports.ScriptNOfK=le;class ge{static __wrap(_){_=_>>>0;const e=Object.create(ge.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptpubkey_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptpubkey_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptpubkey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ge.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptpubkey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptpubkey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ge.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptpubkey_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptpubkey_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptpubkey_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ge.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}addr_keyhash(){const _=t.scriptpubkey_addr_keyhash(this.__wbg_ptr);return W.__wrap(_)}static new(_){g(_,W);const e=t.scriptpubkey_new(_.__wbg_ptr);return ge.__wrap(e)}}c.exports.ScriptPubkey=ge;class B_{static __wrap(_){_=_>>>0;const e=Object.create(B_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_scriptref_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptref_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.scriptref_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.scriptref_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptref_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.scriptref_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.scriptref_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.scriptref_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return B_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_native_script(_){g(_,Nt);const e=t.scriptref_new_native_script(_.__wbg_ptr);return B_.__wrap(e)}static new_plutus_script(_){g(_,Yt);const e=t.scriptref_new_plutus_script(_.__wbg_ptr);return B_.__wrap(e)}is_native_script(){return t.scriptref_is_native_script(this.__wbg_ptr)!==0}is_plutus_script(){return t.scriptref_is_plutus_script(this.__wbg_ptr)!==0}native_script(){const _=t.scriptref_native_script(this.__wbg_ptr);return _===0?void 0:Nt.__wrap(_)}plutus_script(){const _=t.scriptref_plutus_script(this.__wbg_ptr);return _===0?void 0:Yt.__wrap(_)}}c.exports.ScriptRef=B_;class vr{static __wrap(_){_=_>>>0;const e=Object.create(vr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_serializedaddress_free(_)}static new(_,e,s){const n=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),r=b,d=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b,f=v(s,t.__wbindgen_malloc,t.__wbindgen_realloc),l=b,H=t.serializedaddress_new(n,r,d,o,f,l);return vr.__wrap(H)}get_pub_key_hash(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.serializedaddress_get_pub_key_hash(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}get_script_hash(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.serializedaddress_get_script_hash(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}get_stake_key_hash(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.serializedaddress_get_stake_key_hash(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.SerializedAddress=vr;class ue{static __wrap(_){_=_>>>0;const e=Object.create(ue.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_singlehostaddr_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostaddr_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.singlehostaddr_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostaddr_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.singlehostaddr_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostaddr_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostaddr_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.singlehostaddr_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ue.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}port(){const _=t.singlehostaddr_port(this.__wbg_ptr);return _===16777215?void 0:_}ipv4(){const _=t.singlehostaddr_ipv4(this.__wbg_ptr);return _===0?void 0:$_.__wrap(_)}ipv6(){const _=t.singlehostaddr_ipv6(this.__wbg_ptr);return _===0?void 0:J_.__wrap(_)}static new(_,e,s){let n=0;nt(e)||(g(e,$_),n=e.__destroy_into_raw());let r=0;nt(s)||(g(s,J_),r=s.__destroy_into_raw());const d=t.singlehostaddr_new(nt(_)?16777215:_,n,r);return ue.__wrap(d)}}c.exports.SingleHostAddr=ue;class be{static __wrap(_){_=_>>>0;const e=Object.create(be.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_singlehostname_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostname_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.singlehostname_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return be.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostname_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.singlehostname_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return be.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostname_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.singlehostname_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.singlehostname_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return be.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}port(){const _=t.singlehostname_port(this.__wbg_ptr);return _===16777215?void 0:_}dns_name(){const _=t.multihostname_dns_name(this.__wbg_ptr);return S.__wrap(_)}static new(_,e){g(e,S);const s=t.singlehostname_new(nt(_)?16777215:_,e.__wbg_ptr);return be.__wrap(s)}}c.exports.SingleHostName=be;class Qt{static __wrap(_){_=_>>>0;const e=Object.create(Qt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakecredential_free(_)}static from_keyhash(_){g(_,W);const e=t.stakecredential_from_keyhash(_.__wbg_ptr);return Qt.__wrap(e)}static from_scripthash(_){g(_,Mt);const e=t.stakecredential_from_scripthash(_.__wbg_ptr);return Qt.__wrap(e)}to_keyhash(){const _=t.stakecredential_to_keyhash(this.__wbg_ptr);return _===0?void 0:W.__wrap(_)}to_scripthash(){const _=t.stakecredential_to_scripthash(this.__wbg_ptr);return _===0?void 0:Mt.__wrap(_)}kind(){return t.networkid_kind(this.__wbg_ptr)>>>0}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredential_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakecredential_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredential_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakecredential_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredential_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredential_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakecredential_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Qt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.StakeCredential=Qt;class Fe{static __wrap(_){_=_>>>0;const e=Object.create(Fe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakecredentials_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredentials_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakecredentials_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredentials_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakecredentials_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredentials_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakecredentials_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakecredentials_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return Fe.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.stakecredentials_get(this.__wbg_ptr,_);return Qt.__wrap(e)}add(_){g(_,Qt),t.stakecredentials_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.StakeCredentials=Fe;class fe{static __wrap(_){_=_>>>0;const e=Object.create(fe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakedelegation_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakedelegation_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakedelegation_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakedelegation_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakedelegation_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakedelegation_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakedelegation_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakedelegation_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return fe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}stake_credential(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}pool_keyhash(){const _=t.stakedelegation_pool_keyhash(this.__wbg_ptr);return W.__wrap(_)}static new(_,e){g(_,Qt),g(e,W);const s=t.stakedelegation_new(_.__wbg_ptr,e.__wbg_ptr);return fe.__wrap(s)}}c.exports.StakeDelegation=fe;class he{static __wrap(_){_=_>>>0;const e=Object.create(he.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakederegistration_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakederegistration_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return he.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakederegistration_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return he.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakederegistration_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return he.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}stake_credential(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}static new(_){g(_,Qt);const e=t.stakederegistration_new(_.__wbg_ptr);return he.__wrap(e)}}c.exports.StakeDeregistration=he;class ye{static __wrap(_){_=_>>>0;const e=Object.create(ye.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_stakeregistration_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakeregistration_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.stakeregistration_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ye.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.stakeregistration_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakeregistration_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ye.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.stakederegistration_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.stakeregistration_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.stakeregistration_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ye.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}stake_credential(){const _=t.baseaddress_payment_cred(this.__wbg_ptr);return Qt.__wrap(_)}static new(_){g(_,Qt);const e=t.stakederegistration_new(_.__wbg_ptr);return ye.__wrap(e)}}c.exports.StakeRegistration=ye;class Er{static __wrap(_){_=_>>>0;const e=Object.create(Er.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_strings_free(_)}static new(){const _=t.assetnames_new();return Er.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){let e,s;try{const d=t.__wbindgen_add_to_stack_pointer(-16);t.strings_get(d,this.__wbg_ptr,_);var n=a()[d/4+0],r=a()[d/4+1];return e=n,s=r,m(n,r)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}add(_){const e=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),s=b;t.strings_add(this.__wbg_ptr,e,s)}}c.exports.Strings=Er;class F_{static __wrap(_){_=_>>>0;const e=Object.create(F_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_timelockexpiry_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.timelockexpiry_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return F_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.timelockexpiry_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return F_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.timelockexpiry_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return F_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_slot(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot_bignum(){const _=t.linearfee_constant(this.__wbg_ptr);return I.__wrap(_)}static new(_){const e=t.timelockexpiry_new(_);return F_.__wrap(e)}static new_timelockexpiry(_){g(_,I);const e=t.exunits_mem(_.__wbg_ptr);return F_.__wrap(e)}}c.exports.TimelockExpiry=F_;class K_{static __wrap(_){_=_>>>0;const e=Object.create(K_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_timelockstart_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockstart_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.timelockstart_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return K_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.timelockstart_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.timelockstart_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return K_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockstart_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.timelockstart_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return K_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.timelockexpiry_slot(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}slot_bignum(){const _=t.linearfee_constant(this.__wbg_ptr);return I.__wrap(_)}static new(_){const e=t.timelockexpiry_new(_);return K_.__wrap(e)}static new_timelockstart(_){g(_,I);const e=t.exunits_mem(_.__wbg_ptr);return K_.__wrap(e)}}c.exports.TimelockStart=K_;class f_{static __wrap(_){_=_>>>0;const e=Object.create(f_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transaction_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transaction_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transaction_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return f_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transaction_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transaction_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return f_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transaction_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transaction_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transaction_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return f_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}body(){const _=t.fixedtransaction_body(this.__wbg_ptr);return Wt.__wrap(_)}witness_set(){const _=t.transaction_witness_set(this.__wbg_ptr);return y_.__wrap(_)}is_valid(){return t.transaction_is_valid(this.__wbg_ptr)!==0}auxiliary_data(){const _=t.transaction_auxiliary_data(this.__wbg_ptr);return _===0?void 0:Pt.__wrap(_)}set_is_valid(_){t.transaction_set_is_valid(this.__wbg_ptr,_)}static new(_,e,s){g(_,Wt),g(e,y_);let n=0;nt(s)||(g(s,Pt),n=s.__destroy_into_raw());const r=t.transaction_new(_.__wbg_ptr,e.__wbg_ptr,n);return f_.__wrap(r)}}c.exports.Transaction=f_;class Qr{static __wrap(_){_=_>>>0;const e=Object.create(Qr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbatch_free(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionbatch_get(this.__wbg_ptr,_);return f_.__wrap(e)}}c.exports.TransactionBatch=Qr;class Or{static __wrap(_){_=_>>>0;const e=Object.create(Or.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbatchlist_free(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionbatchlist_get(this.__wbg_ptr,_);return Qr.__wrap(e)}}c.exports.TransactionBatchList=Or;class ve{static __wrap(_){_=_>>>0;const e=Object.create(ve.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbodies_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbodies_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionbodies_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ve.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbodies_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbodies_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ve.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbodies_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbodies_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbodies_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ve.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return ve.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionbodies_get(this.__wbg_ptr,_);return Wt.__wrap(e)}add(_){g(_,Wt),t.transactionbodies_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionBodies=ve;class Wt{static __wrap(_){_=_>>>0;const e=Object.create(Wt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbody_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionbody_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbody_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbody_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Wt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}inputs(){const _=t.transactionbody_inputs(this.__wbg_ptr);return zt.__wrap(_)}outputs(){const _=t.transactionbody_outputs(this.__wbg_ptr);return H_.__wrap(_)}fee(){const _=t.transactionbody_fee(this.__wbg_ptr);return I.__wrap(_)}ttl(){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_ttl(r,this.__wbg_ptr);var _=a()[r/4+0],e=a()[r/4+1],s=a()[r/4+2],n=a()[r/4+3];if(n)throw p(s);return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}ttl_bignum(){const _=t.transactionbody_ttl_bignum(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}set_ttl(_){g(_,I),t.protocolparamupdate_set_minfee_a(this.__wbg_ptr,_.__wbg_ptr)}remove_ttl(){t.transactionbody_remove_ttl(this.__wbg_ptr)}set_certs(_){g(_,N),t.transactionbody_set_certs(this.__wbg_ptr,_.__wbg_ptr)}certs(){const _=t.transactionbody_certs(this.__wbg_ptr);return _===0?void 0:N.__wrap(_)}set_withdrawals(_){g(_,z_),t.transactionbody_set_withdrawals(this.__wbg_ptr,_.__wbg_ptr)}withdrawals(){const _=t.transactionbody_withdrawals(this.__wbg_ptr);return _===0?void 0:z_.__wrap(_)}set_update(_){g(_,Ae),t.transactionbody_set_update(this.__wbg_ptr,_.__wbg_ptr)}update(){const _=t.transactionbody_update(this.__wbg_ptr);return _===0?void 0:Ae.__wrap(_)}set_auxiliary_data_hash(_){g(_,qt),t.transactionbody_set_auxiliary_data_hash(this.__wbg_ptr,_.__wbg_ptr)}auxiliary_data_hash(){const _=t.transactionbody_auxiliary_data_hash(this.__wbg_ptr);return _===0?void 0:qt.__wrap(_)}set_validity_start_interval(_){t.transactionbody_set_validity_start_interval(this.__wbg_ptr,_)}set_validity_start_interval_bignum(_){g(_,I);var e=_.__destroy_into_raw();t.transactionbody_set_validity_start_interval_bignum(this.__wbg_ptr,e)}validity_start_interval_bignum(){const _=t.protocolparamupdate_minfee_b(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}validity_start_interval(){try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbody_validity_start_interval(r,this.__wbg_ptr);var _=a()[r/4+0],e=a()[r/4+1],s=a()[r/4+2],n=a()[r/4+3];if(n)throw p(s);return _===0?void 0:e>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_mint(_){g(_,r_),t.transactionbody_set_mint(this.__wbg_ptr,_.__wbg_ptr)}mint(){const _=t.transactionbody_mint(this.__wbg_ptr);return _===0?void 0:r_.__wrap(_)}multiassets(){const _=t.transactionbody_multiassets(this.__wbg_ptr);return _===0?void 0:r_.__wrap(_)}set_reference_inputs(_){g(_,zt),t.transactionbody_set_reference_inputs(this.__wbg_ptr,_.__wbg_ptr)}reference_inputs(){const _=t.transactionbody_reference_inputs(this.__wbg_ptr);return _===0?void 0:zt.__wrap(_)}set_script_data_hash(_){g(_,M_),t.transactionbody_set_script_data_hash(this.__wbg_ptr,_.__wbg_ptr)}script_data_hash(){const _=t.transactionbody_script_data_hash(this.__wbg_ptr);return _===0?void 0:M_.__wrap(_)}set_collateral(_){g(_,zt),t.transactionbody_set_collateral(this.__wbg_ptr,_.__wbg_ptr)}collateral(){const _=t.transactionbody_collateral(this.__wbg_ptr);return _===0?void 0:zt.__wrap(_)}set_required_signers(_){g(_,tt),t.transactionbody_set_required_signers(this.__wbg_ptr,_.__wbg_ptr)}required_signers(){const _=t.transactionbody_required_signers(this.__wbg_ptr);return _===0?void 0:tt.__wrap(_)}set_network_id(_){g(_,N_),t.transactionbody_set_network_id(this.__wbg_ptr,_.__wbg_ptr)}network_id(){const _=t.transactionbody_network_id(this.__wbg_ptr);return _===0?void 0:N_.__wrap(_)}set_collateral_return(_){g(_,Gt),t.transactionbody_set_collateral_return(this.__wbg_ptr,_.__wbg_ptr)}collateral_return(){const _=t.transactionbody_collateral_return(this.__wbg_ptr);return _===0?void 0:Gt.__wrap(_)}set_total_collateral(_){g(_,I),t.protocolparamupdate_set_key_deposit(this.__wbg_ptr,_.__wbg_ptr)}total_collateral(){const _=t.protocolparamupdate_key_deposit(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}static new(_,e,s,n){g(_,zt),g(e,H_),g(s,I);const r=t.transactionbody_new(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr,!nt(n),nt(n)?0:n);return Wt.__wrap(r)}static new_tx_body(_,e,s){g(_,zt),g(e,H_),g(s,I);const n=t.transactionbody_new_tx_body(_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);return Wt.__wrap(n)}}c.exports.TransactionBody=Wt;class Dr{static __wrap(_){_=_>>>0;const e=Object.create(Dr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbuilder_free(_)}add_inputs_from(_,e){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,We),t.transactionbuilder_add_inputs_from(r,this.__wbg_ptr,_.__wbg_ptr,e);var s=a()[r/4+0],n=a()[r/4+1];if(n)throw p(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_inputs(_){g(_,ir),t.transactionbuilder_set_inputs(this.__wbg_ptr,_.__wbg_ptr)}set_collateral(_){g(_,ir),t.transactionbuilder_set_collateral(this.__wbg_ptr,_.__wbg_ptr)}set_collateral_return(_){g(_,Gt),t.transactionbuilder_set_collateral_return(this.__wbg_ptr,_.__wbg_ptr)}set_collateral_return_and_total(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16);g(_,Gt),t.transactionbuilder_set_collateral_return_and_total(n,this.__wbg_ptr,_.__wbg_ptr);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_total_collateral(_){g(_,I),t.transactionbuilder_set_total_collateral(this.__wbg_ptr,_.__wbg_ptr)}set_total_collateral_and_return(_,e){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I),g(e,pt),t.transactionbuilder_set_total_collateral_and_return(r,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];if(n)throw p(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_reference_input(_){g(_,Ct),t.transactionbuilder_add_reference_input(this.__wbg_ptr,_.__wbg_ptr)}add_key_input(_,e,s){g(_,W),g(e,Ct),g(s,gt),t.transactionbuilder_add_key_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_script_input(_,e,s){g(_,Mt),g(e,Ct),g(s,gt),t.transactionbuilder_add_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_native_script_input(_,e,s){g(_,Nt),g(e,Ct),g(s,gt),t.transactionbuilder_add_native_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_plutus_script_input(_,e,s){g(_,l_),g(e,Ct),g(s,gt),t.transactionbuilder_add_plutus_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_bootstrap_input(_,e,s){g(_,A),g(e,Ct),g(s,gt),t.transactionbuilder_add_bootstrap_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_input(_,e,s){g(_,pt),g(e,Ct),g(s,gt),t.transactionbuilder_add_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}count_missing_input_scripts(){return t.transactionbuilder_count_missing_input_scripts(this.__wbg_ptr)>>>0}add_required_native_input_scripts(_){return g(_,Ht),t.transactionbuilder_add_required_native_input_scripts(this.__wbg_ptr,_.__wbg_ptr)>>>0}add_required_plutus_input_scripts(_){return g(_,re),t.transactionbuilder_add_required_plutus_input_scripts(this.__wbg_ptr,_.__wbg_ptr)>>>0}get_native_input_scripts(){const _=t.transactionbuilder_get_native_input_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}get_plutus_input_scripts(){const _=t.transactionbuilder_get_plutus_input_scripts(this.__wbg_ptr);return _===0?void 0:re.__wrap(_)}fee_for_input(_,e,s){try{const o=t.__wbindgen_add_to_stack_pointer(-16);g(_,pt),g(e,Ct),g(s,gt),t.transactionbuilder_fee_for_input(o,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr);var n=a()[o/4+0],r=a()[o/4+1],d=a()[o/4+2];if(d)throw p(r);return I.__wrap(n)}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_output(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16);g(_,Gt),t.transactionbuilder_add_output(n,this.__wbg_ptr,_.__wbg_ptr);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}fee_for_output(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,Gt),t.transactionbuilder_fee_for_output(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return I.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_fee(_){g(_,I),t.transactionbuilder_set_fee(this.__wbg_ptr,_.__wbg_ptr)}set_ttl(_){t.transactionbuilder_set_ttl(this.__wbg_ptr,_)}set_ttl_bignum(_){g(_,I),t.transactionbuilder_set_ttl_bignum(this.__wbg_ptr,_.__wbg_ptr)}set_validity_start_interval(_){t.transactionbuilder_set_validity_start_interval(this.__wbg_ptr,_)}set_validity_start_interval_bignum(_){g(_,I);var e=_.__destroy_into_raw();t.transactionbuilder_set_validity_start_interval_bignum(this.__wbg_ptr,e)}set_certs(_){g(_,N),t.transactionbuilder_set_certs(this.__wbg_ptr,_.__wbg_ptr)}set_withdrawals(_){g(_,z_),t.transactionbuilder_set_withdrawals(this.__wbg_ptr,_.__wbg_ptr)}get_auxiliary_data(){const _=t.transactionbuilder_get_auxiliary_data(this.__wbg_ptr);return _===0?void 0:Pt.__wrap(_)}set_auxiliary_data(_){g(_,Pt),t.transactionbuilder_set_auxiliary_data(this.__wbg_ptr,_.__wbg_ptr)}set_metadata(_){g(_,Ot),t.transactionbuilder_set_metadata(this.__wbg_ptr,_.__wbg_ptr)}add_metadatum(_,e){g(_,I),g(e,mt),t.transactionbuilder_add_metadatum(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr)}add_json_metadatum(_,e){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,I);const d=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionbuilder_add_json_metadatum(r,this.__wbg_ptr,_.__wbg_ptr,d,o);var s=a()[r/4+0],n=a()[r/4+1];if(n)throw p(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_json_metadatum_with_schema(_,e,s){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(_,I);const o=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),f=b;t.transactionbuilder_add_json_metadatum_with_schema(d,this.__wbg_ptr,_.__wbg_ptr,o,f,s);var n=a()[d/4+0],r=a()[d/4+1];if(r)throw p(n)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_mint_builder(_){g(_,ar),t.transactionbuilder_set_mint_builder(this.__wbg_ptr,_.__wbg_ptr)}get_mint_builder(){const _=t.transactionbuilder_get_mint_builder(this.__wbg_ptr);return _===0?void 0:ar.__wrap(_)}set_mint(_,e){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,r_),g(e,Ht),t.transactionbuilder_set_mint(r,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];if(n)throw p(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_mint(){const _=t.transactionbuilder_get_mint(this.__wbg_ptr);return _===0?void 0:r_.__wrap(_)}get_mint_scripts(){const _=t.transactionbuilder_get_mint_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}set_mint_asset(_,e){g(_,Nt),g(e,D_),t.transactionbuilder_set_mint_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr)}add_mint_asset(_,e,s){g(_,Nt),g(e,It),g(s,Et);var n=s.__destroy_into_raw();t.transactionbuilder_add_mint_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,n)}add_mint_asset_and_output(_,e,s,n,r){try{const l=t.__wbindgen_add_to_stack_pointer(-16);g(_,Nt),g(e,It),g(s,Et);var d=s.__destroy_into_raw();g(n,S_),g(r,I),t.transactionbuilder_add_mint_asset_and_output(l,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,d,n.__wbg_ptr,r.__wbg_ptr);var o=a()[l/4+0],f=a()[l/4+1];if(f)throw p(o)}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_mint_asset_and_output_min_required_coin(_,e,s,n){try{const f=t.__wbindgen_add_to_stack_pointer(-16);g(_,Nt),g(e,It),g(s,Et);var r=s.__destroy_into_raw();g(n,S_),t.transactionbuilder_add_mint_asset_and_output_min_required_coin(f,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,r,n.__wbg_ptr);var d=a()[f/4+0],o=a()[f/4+1];if(o)throw p(d)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){g(_,or);const e=t.transactionbuilder_new(_.__wbg_ptr);return Dr.__wrap(e)}get_reference_inputs(){const _=t.transactionbuilder_get_reference_inputs(this.__wbg_ptr);return zt.__wrap(_)}get_explicit_input(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_explicit_input(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_implicit_input(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_implicit_input(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_total_input(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_total_input(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_total_output(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_total_output(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_explicit_output(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_explicit_output(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_deposit(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_get_deposit(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return I.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}get_fee_if_set(){const _=t.transactionbuilder_get_fee_if_set(this.__wbg_ptr);return _===0?void 0:I.__wrap(_)}add_change_if_needed(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,pt),t.transactionbuilder_add_change_if_needed(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return e!==0}finally{t.__wbindgen_add_to_stack_pointer(16)}}add_change_if_needed_with_datum(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(_,pt),g(e,sr),t.transactionbuilder_add_change_if_needed_with_datum(d,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return s!==0}finally{t.__wbindgen_add_to_stack_pointer(16)}}calc_script_data_hash(_){try{const n=t.__wbindgen_add_to_stack_pointer(-16);g(_,M),t.transactionbuilder_calc_script_data_hash(n,this.__wbg_ptr,_.__wbg_ptr);var e=a()[n/4+0],s=a()[n/4+1];if(s)throw p(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_script_data_hash(_){g(_,M_),t.transactionbuilder_set_script_data_hash(this.__wbg_ptr,_.__wbg_ptr)}remove_script_data_hash(){t.transactionbuilder_remove_script_data_hash(this.__wbg_ptr)}add_required_signer(_){g(_,W),t.transactionbuilder_add_required_signer(this.__wbg_ptr,_.__wbg_ptr)}full_size(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_full_size(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return _>>>0}finally{t.__wbindgen_add_to_stack_pointer(16)}}output_sizes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_output_sizes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=ut(_,e).slice();return t.__wbindgen_free(_,e*4),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}build(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_build(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return Wt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}build_tx(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_build_tx(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return f_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}build_tx_unsafe(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_build_tx_unsafe(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return f_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}min_fee(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilder_min_fee(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return I.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionBuilder=Dr;class or{static __wrap(_){_=_>>>0;const e=Object.create(or.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbuilderconfig_free(_)}}c.exports.TransactionBuilderConfig=or;class i_{static __wrap(_){_=_>>>0;const e=Object.create(i_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionbuilderconfigbuilder_free(_)}static new(){const _=t.transactionbuilderconfigbuilder_new();return i_.__wrap(_)}fee_algo(_){g(_,nr);const e=t.transactionbuilderconfigbuilder_fee_algo(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}coins_per_utxo_word(_){g(_,I);const e=t.transactionbuilderconfigbuilder_coins_per_utxo_word(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}coins_per_utxo_byte(_){g(_,I);const e=t.transactionbuilderconfigbuilder_coins_per_utxo_byte(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}ex_unit_prices(_){g(_,vt);const e=t.transactionbuilderconfigbuilder_ex_unit_prices(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}pool_deposit(_){g(_,I);const e=t.transactionbuilderconfigbuilder_pool_deposit(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}key_deposit(_){g(_,I);const e=t.transactionbuilderconfigbuilder_key_deposit(this.__wbg_ptr,_.__wbg_ptr);return i_.__wrap(e)}max_value_size(_){const e=t.transactionbuilderconfigbuilder_max_value_size(this.__wbg_ptr,_);return i_.__wrap(e)}max_tx_size(_){const e=t.transactionbuilderconfigbuilder_max_tx_size(this.__wbg_ptr,_);return i_.__wrap(e)}prefer_pure_change(_){const e=t.transactionbuilderconfigbuilder_prefer_pure_change(this.__wbg_ptr,_);return i_.__wrap(e)}build(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionbuilderconfigbuilder_build(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return or.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionBuilderConfigBuilder=i_;class h_{static __wrap(_){_=_>>>0;const e=Object.create(h_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionhash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionhash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return h_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionhash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return h_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionhash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return h_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionHash=h_;class Ct{static __wrap(_){_=_>>>0;const e=Object.create(Ct.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactioninput_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninput_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactioninput_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ct.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninput_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactioninput_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ct.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninput_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninput_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactioninput_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ct.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}transaction_id(){const _=t.transactioninput_transaction_id(this.__wbg_ptr);return h_.__wrap(_)}index(){return t.transactioninput_index(this.__wbg_ptr)>>>0}static new(_,e){g(_,h_);const s=t.transactioninput_new(_.__wbg_ptr,e);return Ct.__wrap(s)}}c.exports.TransactionInput=Ct;class zt{static __wrap(_){_=_>>>0;const e=Object.create(zt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactioninputs_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninputs_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactioninputs_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninputs_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactioninputs_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninputs_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactioninputs_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactioninputs_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return zt.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactioninputs_get(this.__wbg_ptr,_);return Ct.__wrap(e)}add(_){g(_,Ct),t.transactioninputs_add(this.__wbg_ptr,_.__wbg_ptr)}to_option(){const _=t.transactioninputs_to_option(this.__wbg_ptr);return _===0?void 0:zt.__wrap(_)}}c.exports.TransactionInputs=zt;class mt{static __wrap(_){_=_>>>0;const e=Object.create(mt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionmetadatum_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionmetadatum_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionmetadatum_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_map(_){g(_,Te);const e=t.transactionmetadatum_new_map(_.__wbg_ptr);return mt.__wrap(e)}static new_list(_){g(_,X_);const e=t.transactionmetadatum_new_list(_.__wbg_ptr);return mt.__wrap(e)}static new_int(_){g(_,Et);const e=t.transactionmetadatum_new_int(_.__wbg_ptr);return mt.__wrap(e)}static new_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionmetadatum_new_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new_text(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionmetadatum_new_text(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return mt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}kind(){return t.plutusdata_kind(this.__wbg_ptr)>>>0}as_map(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_map(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return Te.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_list(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_list(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return X_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_int(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_int(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return Et.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_bytes(){try{const d=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_bytes(d,this.__wbg_ptr);var _=a()[d/4+0],e=a()[d/4+1],s=a()[d/4+2],n=a()[d/4+3];if(n)throw p(s);var r=D(_,e).slice();return t.__wbindgen_free(_,e*1),r}finally{t.__wbindgen_add_to_stack_pointer(16)}}as_text(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatum_as_text(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.TransactionMetadatum=mt;class Je{static __wrap(_){_=_>>>0;const e=Object.create(Je.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionmetadatumlabels_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatumlabels_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionmetadatumlabels_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Je.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionmetadatumlabels_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionmetadatumlabels_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Je.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return Je.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionmetadatumlabels_get(this.__wbg_ptr,_);return I.__wrap(e)}add(_){g(_,I),t.transactionmetadatumlabels_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionMetadatumLabels=Je;class Gt{static __wrap(_){_=_>>>0;const e=Object.create(Gt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionoutput_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutput_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionoutput_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutput_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionoutput_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutput_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutput_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionoutput_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}address(){const _=t.transactionoutput_address(this.__wbg_ptr);return pt.__wrap(_)}amount(){const _=t.transactionoutput_amount(this.__wbg_ptr);return gt.__wrap(_)}data_hash(){const _=t.transactionoutput_data_hash(this.__wbg_ptr);return _===0?void 0:U.__wrap(_)}plutus_data(){const _=t.transactionoutput_plutus_data(this.__wbg_ptr);return _===0?void 0:yt.__wrap(_)}script_ref(){const _=t.transactionoutput_script_ref(this.__wbg_ptr);return _===0?void 0:B_.__wrap(_)}set_script_ref(_){g(_,B_),t.transactionoutput_set_script_ref(this.__wbg_ptr,_.__wbg_ptr)}set_plutus_data(_){g(_,yt),t.transactionoutput_set_plutus_data(this.__wbg_ptr,_.__wbg_ptr)}set_data_hash(_){g(_,U),t.transactionoutput_set_data_hash(this.__wbg_ptr,_.__wbg_ptr)}has_plutus_data(){return t.transactionoutput_has_plutus_data(this.__wbg_ptr)!==0}has_data_hash(){return t.transactionoutput_has_data_hash(this.__wbg_ptr)!==0}has_script_ref(){return t.transactionoutput_has_script_ref(this.__wbg_ptr)!==0}static new(_,e){g(_,pt),g(e,gt);const s=t.transactionoutput_new(_.__wbg_ptr,e.__wbg_ptr);return Gt.__wrap(s)}serialization_format(){const _=t.transactionoutput_serialization_format(this.__wbg_ptr);return _===2?void 0:_}}c.exports.TransactionOutput=Gt;class S_{static __wrap(_){_=_>>>0;const e=Object.create(S_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionoutputamountbuilder_free(_)}with_value(_){g(_,gt);const e=t.transactionoutputamountbuilder_with_value(this.__wbg_ptr,_.__wbg_ptr);return S_.__wrap(e)}with_coin(_){g(_,I);const e=t.transactionoutputamountbuilder_with_coin(this.__wbg_ptr,_.__wbg_ptr);return S_.__wrap(e)}with_coin_and_asset(_,e){g(_,I),g(e,$t);const s=t.transactionoutputamountbuilder_with_coin_and_asset(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return S_.__wrap(s)}with_asset_and_min_required_coin(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(_,$t),g(e,I),t.transactionoutputamountbuilder_with_asset_and_min_required_coin(d,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return S_.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}with_asset_and_min_required_coin_by_utxo_cost(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16);g(_,$t),g(e,F),t.transactionoutputamountbuilder_with_asset_and_min_required_coin_by_utxo_cost(d,this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return S_.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}build(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputamountbuilder_build(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return Gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionOutputAmountBuilder=S_;class Ke{static __wrap(_){_=_>>>0;const e=Object.create(Ke.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionoutputbuilder_free(_)}static new(){const _=t.transactionoutputbuilder_new();return Ke.__wrap(_)}with_address(_){g(_,pt);const e=t.transactionoutputbuilder_with_address(this.__wbg_ptr,_.__wbg_ptr);return Ke.__wrap(e)}with_data_hash(_){g(_,U);const e=t.transactionoutputbuilder_with_data_hash(this.__wbg_ptr,_.__wbg_ptr);return Ke.__wrap(e)}with_plutus_data(_){g(_,yt);const e=t.transactionoutputbuilder_with_plutus_data(this.__wbg_ptr,_.__wbg_ptr);return Ke.__wrap(e)}with_script_ref(_){g(_,B_);const e=t.transactionoutputbuilder_with_script_ref(this.__wbg_ptr,_.__wbg_ptr);return Ke.__wrap(e)}next(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputbuilder_next(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return S_.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.TransactionOutputBuilder=Ke;class H_{static __wrap(_){_=_>>>0;const e=Object.create(H_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionoutputs_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputs_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionoutputs_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return H_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputs_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionoutputs_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return H_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputs_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionoutputs_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionoutputs_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return H_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return H_.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionoutputs_get(this.__wbg_ptr,_);return Gt.__wrap(e)}add(_){g(_,Gt),t.transactionoutputs_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionOutputs=H_;class me{static __wrap(_){_=_>>>0;const e=Object.create(me.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionunspentoutput_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutput_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionunspentoutput_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutput_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionunspentoutput_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutput_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutput_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionunspentoutput_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return me.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e){g(_,Ct),g(e,Gt);const s=t.transactionunspentoutput_new(_.__wbg_ptr,e.__wbg_ptr);return me.__wrap(s)}input(){const _=t.transactionunspentoutput_input(this.__wbg_ptr);return Ct.__wrap(_)}output(){const _=t.transactionunspentoutput_output(this.__wbg_ptr);return Gt.__wrap(_)}}c.exports.TransactionUnspentOutput=me;class We{static __wrap(_){_=_>>>0;const e=Object.create(We.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionunspentoutputs_free(_)}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutputs_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionunspentoutputs_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionunspentoutputs_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return We.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.certificates_new();return We.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionunspentoutputs_get(this.__wbg_ptr,_);return me.__wrap(e)}add(_){g(_,me),t.transactionunspentoutputs_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionUnspentOutputs=We;class y_{static __wrap(_){_=_>>>0;const e=Object.create(y_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionwitnessset_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnessset_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionwitnessset_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return y_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnessset_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionwitnessset_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return y_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnessset_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnessset_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionwitnessset_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return y_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}set_vkeys(_){g(_,Ce),t.transactionwitnessset_set_vkeys(this.__wbg_ptr,_.__wbg_ptr)}vkeys(){const _=t.transactionwitnessset_vkeys(this.__wbg_ptr);return _===0?void 0:Ce.__wrap(_)}set_native_scripts(_){g(_,Ht),t.transactionwitnessset_set_native_scripts(this.__wbg_ptr,_.__wbg_ptr)}native_scripts(){const _=t.transactionwitnessset_native_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}set_bootstraps(_){g(_,k),t.transactionwitnessset_set_bootstraps(this.__wbg_ptr,_.__wbg_ptr)}bootstraps(){const _=t.transactionwitnessset_bootstraps(this.__wbg_ptr);return _===0?void 0:k.__wrap(_)}set_plutus_scripts(_){g(_,x_),t.transactionwitnessset_set_plutus_scripts(this.__wbg_ptr,_.__wbg_ptr)}plutus_scripts(){const _=t.transactionwitnessset_plutus_scripts(this.__wbg_ptr);return _===0?void 0:x_.__wrap(_)}set_plutus_data(_){g(_,n_),t.transactionwitnessset_set_plutus_data(this.__wbg_ptr,_.__wbg_ptr)}plutus_data(){const _=t.transactionwitnessset_plutus_data(this.__wbg_ptr);return _===0?void 0:n_.__wrap(_)}set_redeemers(_){g(_,I_),t.transactionwitnessset_set_redeemers(this.__wbg_ptr,_.__wbg_ptr)}redeemers(){const _=t.transactionwitnessset_redeemers(this.__wbg_ptr);return _===0?void 0:I_.__wrap(_)}static new(){const _=t.transactionwitnessset_new();return y_.__wrap(_)}}c.exports.TransactionWitnessSet=y_;class ke{static __wrap(_){_=_>>>0;const e=Object.create(ke.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_transactionwitnesssets_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnesssets_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.transactionwitnesssets_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ke.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnesssets_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionwitnesssets_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ke.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnesssets_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.transactionwitnesssets_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.transactionwitnesssets_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return ke.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.assetnames_new();return ke.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.transactionwitnesssets_get(this.__wbg_ptr,_);return y_.__wrap(e)}add(_){g(_,y_),t.transactionwitnesssets_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.TransactionWitnessSets=ke;class ja{__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_txbuilderconstants_free(_)}static plutus_default_cost_models(){const _=t.txbuilderconstants_plutus_default_cost_models();return M.__wrap(_)}static plutus_alonzo_cost_models(){const _=t.txbuilderconstants_plutus_alonzo_cost_models();return M.__wrap(_)}static plutus_vasil_cost_models(){const _=t.txbuilderconstants_plutus_default_cost_models();return M.__wrap(_)}}c.exports.TxBuilderConstants=ja;class ir{static __wrap(_){_=_>>>0;const e=Object.create(ir.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_txinputsbuilder_free(_)}static new(){const _=t.txinputsbuilder_new();return ir.__wrap(_)}add_key_input(_,e,s){g(_,W),g(e,Ct),g(s,gt),t.txinputsbuilder_add_key_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_script_input(_,e,s){g(_,Mt),g(e,Ct),g(s,gt),t.txinputsbuilder_add_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_native_script_input(_,e,s){g(_,Nt),g(e,Ct),g(s,gt),t.txinputsbuilder_add_native_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_plutus_script_input(_,e,s){g(_,l_),g(e,Ct),g(s,gt),t.txinputsbuilder_add_plutus_script_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_bootstrap_input(_,e,s){g(_,A),g(e,Ct),g(s,gt),t.txinputsbuilder_add_bootstrap_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}add_input(_,e,s){g(_,pt),g(e,Ct),g(s,gt),t.txinputsbuilder_add_input(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr,s.__wbg_ptr)}count_missing_input_scripts(){return t.txinputsbuilder_count_missing_input_scripts(this.__wbg_ptr)>>>0}add_required_native_input_scripts(_){return g(_,Ht),t.txinputsbuilder_add_required_native_input_scripts(this.__wbg_ptr,_.__wbg_ptr)>>>0}add_required_plutus_input_scripts(_){return g(_,re),t.txinputsbuilder_add_required_plutus_input_scripts(this.__wbg_ptr,_.__wbg_ptr)>>>0}add_required_script_input_witnesses(_){return g(_,St),t.txinputsbuilder_add_required_script_input_witnesses(this.__wbg_ptr,_.__wbg_ptr)>>>0}get_ref_inputs(){const _=t.txinputsbuilder_get_ref_inputs(this.__wbg_ptr);return zt.__wrap(_)}get_native_input_scripts(){const _=t.txinputsbuilder_get_native_input_scripts(this.__wbg_ptr);return _===0?void 0:Ht.__wrap(_)}get_plutus_input_scripts(){const _=t.txinputsbuilder_get_plutus_input_scripts(this.__wbg_ptr);return _===0?void 0:re.__wrap(_)}len(){return t.txinputsbuilder_len(this.__wbg_ptr)>>>0}add_required_signer(_){g(_,W),t.txinputsbuilder_add_required_signer(this.__wbg_ptr,_.__wbg_ptr)}add_required_signers(_){g(_,tt),t.txinputsbuilder_add_required_signers(this.__wbg_ptr,_.__wbg_ptr)}total_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.txinputsbuilder_total_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return gt.__wrap(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}inputs(){const _=t.txinputsbuilder_inputs(this.__wbg_ptr);return zt.__wrap(_)}inputs_option(){const _=t.txinputsbuilder_inputs_option(this.__wbg_ptr);return _===0?void 0:zt.__wrap(_)}}c.exports.TxInputsBuilder=ir;class xe{static __wrap(_){_=_>>>0;const e=Object.create(xe.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_url_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.url_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.url_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return xe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.url_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.url_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return xe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.dnsrecordaoraaaa_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return xe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.url_new(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return xe.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}url(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.dnsrecordaoraaaa_record(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}}c.exports.URL=xe;class Lt{static __wrap(_){_=_>>>0;const e=Object.create(Lt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_unitinterval_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.unitinterval_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.unitinterval_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Lt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.unitinterval_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.unitinterval_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Lt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.unitinterval_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.unitinterval_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.unitinterval_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Lt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}numerator(){const _=t.exunits_mem(this.__wbg_ptr);return I.__wrap(_)}denominator(){const _=t.exunits_steps(this.__wbg_ptr);return I.__wrap(_)}static new(_,e){g(_,I),g(e,I);const s=t.exunits_new(_.__wbg_ptr,e.__wbg_ptr);return Lt.__wrap(s)}}c.exports.UnitInterval=Lt;class Ae{static __wrap(_){_=_>>>0;const e=Object.create(Ae.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_update_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.update_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.update_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.update_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.update_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.update_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.update_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.update_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ae.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}proposed_protocol_parameter_updates(){const _=t.update_proposed_protocol_parameter_updates(this.__wbg_ptr);return ie.__wrap(_)}epoch(){return t.update_epoch(this.__wbg_ptr)>>>0}static new(_,e){g(_,ie);const s=t.update_new(_.__wbg_ptr,e);return Ae.__wrap(s)}}c.exports.Update=Ae;class v_{static __wrap(_){_=_>>>0;const e=Object.create(v_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vrfcert_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vrfcert_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vrfcert_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return v_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.vrfcert_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfcert_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return v_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.vrfcert_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vrfcert_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfcert_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return v_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}output(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.assetname_name(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}proof(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.bootstrapwitness_attributes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e){try{const d=t.__wbindgen_add_to_stack_pointer(-16),o=Q(_,t.__wbindgen_malloc),f=b,l=Q(e,t.__wbindgen_malloc),H=b;t.vrfcert_new(d,o,f,l,H);var s=a()[d/4+0],n=a()[d/4+1],r=a()[d/4+2];if(r)throw p(n);return v_.__wrap(s)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.VRFCert=v_;class q_{static __wrap(_){_=_>>>0;const e=Object.create(q_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vrfkeyhash_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vrfkeyhash_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return q_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfkeyhash_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return q_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfkeyhash_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return q_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.VRFKeyHash=q_;class Ie{static __wrap(_){_=_>>>0;const e=Object.create(Ie.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vrfvkey_free(_)}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vrfvkey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_bech32(_){let e,s;try{const H=t.__wbindgen_add_to_stack_pointer(-16),rt=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),dt=b;t.auxiliarydatahash_to_bech32(H,this.__wbg_ptr,rt,dt);var n=a()[H/4+0],r=a()[H/4+1],d=a()[H/4+2],o=a()[H/4+3],f=n,l=r;if(o)throw f=0,l=0,p(d);return e=f,s=l,m(f,l)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(e,s,1)}}static from_bech32(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfvkey_from_bech32(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.auxiliarydatahash_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vrfvkey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ie.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}}c.exports.VRFVKey=Ie;class gt{static __wrap(_){_=_>>>0;const e=Object.create(gt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_value_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.value_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.value_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.value_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.value_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.value_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.value_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.value_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){g(_,I);const e=t.value_new(_.__wbg_ptr);return gt.__wrap(e)}static new_from_assets(_){g(_,$t);const e=t.value_new_from_assets(_.__wbg_ptr);return gt.__wrap(e)}static new_with_assets(_,e){g(_,I),g(e,$t);const s=t.value_new_with_assets(_.__wbg_ptr,e.__wbg_ptr);return gt.__wrap(s)}static zero(){const _=t.value_zero();return gt.__wrap(_)}is_zero(){return t.value_is_zero(this.__wbg_ptr)!==0}coin(){const _=t.value_coin(this.__wbg_ptr);return I.__wrap(_)}set_coin(_){g(_,I),t.value_set_coin(this.__wbg_ptr,_.__wbg_ptr)}multiasset(){const _=t.value_multiasset(this.__wbg_ptr);return _===0?void 0:$t.__wrap(_)}set_multiasset(_){g(_,$t),t.value_set_multiasset(this.__wbg_ptr,_.__wbg_ptr)}checked_add(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,gt),t.value_checked_add(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}checked_sub(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16);g(_,gt),t.value_checked_sub(r,this.__wbg_ptr,_.__wbg_ptr);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return gt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}clamped_sub(_){g(_,gt);const e=t.value_clamped_sub(this.__wbg_ptr,_.__wbg_ptr);return gt.__wrap(e)}compare(_){g(_,gt);const e=t.value_compare(this.__wbg_ptr,_.__wbg_ptr);return e===16777215?void 0:e}}c.exports.Value=gt;class Zt{static __wrap(_){_=_>>>0;const e=Object.create(Zt.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vkey_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkey_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vkey_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.vkey_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkey_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.vkey_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkey_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkey_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Zt.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_){g(_,u_);const e=t.vkey_new(_.__wbg_ptr);return Zt.__wrap(e)}public_key(){const _=t.vkey_public_key(this.__wbg_ptr);return u_.__wrap(_)}}c.exports.Vkey=Zt;class Tr{static __wrap(_){_=_>>>0;const e=Object.create(Tr.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vkeys_free(_)}static new(){const _=t.ed25519keyhashes_new();return Tr.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.vkeys_get(this.__wbg_ptr,_);return Zt.__wrap(e)}add(_){g(_,Zt),t.vkeys_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.Vkeys=Tr;class R_{static __wrap(_){_=_>>>0;const e=Object.create(R_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vkeywitness_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitness_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vkeywitness_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return R_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitness_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkeywitness_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return R_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitness_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitness_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkeywitness_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return R_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(_,e){g(_,Zt),g(e,it);const s=t.vkeywitness_new(_.__wbg_ptr,e.__wbg_ptr);return R_.__wrap(s)}vkey(){const _=t.vkeywitness_vkey(this.__wbg_ptr);return Zt.__wrap(_)}signature(){const _=t.vkeywitness_signature(this.__wbg_ptr);return it.__wrap(_)}}c.exports.Vkeywitness=R_;class Ce{static __wrap(_){_=_>>>0;const e=Object.create(Ce.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_vkeywitnesses_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitnesses_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.vkeywitnesses_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitnesses_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkeywitnesses_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitnesses_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.vkeywitnesses_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.vkeywitnesses_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return Ce.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.ed25519keyhashes_new();return Ce.__wrap(_)}len(){return t.assetnames_len(this.__wbg_ptr)>>>0}get(_){const e=t.vkeywitnesses_get(this.__wbg_ptr,_);return R_.__wrap(e)}add(_){g(_,R_),t.vkeywitnesses_add(this.__wbg_ptr,_.__wbg_ptr)}}c.exports.Vkeywitnesses=Ce;class z_{static __wrap(_){_=_>>>0;const e=Object.create(z_.prototype);return e.__wbg_ptr=_,e}__destroy_into_raw(){const _=this.__wbg_ptr;return this.__wbg_ptr=0,_}free(){const _=this.__destroy_into_raw();t.__wbg_withdrawals_free(_)}to_bytes(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.withdrawals_to_bytes(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=D(_,e).slice();return t.__wbindgen_free(_,e*1),s}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_bytes(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=Q(_,t.__wbindgen_malloc),o=b;t.withdrawals_from_bytes(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_hex(){let _,e;try{const r=t.__wbindgen_add_to_stack_pointer(-16);t.withdrawals_to_hex(r,this.__wbg_ptr);var s=a()[r/4+0],n=a()[r/4+1];return _=s,e=n,m(s,n)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}static from_hex(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.withdrawals_from_hex(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}to_json(){let _,e;try{const l=t.__wbindgen_add_to_stack_pointer(-16);t.withdrawals_to_json(l,this.__wbg_ptr);var s=a()[l/4+0],n=a()[l/4+1],r=a()[l/4+2],d=a()[l/4+3],o=s,f=n;if(d)throw o=0,f=0,p(r);return _=o,e=f,m(o,f)}finally{t.__wbindgen_add_to_stack_pointer(16),t.__wbindgen_free(_,e,1)}}to_js_value(){try{const n=t.__wbindgen_add_to_stack_pointer(-16);t.withdrawals_to_js_value(n,this.__wbg_ptr);var _=a()[n/4+0],e=a()[n/4+1],s=a()[n/4+2];if(s)throw p(e);return p(_)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static from_json(_){try{const r=t.__wbindgen_add_to_stack_pointer(-16),d=v(_,t.__wbindgen_malloc,t.__wbindgen_realloc),o=b;t.withdrawals_from_json(r,d,o);var e=a()[r/4+0],s=a()[r/4+1],n=a()[r/4+2];if(n)throw p(s);return z_.__wrap(e)}finally{t.__wbindgen_add_to_stack_pointer(16)}}static new(){const _=t.auxiliarydataset_new();return z_.__wrap(_)}len(){return t.auxiliarydataset_len(this.__wbg_ptr)>>>0}insert(_,e){g(_,j_),g(e,I);const s=t.withdrawals_insert(this.__wbg_ptr,_.__wbg_ptr,e.__wbg_ptr);return s===0?void 0:I.__wrap(s)}get(_){g(_,j_);const e=t.withdrawals_get(this.__wbg_ptr,_.__wbg_ptr);return e===0?void 0:I.__wrap(e)}keys(){const _=t.withdrawals_keys(this.__wbg_ptr);return Me.__wrap(_)}}c.exports.Withdrawals=z_,c.exports.__wbindgen_object_drop_ref=function(C){p(C)},c.exports.__wbindgen_string_new=function(C,_){const e=m(C,_);return X(e)},c.exports.__wbindgen_error_new=function(C,_){const e=new Error(m(C,_));return X(e)},c.exports.__wbindgen_string_get=function(C,_){const e=x(_),s=typeof e=="string"?e:void 0;var n=nt(s)?0:v(s,t.__wbindgen_malloc,t.__wbindgen_realloc),r=b;a()[C/4+1]=r,a()[C/4+0]=n},c.exports.__wbindgen_object_clone_ref=function(C){const _=x(C);return X(_)},c.exports.__wbindgen_is_object=function(C){const _=x(C);return typeof _=="object"&&_!==null},c.exports.__wbg_String_91fba7ded13ba54c=function(C,_){const e=String(x(_)),s=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),n=b;a()[C/4+1]=n,a()[C/4+0]=s},c.exports.__wbindgen_number_new=function(C){return X(C)},c.exports.__wbg_set_20cbc34131e76824=function(C,_,e){x(C)[p(_)]=p(e)},c.exports.__wbg_crypto_566d7465cdbb6b7a=function(C){const _=x(C).crypto;return X(_)},c.exports.__wbg_process_dc09a8c7d59982f6=function(C){const _=x(C).process;return X(_)},c.exports.__wbg_versions_d98c6400c6ca2bd8=function(C){const _=x(C).versions;return X(_)},c.exports.__wbg_node_caaf83d002149bd5=function(C){const _=x(C).node;return X(_)},c.exports.__wbindgen_is_string=function(C){return typeof x(C)=="string"},c.exports.__wbg_require_94a9da52636aacbf=function(){return At(function(){return X(_n)},arguments)},c.exports.__wbg_msCrypto_0b84745e9245cdf6=function(C){const _=x(C).msCrypto;return X(_)},c.exports.__wbg_randomFillSync_290977693942bf03=function(){return At(function(C,_){x(C).randomFillSync(p(_))},arguments)},c.exports.__wbg_getRandomValues_260cc23a41afad9a=function(){return At(function(C,_){x(C).getRandomValues(x(_))},arguments)},c.exports.__wbindgen_is_function=function(C){return typeof x(C)=="function"},c.exports.__wbg_self_e7c1f827057f6584=function(){return At(function(){const C=self.self;return X(C)},arguments)},c.exports.__wbg_window_a09ec664e14b1b81=function(){return At(function(){const C=window.window;return X(C)},arguments)},c.exports.__wbg_globalThis_87cbb8506fecf3a9=function(){return At(function(){const C=globalThis.globalThis;return X(C)},arguments)},c.exports.__wbg_global_c85a9259e621f3db=function(){return At(function(){const C=Rr.global;return X(C)},arguments)},c.exports.__wbindgen_is_undefined=function(C){return x(C)===void 0},c.exports.__wbg_newnoargs_2b8b6bd7753c76ba=function(C,_){const e=new Function(m(C,_));return X(e)},c.exports.__wbg_call_95d1ea488d03e4e8=function(){return At(function(C,_){const e=x(C).call(x(_));return X(e)},arguments)},c.exports.__wbg_new_b525de17f44a8943=function(){const C=new Array;return X(C)},c.exports.__wbg_new_f841cc6f2098f4b5=function(){return X(new Map)},c.exports.__wbg_new_f9876326328f45ed=function(){const C=new Object;return X(C)},c.exports.__wbg_set_17224bc548dd1d7b=function(C,_,e){x(C)[_>>>0]=p(e)},c.exports.__wbg_call_9495de66fdbe016b=function(){return At(function(C,_,e){const s=x(C).call(x(_),x(e));return X(s)},arguments)},c.exports.__wbg_set_388c4c6422704173=function(C,_,e){const s=x(C).set(x(_),x(e));return X(s)},c.exports.__wbg_buffer_cf65c07de34b9a08=function(C){const _=x(C).buffer;return X(_)},c.exports.__wbg_newwithbyteoffsetandlength_9fb2f11355ecadf5=function(C,_,e){const s=new Uint8Array(x(C),_>>>0,e>>>0);return X(s)},c.exports.__wbg_new_537b7341ce90bb31=function(C){const _=new Uint8Array(x(C));return X(_)},c.exports.__wbg_set_17499e8aa4003ebd=function(C,_,e){x(C).set(x(_),e>>>0)},c.exports.__wbg_newwithlength_b56c882b57805732=function(C){const _=new Uint8Array(C>>>0);return X(_)},c.exports.__wbg_subarray_7526649b91a252a6=function(C,_,e){const s=x(C).subarray(_>>>0,e>>>0);return X(s)},c.exports.__wbg_new_d87f272aec784ec0=function(C,_){const e=new Function(m(C,_));return X(e)},c.exports.__wbg_call_eae29933372a39be=function(C,_){const e=x(C).call(x(_));return X(e)},c.exports.__wbindgen_jsval_eq=function(C,_){return x(C)===x(_)},c.exports.__wbg_self_e0b3266d2d9eba1a=function(C){const _=x(C).self;return X(_)},c.exports.__wbg_require_0993fe224bf8e202=function(C,_){const e=_n(m(C,_));return X(e)},c.exports.__wbg_crypto_e95a6e54c5c2e37f=function(C){const _=x(C).crypto;return X(_)},c.exports.__wbg_getRandomValues_dc67302a7bd1aec5=function(C){const _=x(C).getRandomValues;return X(_)},c.exports.__wbg_randomFillSync_dd2297de5917c74e=function(C,_,e){x(C).randomFillSync(D(_,e))},c.exports.__wbg_getRandomValues_02639197c8166a96=function(C,_,e){x(C).getRandomValues(D(_,e))},c.exports.__wbindgen_debug_string=function(C,_){const e=Z(x(_)),s=v(e,t.__wbindgen_malloc,t.__wbindgen_realloc),n=b;a()[C/4+1]=n,a()[C/4+0]=s},c.exports.__wbindgen_throw=function(C,_){throw new Error(m(C,_))},c.exports.__wbindgen_memory=function(){const C=t.memory;return X(C)};const Ba=In.join(__dirname,"sidan_csl_rs_bg.wasm"),Sa=In.readFileSync(Ba),Ea=new WebAssembly.Module(Sa);t=new WebAssembly.Instance(Ea,i).exports,c.exports.__wasm=t})(y);const os=(c,i)=>{const t=y.exports.JsVecString.new();return i.forEach(u=>{t.add(u)}),y.exports.sign_transaction(c,t)},cr={mem:7e6,steps:3e9},a_={epoch:0,coinsPerUTxOSize:"4310",priceMem:.0577,priceStep:721e-7,minFeeA:44,minFeeB:155381,keyDeposit:"2000000",maxTxSize:16384,maxValSize:"5000",poolDeposit:"500000000",maxCollateralInputs:3,decentralisation:0,maxBlockSize:98304,collateralPercent:150,maxBlockHeaderSize:1100,minPoolCost:"340000000",maxTxExMem:"16000000",maxTxExSteps:"10000000000",maxBlockExMem:"80000000",maxBlockExSteps:"40000000000"},Wr=2147483648,je={V1:y.exports.Language.new_plutus_v1(),V2:y.exports.Language.new_plutus_v2()},c_=56,is={CERT:y.exports.RedeemerTag.new_cert(),MINT:y.exports.RedeemerTag.new_mint(),REWARD:y.exports.RedeemerTag.new_reward(),SPEND:y.exports.RedeemerTag.new_spend()},zr={testnet:["74","1598400","1595967616","432000"],preview:["183","15811222","1682467200","86400"],preprod:["65","26438400","1682121600","432000"],mainnet:["208","4492800","1596059091","432000"]},Cn={ALONZO:y.exports.TxBuilderConstants.plutus_alonzo_cost_models(),BABBAGE:(()=>{const c=y.exports.Costmdls.new(),i=y.exports.CostModel.new();Object.values({"addInteger-cpu-arguments-intercept":205665,"addInteger-cpu-arguments-slope":812,"addInteger-memory-arguments-intercept":1,"addInteger-memory-arguments-slope":1,"appendByteString-cpu-arguments-intercept":1e3,"appendByteString-cpu-arguments-slope":571,"appendByteString-memory-arguments-intercept":0,"appendByteString-memory-arguments-slope":1,"appendString-cpu-arguments-intercept":1e3,"appendString-cpu-arguments-slope":24177,"appendString-memory-arguments-intercept":4,"appendString-memory-arguments-slope":1,"bData-cpu-arguments":1e3,"bData-memory-arguments":32,"blake2b_256-cpu-arguments-intercept":117366,"blake2b_256-cpu-arguments-slope":10475,"blake2b_256-memory-arguments":4,"cekApplyCost-exBudgetCPU":23e3,"cekApplyCost-exBudgetMemory":100,"cekBuiltinCost-exBudgetCPU":23e3,"cekBuiltinCost-exBudgetMemory":100,"cekConstCost-exBudgetCPU":23e3,"cekConstCost-exBudgetMemory":100,"cekDelayCost-exBudgetCPU":23e3,"cekDelayCost-exBudgetMemory":100,"cekForceCost-exBudgetCPU":23e3,"cekForceCost-exBudgetMemory":100,"cekLamCost-exBudgetCPU":23e3,"cekLamCost-exBudgetMemory":100,"cekStartupCost-exBudgetCPU":100,"cekStartupCost-exBudgetMemory":100,"cekVarCost-exBudgetCPU":23e3,"cekVarCost-exBudgetMemory":100,"chooseData-cpu-arguments":19537,"chooseData-memory-arguments":32,"chooseList-cpu-arguments":175354,"chooseList-memory-arguments":32,"chooseUnit-cpu-arguments":46417,"chooseUnit-memory-arguments":4,"consByteString-cpu-arguments-intercept":221973,"consByteString-cpu-arguments-slope":511,"consByteString-memory-arguments-intercept":0,"consByteString-memory-arguments-slope":1,"constrData-cpu-arguments":89141,"constrData-memory-arguments":32,"decodeUtf8-cpu-arguments-intercept":497525,"decodeUtf8-cpu-arguments-slope":14068,"decodeUtf8-memory-arguments-intercept":4,"decodeUtf8-memory-arguments-slope":2,"divideInteger-cpu-arguments-constant":196500,"divideInteger-cpu-arguments-model-arguments-intercept":453240,"divideInteger-cpu-arguments-model-arguments-slope":220,"divideInteger-memory-arguments-intercept":0,"divideInteger-memory-arguments-minimum":1,"divideInteger-memory-arguments-slope":1,"encodeUtf8-cpu-arguments-intercept":1e3,"encodeUtf8-cpu-arguments-slope":28662,"encodeUtf8-memory-arguments-intercept":4,"encodeUtf8-memory-arguments-slope":2,"equalsByteString-cpu-arguments-constant":245e3,"equalsByteString-cpu-arguments-intercept":216773,"equalsByteString-cpu-arguments-slope":62,"equalsByteString-memory-arguments":1,"equalsData-cpu-arguments-intercept":1060367,"equalsData-cpu-arguments-slope":12586,"equalsData-memory-arguments":1,"equalsInteger-cpu-arguments-intercept":208512,"equalsInteger-cpu-arguments-slope":421,"equalsInteger-memory-arguments":1,"equalsString-cpu-arguments-constant":187e3,"equalsString-cpu-arguments-intercept":1e3,"equalsString-cpu-arguments-slope":52998,"equalsString-memory-arguments":1,"fstPair-cpu-arguments":80436,"fstPair-memory-arguments":32,"headList-cpu-arguments":43249,"headList-memory-arguments":32,"iData-cpu-arguments":1e3,"iData-memory-arguments":32,"ifThenElse-cpu-arguments":80556,"ifThenElse-memory-arguments":1,"indexByteString-cpu-arguments":57667,"indexByteString-memory-arguments":4,"lengthOfByteString-cpu-arguments":1e3,"lengthOfByteString-memory-arguments":10,"lessThanByteString-cpu-arguments-intercept":197145,"lessThanByteString-cpu-arguments-slope":156,"lessThanByteString-memory-arguments":1,"lessThanEqualsByteString-cpu-arguments-intercept":197145,"lessThanEqualsByteString-cpu-arguments-slope":156,"lessThanEqualsByteString-memory-arguments":1,"lessThanEqualsInteger-cpu-arguments-intercept":204924,"lessThanEqualsInteger-cpu-arguments-slope":473,"lessThanEqualsInteger-memory-arguments":1,"lessThanInteger-cpu-arguments-intercept":208896,"lessThanInteger-cpu-arguments-slope":511,"lessThanInteger-memory-arguments":1,"listData-cpu-arguments":52467,"listData-memory-arguments":32,"mapData-cpu-arguments":64832,"mapData-memory-arguments":32,"mkCons-cpu-arguments":65493,"mkCons-memory-arguments":32,"mkNilData-cpu-arguments":22558,"mkNilData-memory-arguments":32,"mkNilPairData-cpu-arguments":16563,"mkNilPairData-memory-arguments":32,"mkPairData-cpu-arguments":76511,"mkPairData-memory-arguments":32,"modInteger-cpu-arguments-constant":196500,"modInteger-cpu-arguments-model-arguments-intercept":453240,"modInteger-cpu-arguments-model-arguments-slope":220,"modInteger-memory-arguments-intercept":0,"modInteger-memory-arguments-minimum":1,"modInteger-memory-arguments-slope":1,"multiplyInteger-cpu-arguments-intercept":69522,"multiplyInteger-cpu-arguments-slope":11687,"multiplyInteger-memory-arguments-intercept":0,"multiplyInteger-memory-arguments-slope":1,"nullList-cpu-arguments":60091,"nullList-memory-arguments":32,"quotientInteger-cpu-arguments-constant":196500,"quotientInteger-cpu-arguments-model-arguments-intercept":453240,"quotientInteger-cpu-arguments-model-arguments-slope":220,"quotientInteger-memory-arguments-intercept":0,"quotientInteger-memory-arguments-minimum":1,"quotientInteger-memory-arguments-slope":1,"remainderInteger-cpu-arguments-constant":196500,"remainderInteger-cpu-arguments-model-arguments-intercept":453240,"remainderInteger-cpu-arguments-model-arguments-slope":220,"remainderInteger-memory-arguments-intercept":0,"remainderInteger-memory-arguments-minimum":1,"remainderInteger-memory-arguments-slope":1,"sha2_256-cpu-arguments-intercept":806990,"sha2_256-cpu-arguments-slope":30482,"sha2_256-memory-arguments":4,"sha3_256-cpu-arguments-intercept":1927926,"sha3_256-cpu-arguments-slope":82523,"sha3_256-memory-arguments":4,"sliceByteString-cpu-arguments-intercept":265318,"sliceByteString-cpu-arguments-slope":0,"sliceByteString-memory-arguments-intercept":4,"sliceByteString-memory-arguments-slope":0,"sndPair-cpu-arguments":85931,"sndPair-memory-arguments":32,"subtractInteger-cpu-arguments-intercept":205665,"subtractInteger-cpu-arguments-slope":812,"subtractInteger-memory-arguments-intercept":1,"subtractInteger-memory-arguments-slope":1,"tailList-cpu-arguments":41182,"tailList-memory-arguments":32,"trace-cpu-arguments":212342,"trace-memory-arguments":32,"unBData-cpu-arguments":31220,"unBData-memory-arguments":32,"unConstrData-cpu-arguments":32696,"unConstrData-memory-arguments":32,"unIData-cpu-arguments":43357,"unIData-memory-arguments":32,"unListData-cpu-arguments":32247,"unListData-memory-arguments":32,"unMapData-cpu-arguments":38314,"unMapData-memory-arguments":32,"verifyEd25519Signature-cpu-arguments-intercept":57996947,"verifyEd25519Signature-cpu-arguments-slope":18975,"verifyEd25519Signature-memory-arguments":10}).forEach((w,u)=>i.set(u,y.exports.Int.new_i32(w)));const t=y.exports.CostModel.new();return Object.values({"addInteger-cpu-arguments-intercept":205665,"addInteger-cpu-arguments-slope":812,"addInteger-memory-arguments-intercept":1,"addInteger-memory-arguments-slope":1,"appendByteString-cpu-arguments-intercept":1e3,"appendByteString-cpu-arguments-slope":571,"appendByteString-memory-arguments-intercept":0,"appendByteString-memory-arguments-slope":1,"appendString-cpu-arguments-intercept":1e3,"appendString-cpu-arguments-slope":24177,"appendString-memory-arguments-intercept":4,"appendString-memory-arguments-slope":1,"bData-cpu-arguments":1e3,"bData-memory-arguments":32,"blake2b_256-cpu-arguments-intercept":117366,"blake2b_256-cpu-arguments-slope":10475,"blake2b_256-memory-arguments":4,"cekApplyCost-exBudgetCPU":23e3,"cekApplyCost-exBudgetMemory":100,"cekBuiltinCost-exBudgetCPU":23e3,"cekBuiltinCost-exBudgetMemory":100,"cekConstCost-exBudgetCPU":23e3,"cekConstCost-exBudgetMemory":100,"cekDelayCost-exBudgetCPU":23e3,"cekDelayCost-exBudgetMemory":100,"cekForceCost-exBudgetCPU":23e3,"cekForceCost-exBudgetMemory":100,"cekLamCost-exBudgetCPU":23e3,"cekLamCost-exBudgetMemory":100,"cekStartupCost-exBudgetCPU":100,"cekStartupCost-exBudgetMemory":100,"cekVarCost-exBudgetCPU":23e3,"cekVarCost-exBudgetMemory":100,"chooseData-cpu-arguments":19537,"chooseData-memory-arguments":32,"chooseList-cpu-arguments":175354,"chooseList-memory-arguments":32,"chooseUnit-cpu-arguments":46417,"chooseUnit-memory-arguments":4,"consByteString-cpu-arguments-intercept":221973,"consByteString-cpu-arguments-slope":511,"consByteString-memory-arguments-intercept":0,"consByteString-memory-arguments-slope":1,"constrData-cpu-arguments":89141,"constrData-memory-arguments":32,"decodeUtf8-cpu-arguments-intercept":497525,"decodeUtf8-cpu-arguments-slope":14068,"decodeUtf8-memory-arguments-intercept":4,"decodeUtf8-memory-arguments-slope":2,"divideInteger-cpu-arguments-constant":196500,"divideInteger-cpu-arguments-model-arguments-intercept":453240,"divideInteger-cpu-arguments-model-arguments-slope":220,"divideInteger-memory-arguments-intercept":0,"divideInteger-memory-arguments-minimum":1,"divideInteger-memory-arguments-slope":1,"encodeUtf8-cpu-arguments-intercept":1e3,"encodeUtf8-cpu-arguments-slope":28662,"encodeUtf8-memory-arguments-intercept":4,"encodeUtf8-memory-arguments-slope":2,"equalsByteString-cpu-arguments-constant":245e3,"equalsByteString-cpu-arguments-intercept":216773,"equalsByteString-cpu-arguments-slope":62,"equalsByteString-memory-arguments":1,"equalsData-cpu-arguments-intercept":1060367,"equalsData-cpu-arguments-slope":12586,"equalsData-memory-arguments":1,"equalsInteger-cpu-arguments-intercept":208512,"equalsInteger-cpu-arguments-slope":421,"equalsInteger-memory-arguments":1,"equalsString-cpu-arguments-constant":187e3,"equalsString-cpu-arguments-intercept":1e3,"equalsString-cpu-arguments-slope":52998,"equalsString-memory-arguments":1,"fstPair-cpu-arguments":80436,"fstPair-memory-arguments":32,"headList-cpu-arguments":43249,"headList-memory-arguments":32,"iData-cpu-arguments":1e3,"iData-memory-arguments":32,"ifThenElse-cpu-arguments":80556,"ifThenElse-memory-arguments":1,"indexByteString-cpu-arguments":57667,"indexByteString-memory-arguments":4,"lengthOfByteString-cpu-arguments":1e3,"lengthOfByteString-memory-arguments":10,"lessThanByteString-cpu-arguments-intercept":197145,"lessThanByteString-cpu-arguments-slope":156,"lessThanByteString-memory-arguments":1,"lessThanEqualsByteString-cpu-arguments-intercept":197145,"lessThanEqualsByteString-cpu-arguments-slope":156,"lessThanEqualsByteString-memory-arguments":1,"lessThanEqualsInteger-cpu-arguments-intercept":204924,"lessThanEqualsInteger-cpu-arguments-slope":473,"lessThanEqualsInteger-memory-arguments":1,"lessThanInteger-cpu-arguments-intercept":208896,"lessThanInteger-cpu-arguments-slope":511,"lessThanInteger-memory-arguments":1,"listData-cpu-arguments":52467,"listData-memory-arguments":32,"mapData-cpu-arguments":64832,"mapData-memory-arguments":32,"mkCons-cpu-arguments":65493,"mkCons-memory-arguments":32,"mkNilData-cpu-arguments":22558,"mkNilData-memory-arguments":32,"mkNilPairData-cpu-arguments":16563,"mkNilPairData-memory-arguments":32,"mkPairData-cpu-arguments":76511,"mkPairData-memory-arguments":32,"modInteger-cpu-arguments-constant":196500,"modInteger-cpu-arguments-model-arguments-intercept":453240,"modInteger-cpu-arguments-model-arguments-slope":220,"modInteger-memory-arguments-intercept":0,"modInteger-memory-arguments-minimum":1,"modInteger-memory-arguments-slope":1,"multiplyInteger-cpu-arguments-intercept":69522,"multiplyInteger-cpu-arguments-slope":11687,"multiplyInteger-memory-arguments-intercept":0,"multiplyInteger-memory-arguments-slope":1,"nullList-cpu-arguments":60091,"nullList-memory-arguments":32,"quotientInteger-cpu-arguments-constant":196500,"quotientInteger-cpu-arguments-model-arguments-intercept":453240,"quotientInteger-cpu-arguments-model-arguments-slope":220,"quotientInteger-memory-arguments-intercept":0,"quotientInteger-memory-arguments-minimum":1,"quotientInteger-memory-arguments-slope":1,"remainderInteger-cpu-arguments-constant":196500,"remainderInteger-cpu-arguments-model-arguments-intercept":453240,"remainderInteger-cpu-arguments-model-arguments-slope":220,"remainderInteger-memory-arguments-intercept":0,"remainderInteger-memory-arguments-minimum":1,"remainderInteger-memory-arguments-slope":1,"serialiseData-cpu-arguments-intercept":1159724,"serialiseData-cpu-arguments-slope":392670,"serialiseData-memory-arguments-intercept":0,"serialiseData-memory-arguments-slope":2,"sha2_256-cpu-arguments-intercept":806990,"sha2_256-cpu-arguments-slope":30482,"sha2_256-memory-arguments":4,"sha3_256-cpu-arguments-intercept":1927926,"sha3_256-cpu-arguments-slope":82523,"sha3_256-memory-arguments":4,"sliceByteString-cpu-arguments-intercept":265318,"sliceByteString-cpu-arguments-slope":0,"sliceByteString-memory-arguments-intercept":4,"sliceByteString-memory-arguments-slope":0,"sndPair-cpu-arguments":85931,"sndPair-memory-arguments":32,"subtractInteger-cpu-arguments-intercept":205665,"subtractInteger-cpu-arguments-slope":812,"subtractInteger-memory-arguments-intercept":1,"subtractInteger-memory-arguments-slope":1,"tailList-cpu-arguments":41182,"tailList-memory-arguments":32,"trace-cpu-arguments":212342,"trace-memory-arguments":32,"unBData-cpu-arguments":31220,"unBData-memory-arguments":32,"unConstrData-cpu-arguments":32696,"unConstrData-memory-arguments":32,"unIData-cpu-arguments":43357,"unIData-memory-arguments":32,"unListData-cpu-arguments":32247,"unListData-memory-arguments":32,"unMapData-cpu-arguments":38314,"unMapData-memory-arguments":32,"verifyEcdsaSecp256k1Signature-cpu-arguments":35892428,"verifyEcdsaSecp256k1Signature-memory-arguments":10,"verifyEd25519Signature-cpu-arguments-intercept":57996947,"verifyEd25519Signature-cpu-arguments-slope":18975,"verifyEd25519Signature-memory-arguments":10,"verifySchnorrSecp256k1Signature-cpu-arguments-intercept":38887044,"verifySchnorrSecp256k1Signature-cpu-arguments-slope":32947,"verifySchnorrSecp256k1Signature-memory-arguments":10}).forEach((w,u)=>t.set(u,y.exports.Int.new_i32(w))),c.insert(y.exports.Language.new_plutus_v1(),i),c.insert(y.exports.Language.new_plutus_v2(),t),c})()},ds={ALONZO:{V1:"a141005901d59f1a000302590001011a00060bc719026d00011a000249f01903e800011a000249f018201a0025cea81971f70419744d186419744d186419744d186419744d186419744d186419744d18641864186419744d18641a000249f018201a000249f018201a000249f018201a000249f01903e800011a000249f018201a000249f01903e800081a000242201a00067e2318760001011a000249f01903e800081a000249f01a0001b79818f7011a000249f0192710011a0002155e19052e011903e81a000249f01903e8011a000249f018201a000249f018201a000249f0182001011a000249f0011a000249f0041a000194af18f8011a000194af18f8011a0002377c190556011a0002bdea1901f1011a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a000242201a00067e23187600010119f04c192bd200011a000249f018201a000242201a00067e2318760001011a000242201a00067e2318760001011a0025cea81971f704001a000141bb041a000249f019138800011a000249f018201a000302590001011a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a000249f018201a00330da70101ff"},BABBAGE:{V1:"a141005901b69f1a0003236119032c01011903e819023b00011903e8195e7104011903e818201a0001ca761928eb041959d818641959d818641959d818641959d818641959d818641959d81864186418641959d81864194c5118201a0002acfa182019b551041a000363151901ff00011a00015c3518201a000797751936f404021a0002ff941a0006ea7818dc0001011903e8196ff604021a0003bd081a00034ec5183e011a00102e0f19312a011a00032e801901a5011a0002da781903e819cf06011a00013a34182019a8f118201903e818201a00013aac0119e143041903e80a1a00030219189c011a00030219189c011a0003207c1901d9011a000330001901ff0119ccf3182019fd40182019ffd5182019581e18201940b318201a00012adf18201a0002ff941a0006ea7818dc0001011a00010f92192da7000119eabb18201a0002ff941a0006ea7818dc0001011a0002ff941a0006ea7818dc0001011a000c504e197712041a001d6af61a0001425b041a00040c660004001a00014fab18201a0003236119032c010119a0de18201a00033d7618201979f41820197fb8182019a95d1820197df718201995aa18201a009063b91903fd0aff",V2:"a20198af1a0003236119032c01011903e819023b00011903e8195e7104011903e818201a0001ca761928eb041959d818641959d818641959d818641959d818641959d818641959d81864186418641959d81864194c5118201a0002acfa182019b551041a000363151901ff00011a00015c3518201a000797751936f404021a0002ff941a0006ea7818dc0001011903e8196ff604021a0003bd081a00034ec5183e011a00102e0f19312a011a00032e801901a5011a0002da781903e819cf06011a00013a34182019a8f118201903e818201a00013aac0119e143041903e80a1a00030219189c011a00030219189c011a0003207c1901d9011a000330001901ff0119ccf3182019fd40182019ffd5182019581e18201940b318201a00012adf18201a0002ff941a0006ea7818dc0001011a00010f92192da7000119eabb18201a0002ff941a0006ea7818dc0001011a0002ff941a0006ea7818dc0001011a0011b22c1a0005fdde00021a000c504e197712041a001d6af61a0001425b041a00040c660004001a00014fab18201a0003236119032c010119a0de18201a00033d7618201979f41820197fb8182019a95d1820197df718201995aa18201b00000004a817c8001b00000004a817c8001a009063b91903fd0a1b00000004a817c800001b00000004a817c80041005901b69f1a0003236119032c01011903e819023b00011903e8195e7104011903e818201a0001ca761928eb041959d818641959d818641959d818641959d818641959d818641959d81864186418641959d81864194c5118201a0002acfa182019b551041a000363151901ff00011a00015c3518201a000797751936f404021a0002ff941a0006ea7818dc0001011903e8196ff604021a0003bd081a00034ec5183e011a00102e0f19312a011a00032e801901a5011a0002da781903e819cf06011a00013a34182019a8f118201903e818201a00013aac0119e143041903e80a1a00030219189c011a00030219189c011a0003207c1901d9011a000330001901ff0119ccf3182019fd40182019ffd5182019581e18201940b318201a00012adf18201a0002ff941a0006ea7818dc0001011a00010f92192da7000119eabb18201a0002ff941a0006ea7818dc0001011a0002ff941a0006ea7818dc0001011a000c504e197712041a001d6af61a0001425b041a00040c660004001a00014fab18201a0003236119032c010119a0de18201a00033d7618201979f41820197fb8182019a95d1820197df718201995aa18201a009063b91903fd0aff"}},gn={[y.exports.NetworkInfo.testnet().network_id()]:"8d18d786e92776c824607fd8e193ec535c79dc61ea2405ddf3b09fe3",[y.exports.NetworkInfo.mainnet().network_id()]:"f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a"},cs={mainnet:"wss://ogmios-api.mainnet.dandelion.link",preprod:"wss://ogmios-api.iohk-preprod.dandelion.link",preview:"__TBD_SOON_TM__",testnet:"wss://ogmios-api.testnet.dandelion.link"},ps={LQ:"da8c30857834c6ae7203935b89278c532b3995245295456f993e1d244c51",MIN:"29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c64d494e",NTX:"edfd7a1d77bcb8b884c474bdc92a16002d1fb720e454fa6e993444794e5458",iBTC:"f66d78b4a3cb3d37afa0ec36461e51ecbde00f26c8f0a68f94b6988069425443",iETH:"f66d78b4a3cb3d37afa0ec36461e51ecbde00f26c8f0a68f94b6988069455448",iUSD:"f66d78b4a3cb3d37afa0ec36461e51ecbde00f26c8f0a68f94b6988069555344",MILK:"8a1cfae21368b8bebbbed9800fec304e95cce39a2a57dc35e2e3ebaa4d494c4b",AGIX:"f43a62fdc3965df486de8a0d32fe800963589c41b38946602a0dc53541474958",MELD:"6ac8ef33b510ec004fe11585f7c5a9f0c07f0c23428ab4f29c1d7d104d454c44",INDY:"533bb94a8850ee3ccbe483106489399112b74c905342cb1792a797a0494e4459",CLAY:"38ad9dc3aec6a2f38e220142b9aa6ade63ebe71f65e7cc2b7d8a8535434c4159",MCOS:"6f46e1304b16d884c85c62fb0eef35028facdc41aaa0fd319a152ed64d434f53",DING:"ce5b9e0f8a88255b65f2e4d065c6e716e9fa9a8a86dfb86423dd1ac044494e47",GERO:"10a49b996e2402269af553a8a96fb8eb90d79e9eca79e2b4223057b64745524f",NMKR:"5dac8536653edc12f6f5e1045d8164b9f59998d3bdc300fc928434894e4d4b52",PAVIA:"884892bcdc360bcef87d6b3f806e7f9cd5ac30d999d49970e7a903ae5041564941",HOSKY:"a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59",YUMMI:"078eafce5cd7edafdf63900edef2c1ea759e77f30ca81d6bbdeec92479756d6d69",C3:"8e51398904a5d3fc129fbf4f1589701de23c7824d5c90fdb9490e15a434841524c4933",GIMBAL:"2b0a04a7b60132b1805b296c7fcb3b217ff14413991bf76f72663c3067696d62616c",SUNDAE:"9a9693a9a37912a5097918f97918d15240c92ab729a0b7c4aa144d7753554e444145",GREENS:"4623ab311b7d982d8d26fcbe1a9439ca56661aafcdcd8d8a0ef31fd6475245454e53",GENS:"dda5fdb1002f7389b33e036b6afee82a8189becb6cba852e8b79b4fb0014df1047454e53",SOCIETY:"25f0fc240e91bd95dcdaebd2ba7713fc5168ac77234a3d79449fc20c534f4349455459",DJED:"8db269c3ec630e06ae29f74bc39edd1f87c819f1056206e879a1cd61446a65644d6963726f555344",SHEN:"8db269c3ec630e06ae29f74bc39edd1f87c819f1056206e879a1cd615368656e4d6963726f555344",WMT:"1d7f33bd23d85e1a25d87d86fac4f199c3197a2f7afeb662a0f34e1e776f726c646d6f62696c65746f6b656e",COPI:"b6a7467ea1deb012808ef4e87b5ff371e85f7142d7b356a40d9b42a0436f726e75636f70696173205b76696120436861696e506f72742e696f5d"},jn=["begin","eternl","flint","lace","nami","nufi","gerowallet","typhoncip30","vespr","yoroi"],Xn=(c,i,t="5000000")=>{const w=y.exports.BigNum.from_str(c.get("lovelace")??"0").checked_add(y.exports.BigNum.from_str(t)),u=i.filter(j=>j.output.amount.filter(P=>P.unit!=="lovelace").some(P=>c.has(P.unit))),h=us(u);return[...h.less_than(w)?bs(w.clamped_sub(h).to_str(),i.filter(j=>!u.some(P=>P.input.txHash===j.input.txHash&&P.input.outputIndex===j.input.outputIndex))):[],...u]},ws=(c,i,t=!1,{maxTxSize:w,minFeeA:u,minFeeB:h}=a_)=>{const x=i.filter(G=>ta(G)===!1).sort(un),j=y.exports.BigNum.from_str(xn(w,u,h)),P=t?y.exports.BigNum.from_str(c).checked_add(j).to_str():c;return Ar(x,new Map([["lovelace",P]]))},Zn=(c,i,t=!1,w=a_)=>{const u=i.filter(ta).sort(un),h=gs(w),x=c.get("lovelace")??"0",j=t?y.exports.BigNum.from_str(x).checked_add(h).to_str():x;return c.set("lovelace",j),Ar(u,c)},ls=(c,i)=>Array.from(i,t=>({unit:t[0],quantity:y.exports.BigNum.from_str(t[1])})).every(t=>c.filter(w=>w.output.amount.find(u=>u.unit===t.unit)!==void 0).reduce((w,u)=>{const h=u.output.amount.reduce((x,j)=>x.checked_add(y.exports.BigNum.from_str(t.unit===j.unit?j.quantity:"0")),y.exports.BigNum.from_str("0"));return w.checked_add(h)},y.exports.BigNum.from_str("0")).less_than(t.quantity)===!1),un=(c,i)=>{var u,h;const t=y.exports.BigNum.from_str(((u=c.output.amount.find(x=>x.unit==="lovelace"))==null?void 0:u.quantity)??"0");return y.exports.BigNum.from_str(((h=i.output.amount.find(x=>x.unit==="lovelace"))==null?void 0:h.quantity)??"0").compare(t)},gs=c=>{const{maxTxSize:i,minFeeA:t,minFeeB:w}=c;return y.exports.BigNum.from_str(xn(i,t,w))},ta=c=>c.output.amount.length>1,us=c=>c.reduce((i,t)=>{var u;const w=((u=t.output.amount.find(h=>h.unit==="lovelace"))==null?void 0:u.quantity)??"0";return i.checked_add(y.exports.BigNum.from_str(w))},y.exports.BigNum.from_str("0")),bs=(c,i)=>{const t=i.sort(un);return Ar(t,new Map([["lovelace",c]]))},Ar=(c,i,t=[])=>c.length===0||ls(t,i)?t:fs(c[0],i)?Ar(c.slice(1),i,[...t,c[0]]):Ar(c.slice(1),i,t),fs=(c,i)=>Array.from(i.keys()).some(t=>c.output.amount.find(w=>w.unit===t)!==void 0),hs=(c,i)=>{const t=ms(i),w=ks(c,i);return{coseKey:d_(t.to_bytes()),coseSign1:d_(w.to_bytes())}},ys=(c,i,{key:t,signature:w})=>{var x,j;const u=jt.COSEKey.from_bytes(kt(t)),h=jt.COSESign1.from_bytes(kt(w));if((c==null?void 0:c.length)>0){const P=d_(h.payload()??new Uint8Array);if(p_(c)!==P)return!1}if((i==null?void 0:i.length)>0){const p=(x=h.headers().protected().deserialized_headers().header(jt.Label.new_text("address")))==null?void 0:x.as_bytes();if(p===void 0)throw new Error("Couldn't find a signer address in signature");const L=(j=u.header(jt.Label.new_int(jt.Int.new_negative(jt.BigNum.from_str("2")))))==null?void 0:j.as_bytes();if(L===void 0)throw new Error("Couldn't find a signer key in signature");const G=dr(d_(p)),R=Gs(d_(L));if(vs(i,G,R)===!1)throw new Error("Couldn't check signature because of address mismatch");const m=Ys(d_(h.signature())),X=h.signed_data().to_bytes();return R.verify(X,m)}return!1},vs=(c,i,t)=>{if(c!==i.to_bech32())return!1;try{return pr(c)===t.hash().to_hex()}catch{return!1}},ms=c=>{const i=jt.COSEKey.new(jt.Label.from_key_type(jt.KeyType.OKP));return i.set_algorithm_id(jt.Label.from_algorithm_id(jt.AlgorithmId.EdDSA)),i.set_header(jt.Label.new_int(jt.Int.new_negative(jt.BigNum.from_str("1"))),jt.CBORValue.new_int(jt.Int.new_i32(6))),i.set_header(jt.Label.new_int(jt.Int.new_negative(jt.BigNum.from_str("2"))),jt.CBORValue.new_bytes(c.key.to_public().as_bytes())),i},ks=(c,i)=>{const t=jt.HeaderMap.new(),w=jt.HeaderMap.new();t.set_algorithm_id(jt.Label.from_algorithm_id(jt.AlgorithmId.EdDSA)),t.set_header(jt.Label.new_text("address"),jt.CBORValue.new_bytes(i.address.to_bytes()));const u=jt.Headers.new(jt.ProtectedHeaderMap.new(t),w),h=jt.COSESign1Builder.new(u,kt(c.payload),!1);c.externalAAD!==void 0&&h.set_external_aad(kt(c.externalAAD));const x=h.make_data_to_sign(),j=i.key.sign(x.to_bytes());return h.build(j.to_bytes())};var _a={},s_={exports:{}};Ee.notEqual=As;Ee.notOk=Is;Ee.equal=xs;Ee.ok=Ee;var ea=Ee;function xs(c,i,t){Ee(c==i,t)}function As(c,i,t){Ee(c!=i,t)}function Is(c,i){Ee(!c,i)}function Ee(c,i){if(!c)throw new Error(i||"AssertionError")}var G_={exports:{}},Cs=bn;bn.supported=typeof WebAssembly<"u";function bn(c){if(!bn.supported)return null;var i=c&&c.imports,t=js("AGFzbQEAAAABEANgAn9/AGADf39/AGABfwADBQQAAQICBQUBAQroBwdNBQZtZW1vcnkCAAxibGFrZTJiX2luaXQAAA5ibGFrZTJiX3VwZGF0ZQABDWJsYWtlMmJfZmluYWwAAhBibGFrZTJiX2NvbXByZXNzAAMK00AElgMAIABCADcDACAAQQhqQgA3AwAgAEEQakIANwMAIABBGGpCADcDACAAQSBqQgA3AwAgAEEoakIANwMAIABBMGpCADcDACAAQThqQgA3AwAgAEHAAGpCADcDACAAQcgAakIANwMAIABB0ABqQgA3AwAgAEHYAGpCADcDACAAQeAAakIANwMAIABB6ABqQgA3AwAgAEHwAGpCADcDACAAQfgAakIANwMAIABBgAFqQoiS853/zPmE6gBBACkDAIU3AwAgAEGIAWpCu86qptjQ67O7f0EIKQMAhTcDACAAQZABakKr8NP0r+68tzxBECkDAIU3AwAgAEGYAWpC8e30+KWn/aelf0EYKQMAhTcDACAAQaABakLRhZrv+s+Uh9EAQSApAwCFNwMAIABBqAFqQp/Y+dnCkdqCm39BKCkDAIU3AwAgAEGwAWpC6/qG2r+19sEfQTApAwCFNwMAIABBuAFqQvnC+JuRo7Pw2wBBOCkDAIU3AwAgAEHAAWpCADcDACAAQcgBakIANwMAIABB0AFqQgA3AwALbQEDfyAAQcABaiEDIABByAFqIQQgBCkDAKchBQJAA0AgASACRg0BIAVBgAFGBEAgAyADKQMAIAWtfDcDAEEAIQUgABADCyAAIAVqIAEtAAA6AAAgBUEBaiEFIAFBAWohAQwACwsgBCAFrTcDAAtkAQN/IABBwAFqIQEgAEHIAWohAiABIAEpAwAgAikDAHw3AwAgAEHQAWpCfzcDACACKQMApyEDAkADQCADQYABRg0BIAAgA2pBADoAACADQQFqIQMMAAsLIAIgA603AwAgABADC+U7AiB+CX8gAEGAAWohISAAQYgBaiEiIABBkAFqISMgAEGYAWohJCAAQaABaiElIABBqAFqISYgAEGwAWohJyAAQbgBaiEoICEpAwAhASAiKQMAIQIgIykDACEDICQpAwAhBCAlKQMAIQUgJikDACEGICcpAwAhByAoKQMAIQhCiJLznf/M+YTqACEJQrvOqqbY0Ouzu38hCkKr8NP0r+68tzwhC0Lx7fT4paf9p6V/IQxC0YWa7/rPlIfRACENQp/Y+dnCkdqCm38hDkLr+obav7X2wR8hD0L5wvibkaOz8NsAIRAgACkDACERIABBCGopAwAhEiAAQRBqKQMAIRMgAEEYaikDACEUIABBIGopAwAhFSAAQShqKQMAIRYgAEEwaikDACEXIABBOGopAwAhGCAAQcAAaikDACEZIABByABqKQMAIRogAEHQAGopAwAhGyAAQdgAaikDACEcIABB4ABqKQMAIR0gAEHoAGopAwAhHiAAQfAAaikDACEfIABB+ABqKQMAISAgDSAAQcABaikDAIUhDSAPIABB0AFqKQMAhSEPIAEgBSARfHwhASANIAGFQiCKIQ0gCSANfCEJIAUgCYVCGIohBSABIAUgEnx8IQEgDSABhUIQiiENIAkgDXwhCSAFIAmFQj+KIQUgAiAGIBN8fCECIA4gAoVCIIohDiAKIA58IQogBiAKhUIYiiEGIAIgBiAUfHwhAiAOIAKFQhCKIQ4gCiAOfCEKIAYgCoVCP4ohBiADIAcgFXx8IQMgDyADhUIgiiEPIAsgD3whCyAHIAuFQhiKIQcgAyAHIBZ8fCEDIA8gA4VCEIohDyALIA98IQsgByALhUI/iiEHIAQgCCAXfHwhBCAQIASFQiCKIRAgDCAQfCEMIAggDIVCGIohCCAEIAggGHx8IQQgECAEhUIQiiEQIAwgEHwhDCAIIAyFQj+KIQggASAGIBl8fCEBIBAgAYVCIIohECALIBB8IQsgBiALhUIYiiEGIAEgBiAafHwhASAQIAGFQhCKIRAgCyAQfCELIAYgC4VCP4ohBiACIAcgG3x8IQIgDSAChUIgiiENIAwgDXwhDCAHIAyFQhiKIQcgAiAHIBx8fCECIA0gAoVCEIohDSAMIA18IQwgByAMhUI/iiEHIAMgCCAdfHwhAyAOIAOFQiCKIQ4gCSAOfCEJIAggCYVCGIohCCADIAggHnx8IQMgDiADhUIQiiEOIAkgDnwhCSAIIAmFQj+KIQggBCAFIB98fCEEIA8gBIVCIIohDyAKIA98IQogBSAKhUIYiiEFIAQgBSAgfHwhBCAPIASFQhCKIQ8gCiAPfCEKIAUgCoVCP4ohBSABIAUgH3x8IQEgDSABhUIgiiENIAkgDXwhCSAFIAmFQhiKIQUgASAFIBt8fCEBIA0gAYVCEIohDSAJIA18IQkgBSAJhUI/iiEFIAIgBiAVfHwhAiAOIAKFQiCKIQ4gCiAOfCEKIAYgCoVCGIohBiACIAYgGXx8IQIgDiAChUIQiiEOIAogDnwhCiAGIAqFQj+KIQYgAyAHIBp8fCEDIA8gA4VCIIohDyALIA98IQsgByALhUIYiiEHIAMgByAgfHwhAyAPIAOFQhCKIQ8gCyAPfCELIAcgC4VCP4ohByAEIAggHnx8IQQgECAEhUIgiiEQIAwgEHwhDCAIIAyFQhiKIQggBCAIIBd8fCEEIBAgBIVCEIohECAMIBB8IQwgCCAMhUI/iiEIIAEgBiASfHwhASAQIAGFQiCKIRAgCyAQfCELIAYgC4VCGIohBiABIAYgHXx8IQEgECABhUIQiiEQIAsgEHwhCyAGIAuFQj+KIQYgAiAHIBF8fCECIA0gAoVCIIohDSAMIA18IQwgByAMhUIYiiEHIAIgByATfHwhAiANIAKFQhCKIQ0gDCANfCEMIAcgDIVCP4ohByADIAggHHx8IQMgDiADhUIgiiEOIAkgDnwhCSAIIAmFQhiKIQggAyAIIBh8fCEDIA4gA4VCEIohDiAJIA58IQkgCCAJhUI/iiEIIAQgBSAWfHwhBCAPIASFQiCKIQ8gCiAPfCEKIAUgCoVCGIohBSAEIAUgFHx8IQQgDyAEhUIQiiEPIAogD3whCiAFIAqFQj+KIQUgASAFIBx8fCEBIA0gAYVCIIohDSAJIA18IQkgBSAJhUIYiiEFIAEgBSAZfHwhASANIAGFQhCKIQ0gCSANfCEJIAUgCYVCP4ohBSACIAYgHXx8IQIgDiAChUIgiiEOIAogDnwhCiAGIAqFQhiKIQYgAiAGIBF8fCECIA4gAoVCEIohDiAKIA58IQogBiAKhUI/iiEGIAMgByAWfHwhAyAPIAOFQiCKIQ8gCyAPfCELIAcgC4VCGIohByADIAcgE3x8IQMgDyADhUIQiiEPIAsgD3whCyAHIAuFQj+KIQcgBCAIICB8fCEEIBAgBIVCIIohECAMIBB8IQwgCCAMhUIYiiEIIAQgCCAefHwhBCAQIASFQhCKIRAgDCAQfCEMIAggDIVCP4ohCCABIAYgG3x8IQEgECABhUIgiiEQIAsgEHwhCyAGIAuFQhiKIQYgASAGIB98fCEBIBAgAYVCEIohECALIBB8IQsgBiALhUI/iiEGIAIgByAUfHwhAiANIAKFQiCKIQ0gDCANfCEMIAcgDIVCGIohByACIAcgF3x8IQIgDSAChUIQiiENIAwgDXwhDCAHIAyFQj+KIQcgAyAIIBh8fCEDIA4gA4VCIIohDiAJIA58IQkgCCAJhUIYiiEIIAMgCCASfHwhAyAOIAOFQhCKIQ4gCSAOfCEJIAggCYVCP4ohCCAEIAUgGnx8IQQgDyAEhUIgiiEPIAogD3whCiAFIAqFQhiKIQUgBCAFIBV8fCEEIA8gBIVCEIohDyAKIA98IQogBSAKhUI/iiEFIAEgBSAYfHwhASANIAGFQiCKIQ0gCSANfCEJIAUgCYVCGIohBSABIAUgGnx8IQEgDSABhUIQiiENIAkgDXwhCSAFIAmFQj+KIQUgAiAGIBR8fCECIA4gAoVCIIohDiAKIA58IQogBiAKhUIYiiEGIAIgBiASfHwhAiAOIAKFQhCKIQ4gCiAOfCEKIAYgCoVCP4ohBiADIAcgHnx8IQMgDyADhUIgiiEPIAsgD3whCyAHIAuFQhiKIQcgAyAHIB18fCEDIA8gA4VCEIohDyALIA98IQsgByALhUI/iiEHIAQgCCAcfHwhBCAQIASFQiCKIRAgDCAQfCEMIAggDIVCGIohCCAEIAggH3x8IQQgECAEhUIQiiEQIAwgEHwhDCAIIAyFQj+KIQggASAGIBN8fCEBIBAgAYVCIIohECALIBB8IQsgBiALhUIYiiEGIAEgBiAXfHwhASAQIAGFQhCKIRAgCyAQfCELIAYgC4VCP4ohBiACIAcgFnx8IQIgDSAChUIgiiENIAwgDXwhDCAHIAyFQhiKIQcgAiAHIBt8fCECIA0gAoVCEIohDSAMIA18IQwgByAMhUI/iiEHIAMgCCAVfHwhAyAOIAOFQiCKIQ4gCSAOfCEJIAggCYVCGIohCCADIAggEXx8IQMgDiADhUIQiiEOIAkgDnwhCSAIIAmFQj+KIQggBCAFICB8fCEEIA8gBIVCIIohDyAKIA98IQogBSAKhUIYiiEFIAQgBSAZfHwhBCAPIASFQhCKIQ8gCiAPfCEKIAUgCoVCP4ohBSABIAUgGnx8IQEgDSABhUIgiiENIAkgDXwhCSAFIAmFQhiKIQUgASAFIBF8fCEBIA0gAYVCEIohDSAJIA18IQkgBSAJhUI/iiEFIAIgBiAWfHwhAiAOIAKFQiCKIQ4gCiAOfCEKIAYgCoVCGIohBiACIAYgGHx8IQIgDiAChUIQiiEOIAogDnwhCiAGIAqFQj+KIQYgAyAHIBN8fCEDIA8gA4VCIIohDyALIA98IQsgByALhUIYiiEHIAMgByAVfHwhAyAPIAOFQhCKIQ8gCyAPfCELIAcgC4VCP4ohByAEIAggG3x8IQQgECAEhUIgiiEQIAwgEHwhDCAIIAyFQhiKIQggBCAIICB8fCEEIBAgBIVCEIohECAMIBB8IQwgCCAMhUI/iiEIIAEgBiAffHwhASAQIAGFQiCKIRAgCyAQfCELIAYgC4VCGIohBiABIAYgEnx8IQEgECABhUIQiiEQIAsgEHwhCyAGIAuFQj+KIQYgAiAHIBx8fCECIA0gAoVCIIohDSAMIA18IQwgByAMhUIYiiEHIAIgByAdfHwhAiANIAKFQhCKIQ0gDCANfCEMIAcgDIVCP4ohByADIAggF3x8IQMgDiADhUIgiiEOIAkgDnwhCSAIIAmFQhiKIQggAyAIIBl8fCEDIA4gA4VCEIohDiAJIA58IQkgCCAJhUI/iiEIIAQgBSAUfHwhBCAPIASFQiCKIQ8gCiAPfCEKIAUgCoVCGIohBSAEIAUgHnx8IQQgDyAEhUIQiiEPIAogD3whCiAFIAqFQj+KIQUgASAFIBN8fCEBIA0gAYVCIIohDSAJIA18IQkgBSAJhUIYiiEFIAEgBSAdfHwhASANIAGFQhCKIQ0gCSANfCEJIAUgCYVCP4ohBSACIAYgF3x8IQIgDiAChUIgiiEOIAogDnwhCiAGIAqFQhiKIQYgAiAGIBt8fCECIA4gAoVCEIohDiAKIA58IQogBiAKhUI/iiEGIAMgByARfHwhAyAPIAOFQiCKIQ8gCyAPfCELIAcgC4VCGIohByADIAcgHHx8IQMgDyADhUIQiiEPIAsgD3whCyAHIAuFQj+KIQcgBCAIIBl8fCEEIBAgBIVCIIohECAMIBB8IQwgCCAMhUIYiiEIIAQgCCAUfHwhBCAQIASFQhCKIRAgDCAQfCEMIAggDIVCP4ohCCABIAYgFXx8IQEgECABhUIgiiEQIAsgEHwhCyAGIAuFQhiKIQYgASAGIB58fCEBIBAgAYVCEIohECALIBB8IQsgBiALhUI/iiEGIAIgByAYfHwhAiANIAKFQiCKIQ0gDCANfCEMIAcgDIVCGIohByACIAcgFnx8IQIgDSAChUIQiiENIAwgDXwhDCAHIAyFQj+KIQcgAyAIICB8fCEDIA4gA4VCIIohDiAJIA58IQkgCCAJhUIYiiEIIAMgCCAffHwhAyAOIAOFQhCKIQ4gCSAOfCEJIAggCYVCP4ohCCAEIAUgEnx8IQQgDyAEhUIgiiEPIAogD3whCiAFIAqFQhiKIQUgBCAFIBp8fCEEIA8gBIVCEIohDyAKIA98IQogBSAKhUI/iiEFIAEgBSAdfHwhASANIAGFQiCKIQ0gCSANfCEJIAUgCYVCGIohBSABIAUgFnx8IQEgDSABhUIQiiENIAkgDXwhCSAFIAmFQj+KIQUgAiAGIBJ8fCECIA4gAoVCIIohDiAKIA58IQogBiAKhUIYiiEGIAIgBiAgfHwhAiAOIAKFQhCKIQ4gCiAOfCEKIAYgCoVCP4ohBiADIAcgH3x8IQMgDyADhUIgiiEPIAsgD3whCyAHIAuFQhiKIQcgAyAHIB58fCEDIA8gA4VCEIohDyALIA98IQsgByALhUI/iiEHIAQgCCAVfHwhBCAQIASFQiCKIRAgDCAQfCEMIAggDIVCGIohCCAEIAggG3x8IQQgECAEhUIQiiEQIAwgEHwhDCAIIAyFQj+KIQggASAGIBF8fCEBIBAgAYVCIIohECALIBB8IQsgBiALhUIYiiEGIAEgBiAYfHwhASAQIAGFQhCKIRAgCyAQfCELIAYgC4VCP4ohBiACIAcgF3x8IQIgDSAChUIgiiENIAwgDXwhDCAHIAyFQhiKIQcgAiAHIBR8fCECIA0gAoVCEIohDSAMIA18IQwgByAMhUI/iiEHIAMgCCAafHwhAyAOIAOFQiCKIQ4gCSAOfCEJIAggCYVCGIohCCADIAggE3x8IQMgDiADhUIQiiEOIAkgDnwhCSAIIAmFQj+KIQggBCAFIBl8fCEEIA8gBIVCIIohDyAKIA98IQogBSAKhUIYiiEFIAQgBSAcfHwhBCAPIASFQhCKIQ8gCiAPfCEKIAUgCoVCP4ohBSABIAUgHnx8IQEgDSABhUIgiiENIAkgDXwhCSAFIAmFQhiKIQUgASAFIBx8fCEBIA0gAYVCEIohDSAJIA18IQkgBSAJhUI/iiEFIAIgBiAYfHwhAiAOIAKFQiCKIQ4gCiAOfCEKIAYgCoVCGIohBiACIAYgH3x8IQIgDiAChUIQiiEOIAogDnwhCiAGIAqFQj+KIQYgAyAHIB18fCEDIA8gA4VCIIohDyALIA98IQsgByALhUIYiiEHIAMgByASfHwhAyAPIAOFQhCKIQ8gCyAPfCELIAcgC4VCP4ohByAEIAggFHx8IQQgECAEhUIgiiEQIAwgEHwhDCAIIAyFQhiKIQggBCAIIBp8fCEEIBAgBIVCEIohECAMIBB8IQwgCCAMhUI/iiEIIAEgBiAWfHwhASAQIAGFQiCKIRAgCyAQfCELIAYgC4VCGIohBiABIAYgEXx8IQEgECABhUIQiiEQIAsgEHwhCyAGIAuFQj+KIQYgAiAHICB8fCECIA0gAoVCIIohDSAMIA18IQwgByAMhUIYiiEHIAIgByAVfHwhAiANIAKFQhCKIQ0gDCANfCEMIAcgDIVCP4ohByADIAggGXx8IQMgDiADhUIgiiEOIAkgDnwhCSAIIAmFQhiKIQggAyAIIBd8fCEDIA4gA4VCEIohDiAJIA58IQkgCCAJhUI/iiEIIAQgBSATfHwhBCAPIASFQiCKIQ8gCiAPfCEKIAUgCoVCGIohBSAEIAUgG3x8IQQgDyAEhUIQiiEPIAogD3whCiAFIAqFQj+KIQUgASAFIBd8fCEBIA0gAYVCIIohDSAJIA18IQkgBSAJhUIYiiEFIAEgBSAgfHwhASANIAGFQhCKIQ0gCSANfCEJIAUgCYVCP4ohBSACIAYgH3x8IQIgDiAChUIgiiEOIAogDnwhCiAGIAqFQhiKIQYgAiAGIBp8fCECIA4gAoVCEIohDiAKIA58IQogBiAKhUI/iiEGIAMgByAcfHwhAyAPIAOFQiCKIQ8gCyAPfCELIAcgC4VCGIohByADIAcgFHx8IQMgDyADhUIQiiEPIAsgD3whCyAHIAuFQj+KIQcgBCAIIBF8fCEEIBAgBIVCIIohECAMIBB8IQwgCCAMhUIYiiEIIAQgCCAZfHwhBCAQIASFQhCKIRAgDCAQfCEMIAggDIVCP4ohCCABIAYgHXx8IQEgECABhUIgiiEQIAsgEHwhCyAGIAuFQhiKIQYgASAGIBN8fCEBIBAgAYVCEIohECALIBB8IQsgBiALhUI/iiEGIAIgByAefHwhAiANIAKFQiCKIQ0gDCANfCEMIAcgDIVCGIohByACIAcgGHx8IQIgDSAChUIQiiENIAwgDXwhDCAHIAyFQj+KIQcgAyAIIBJ8fCEDIA4gA4VCIIohDiAJIA58IQkgCCAJhUIYiiEIIAMgCCAVfHwhAyAOIAOFQhCKIQ4gCSAOfCEJIAggCYVCP4ohCCAEIAUgG3x8IQQgDyAEhUIgiiEPIAogD3whCiAFIAqFQhiKIQUgBCAFIBZ8fCEEIA8gBIVCEIohDyAKIA98IQogBSAKhUI/iiEFIAEgBSAbfHwhASANIAGFQiCKIQ0gCSANfCEJIAUgCYVCGIohBSABIAUgE3x8IQEgDSABhUIQiiENIAkgDXwhCSAFIAmFQj+KIQUgAiAGIBl8fCECIA4gAoVCIIohDiAKIA58IQogBiAKhUIYiiEGIAIgBiAVfHwhAiAOIAKFQhCKIQ4gCiAOfCEKIAYgCoVCP4ohBiADIAcgGHx8IQMgDyADhUIgiiEPIAsgD3whCyAHIAuFQhiKIQcgAyAHIBd8fCEDIA8gA4VCEIohDyALIA98IQsgByALhUI/iiEHIAQgCCASfHwhBCAQIASFQiCKIRAgDCAQfCEMIAggDIVCGIohCCAEIAggFnx8IQQgECAEhUIQiiEQIAwgEHwhDCAIIAyFQj+KIQggASAGICB8fCEBIBAgAYVCIIohECALIBB8IQsgBiALhUIYiiEGIAEgBiAcfHwhASAQIAGFQhCKIRAgCyAQfCELIAYgC4VCP4ohBiACIAcgGnx8IQIgDSAChUIgiiENIAwgDXwhDCAHIAyFQhiKIQcgAiAHIB98fCECIA0gAoVCEIohDSAMIA18IQwgByAMhUI/iiEHIAMgCCAUfHwhAyAOIAOFQiCKIQ4gCSAOfCEJIAggCYVCGIohCCADIAggHXx8IQMgDiADhUIQiiEOIAkgDnwhCSAIIAmFQj+KIQggBCAFIB58fCEEIA8gBIVCIIohDyAKIA98IQogBSAKhUIYiiEFIAQgBSARfHwhBCAPIASFQhCKIQ8gCiAPfCEKIAUgCoVCP4ohBSABIAUgEXx8IQEgDSABhUIgiiENIAkgDXwhCSAFIAmFQhiKIQUgASAFIBJ8fCEBIA0gAYVCEIohDSAJIA18IQkgBSAJhUI/iiEFIAIgBiATfHwhAiAOIAKFQiCKIQ4gCiAOfCEKIAYgCoVCGIohBiACIAYgFHx8IQIgDiAChUIQiiEOIAogDnwhCiAGIAqFQj+KIQYgAyAHIBV8fCEDIA8gA4VCIIohDyALIA98IQsgByALhUIYiiEHIAMgByAWfHwhAyAPIAOFQhCKIQ8gCyAPfCELIAcgC4VCP4ohByAEIAggF3x8IQQgECAEhUIgiiEQIAwgEHwhDCAIIAyFQhiKIQggBCAIIBh8fCEEIBAgBIVCEIohECAMIBB8IQwgCCAMhUI/iiEIIAEgBiAZfHwhASAQIAGFQiCKIRAgCyAQfCELIAYgC4VCGIohBiABIAYgGnx8IQEgECABhUIQiiEQIAsgEHwhCyAGIAuFQj+KIQYgAiAHIBt8fCECIA0gAoVCIIohDSAMIA18IQwgByAMhUIYiiEHIAIgByAcfHwhAiANIAKFQhCKIQ0gDCANfCEMIAcgDIVCP4ohByADIAggHXx8IQMgDiADhUIgiiEOIAkgDnwhCSAIIAmFQhiKIQggAyAIIB58fCEDIA4gA4VCEIohDiAJIA58IQkgCCAJhUI/iiEIIAQgBSAffHwhBCAPIASFQiCKIQ8gCiAPfCEKIAUgCoVCGIohBSAEIAUgIHx8IQQgDyAEhUIQiiEPIAogD3whCiAFIAqFQj+KIQUgASAFIB98fCEBIA0gAYVCIIohDSAJIA18IQkgBSAJhUIYiiEFIAEgBSAbfHwhASANIAGFQhCKIQ0gCSANfCEJIAUgCYVCP4ohBSACIAYgFXx8IQIgDiAChUIgiiEOIAogDnwhCiAGIAqFQhiKIQYgAiAGIBl8fCECIA4gAoVCEIohDiAKIA58IQogBiAKhUI/iiEGIAMgByAafHwhAyAPIAOFQiCKIQ8gCyAPfCELIAcgC4VCGIohByADIAcgIHx8IQMgDyADhUIQiiEPIAsgD3whCyAHIAuFQj+KIQcgBCAIIB58fCEEIBAgBIVCIIohECAMIBB8IQwgCCAMhUIYiiEIIAQgCCAXfHwhBCAQIASFQhCKIRAgDCAQfCEMIAggDIVCP4ohCCABIAYgEnx8IQEgECABhUIgiiEQIAsgEHwhCyAGIAuFQhiKIQYgASAGIB18fCEBIBAgAYVCEIohECALIBB8IQsgBiALhUI/iiEGIAIgByARfHwhAiANIAKFQiCKIQ0gDCANfCEMIAcgDIVCGIohByACIAcgE3x8IQIgDSAChUIQiiENIAwgDXwhDCAHIAyFQj+KIQcgAyAIIBx8fCEDIA4gA4VCIIohDiAJIA58IQkgCCAJhUIYiiEIIAMgCCAYfHwhAyAOIAOFQhCKIQ4gCSAOfCEJIAggCYVCP4ohCCAEIAUgFnx8IQQgDyAEhUIgiiEPIAogD3whCiAFIAqFQhiKIQUgBCAFIBR8fCEEIA8gBIVCEIohDyAKIA98IQogBSAKhUI/iiEFICEgISkDACABIAmFhTcDACAiICIpAwAgAiAKhYU3AwAgIyAjKQMAIAMgC4WFNwMAICQgJCkDACAEIAyFhTcDACAlICUpAwAgBSANhYU3AwAgJiAmKQMAIAYgDoWFNwMAICcgJykDACAHIA+FhTcDACAoICgpAwAgCCAQhYU3AwAL"),w=null,u={buffer:t,memory:null,exports:null,realloc:h,onload:x};return x(function(){}),u;function h(P){u.exports.memory.grow(Math.ceil(Math.abs(P-u.memory.length)/65536)),u.memory=new Uint8Array(u.exports.memory.buffer)}function x(P){if(u.exports)return P();if(w){w.then(P.bind(null,null)).catch(P);return}try{if(c&&c.async)throw new Error("async");j({instance:new WebAssembly.Instance(new WebAssembly.Module(t),i)})}catch{w=WebAssembly.instantiate(t,i).then(j)}x(P)}function j(P){u.exports=P.instance.exports,u.memory=u.exports.memory&&u.exports.memory.buffer&&new Uint8Array(u.exports.memory.buffer)}}function js(c){return typeof atob=="function"?new Uint8Array(atob(c).split("").map(Bs)):new(_n("buffer")).Buffer(c,"base64")}function Bs(c){return c.charCodeAt(0)}var L_=ea,Tt=Cs(),Be=64,Kr=[];G_.exports=k_;var Bn=G_.exports.BYTES_MIN=16,Sn=G_.exports.BYTES_MAX=64;G_.exports.BYTES=32;var En=G_.exports.KEYBYTES_MIN=16,Qn=G_.exports.KEYBYTES_MAX=64;G_.exports.KEYBYTES=32;var On=G_.exports.SALTBYTES=16,Dn=G_.exports.PERSONALBYTES=16;function k_(c,i,t,w,u){if(!(this instanceof k_))return new k_(c,i,t,w,u);if(!(Tt&&Tt.exports))throw new Error("WASM not loaded. Wait for Blake2b.ready(cb)");c||(c=32),u!==!0&&(L_(c>=Bn,"digestLength must be at least "+Bn+", was given "+c),L_(c<=Sn,"digestLength must be at most "+Sn+", was given "+c),i!=null&&L_(i.length>=En,"key must be at least "+En+", was given "+i.length),i!=null&&L_(i.length<=Qn,"key must be at least "+Qn+", was given "+i.length),t!=null&&L_(t.length===On,"salt must be exactly "+On+", was given "+t.length),w!=null&&L_(w.length===Dn,"personal must be exactly "+Dn+", was given "+w.length)),Kr.length||(Kr.push(Be),Be+=216),this.digestLength=c,this.finalized=!1,this.pointer=Kr.pop(),Tt.memory.fill(0,0,64),Tt.memory[0]=this.digestLength,Tt.memory[1]=i?i.length:0,Tt.memory[2]=1,Tt.memory[3]=1,t&&Tt.memory.set(t,32),w&&Tt.memory.set(w,48),this.pointer+216>Tt.memory.length&&Tt.realloc(this.pointer+216),Tt.exports.blake2b_init(this.pointer,this.digestLength),i&&(this.update(i),Tt.memory.fill(0,Be,Be+i.length),Tt.memory[this.pointer+200]=128)}k_.prototype.update=function(c){return L_(this.finalized===!1,"Hash instance finalized"),L_(c,"input must be TypedArray or Buffer"),Be+c.length>Tt.memory.length&&Tt.realloc(Be+c.length),Tt.memory.set(c,Be),Tt.exports.blake2b_update(this.pointer,Be,Be+c.length),this};k_.prototype.digest=function(c){if(L_(this.finalized===!1,"Hash instance finalized"),this.finalized=!0,Kr.push(this.pointer),Tt.exports.blake2b_final(this.pointer),!c||c==="binary")return Tt.memory.slice(this.pointer+128,this.pointer+128+this.digestLength);if(c==="hex")return Es(Tt.memory,this.pointer+128,this.digestLength);L_(c.length>=this.digestLength,"input must be TypedArray or Buffer");for(var i=0;i<this.digestLength;i++)c[i]=Tt.memory[this.pointer+128+i];return c};k_.prototype.final=k_.prototype.digest;k_.WASM=Tt&&Tt.buffer;k_.SUPPORTED=typeof WebAssembly<"u";k_.ready=function(c){if(c||(c=Ss),!Tt)return c(new Error("WebAssembly not supported"));var i=new Promise(function(t,w){Tt.onload(function(u){u?w():t(),c(u)})});return i};k_.prototype.ready=k_.ready;function Ss(){}function Es(c,i,t){for(var w="",u=0;u<t;u++)w+=Qs(c[i+u]);return w}function Qs(c){return c<16?"0"+c.toString(16):c.toString(16)}var Re=ea,Ir=G_.exports;function Nr(c,i,t){var w=c[i]+c[t],u=c[i+1]+c[t+1];w>=4294967296&&u++,c[i]=w,c[i+1]=u}function Tn(c,i,t,w){var u=c[i]+t;t<0&&(u+=4294967296);var h=c[i+1]+w;u>=4294967296&&h++,c[i]=u,c[i+1]=h}function ra(c,i){return c[i]^c[i+1]<<8^c[i+2]<<16^c[i+3]<<24}function He(c,i,t,w,u,h){var x=kr[u],j=kr[u+1],P=kr[h],p=kr[h+1];Nr(lt,c,i),Tn(lt,c,x,j);var L=lt[w]^lt[c],G=lt[w+1]^lt[c+1];lt[w]=G,lt[w+1]=L,Nr(lt,t,w),L=lt[i]^lt[t],G=lt[i+1]^lt[t+1],lt[i]=L>>>24^G<<8,lt[i+1]=G>>>24^L<<8,Nr(lt,c,i),Tn(lt,c,P,p),L=lt[w]^lt[c],G=lt[w+1]^lt[c+1],lt[w]=L>>>16^G<<16,lt[w+1]=G>>>16^L<<16,Nr(lt,t,w),L=lt[i]^lt[t],G=lt[i+1]^lt[t+1],lt[i]=G>>>31^L<<1,lt[i+1]=L>>>31^G<<1}var na=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Os=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3],t_=new Uint8Array(Os.map(function(c){return c*2})),lt=new Uint32Array(32),kr=new Uint32Array(32);function aa(c,i){var t=0;for(t=0;t<16;t++)lt[t]=c.h[t],lt[t+16]=na[t];for(lt[24]=lt[24]^c.t,lt[25]=lt[25]^c.t/4294967296,i&&(lt[28]=~lt[28],lt[29]=~lt[29]),t=0;t<32;t++)kr[t]=ra(c.b,4*t);for(t=0;t<12;t++)He(0,8,16,24,t_[t*16+0],t_[t*16+1]),He(2,10,18,26,t_[t*16+2],t_[t*16+3]),He(4,12,20,28,t_[t*16+4],t_[t*16+5]),He(6,14,22,30,t_[t*16+6],t_[t*16+7]),He(0,10,20,30,t_[t*16+8],t_[t*16+9]),He(2,12,22,24,t_[t*16+10],t_[t*16+11]),He(4,14,16,26,t_[t*16+12],t_[t*16+13]),He(6,8,18,28,t_[t*16+14],t_[t*16+15]);for(t=0;t<16;t++)c.h[t]=c.h[t]^lt[t]^lt[t+16]}var qe=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function gr(c,i,t,w){qe.fill(0),this.b=new Uint8Array(128),this.h=new Uint32Array(16),this.t=0,this.c=0,this.outlen=c,qe[0]=c,i&&(qe[1]=i.length),qe[2]=1,qe[3]=1,t&&qe.set(t,32),w&&qe.set(w,48);for(var u=0;u<16;u++)this.h[u]=na[u]^ra(qe,u*4);i&&(sa(this,i),this.c=128)}gr.prototype.update=function(c){return Re(c!=null,"input must be Uint8Array or Buffer"),sa(this,c),this};gr.prototype.digest=function(c){var i=!c||c==="binary"||c==="hex"?new Uint8Array(this.outlen):c;return Re(i.length>=this.outlen,"out must have at least outlen bytes of space"),Ds(this,i),c==="hex"?Ts(i):i};gr.prototype.final=gr.prototype.digest;gr.ready=function(c){Ir.ready(function(){c()})};function sa(c,i){for(var t=0;t<i.length;t++)c.c===128&&(c.t+=c.c,aa(c,!1),c.c=0),c.b[c.c++]=i[t]}function Ds(c,i){for(c.t+=c.c;c.c<128;)c.b[c.c++]=0;aa(c,!0);for(var t=0;t<c.outlen;t++)i[t]=c.h[t>>2]>>8*(t&3);return i}function Ts(c){for(var i="",t=0;t<c.length;t++)i+=Ns(c[t]);return i}function Ns(c){return c<16?"0"+c.toString(16):c.toString(16)}var oa=gr;s_.exports=function(i,t,w,u,h){return h!==!0&&(Re(i>=Nn,"outlen must be at least "+Nn+", was given "+i),Re(i<=Un,"outlen must be at most "+Un+", was given "+i),t!=null&&Re(t.length>=Pn,"key must be at least "+Pn+", was given "+t.length),t!=null&&Re(t.length<=Mn,"key must be at most "+Mn+", was given "+t.length),w!=null&&Re(w.length===Fn,"salt must be exactly "+Fn+", was given "+w.length),u!=null&&Re(u.length===Kn,"personal must be exactly "+Kn+", was given "+u.length)),new oa(i,t,w,u)};s_.exports.ready=function(c){Ir.ready(function(){c()})};s_.exports.WASM_SUPPORTED=Ir.SUPPORTED;s_.exports.WASM_LOADED=!1;var Nn=s_.exports.BYTES_MIN=16,Un=s_.exports.BYTES_MAX=64;s_.exports.BYTES=32;var Pn=s_.exports.KEYBYTES_MIN=16,Mn=s_.exports.KEYBYTES_MAX=64;s_.exports.KEYBYTES=32;var Fn=s_.exports.SALTBYTES=16,Kn=s_.exports.PERSONALBYTES=16;Ir.ready(function(c){c||(s_.exports.WASM_LOADED=!0,oa=Ir)});var ur={};Object.defineProperty(ur,"__esModule",{value:!0});ur.bech32m=ur.bech32=void 0;const Lr="qpzry9x8gf2tvdw0s3jn54khce6mua7l",ia={};for(let c=0;c<Lr.length;c++){const i=Lr.charAt(c);ia[i]=c}function lr(c){const i=c>>25;return(c&33554431)<<5^-(i>>0&1)&996825010^-(i>>1&1)&642813549^-(i>>2&1)&513874426^-(i>>3&1)&1027748829^-(i>>4&1)&705979059}function Hn(c){let i=1;for(let t=0;t<c.length;++t){const w=c.charCodeAt(t);if(w<33||w>126)return"Invalid prefix ("+c+")";i=lr(i)^w>>5}i=lr(i);for(let t=0;t<c.length;++t){const w=c.charCodeAt(t);i=lr(i)^w&31}return i}function fn(c,i,t,w){let u=0,h=0;const x=(1<<t)-1,j=[];for(let P=0;P<c.length;++P)for(u=u<<i|c[P],h+=i;h>=t;)h-=t,j.push(u>>h&x);if(w)h>0&&j.push(u<<t-h&x);else{if(h>=i)return"Excess padding";if(u<<t-h&x)return"Non-zero padding"}return j}function Us(c){return fn(c,8,5,!0)}function Ps(c){const i=fn(c,5,8,!1);if(Array.isArray(i))return i}function Ms(c){const i=fn(c,5,8,!1);if(Array.isArray(i))return i;throw new Error(i)}function da(c){let i;c==="bech32"?i=1:i=734539939;function t(x,j,P){if(P=P||90,x.length+7+j.length>P)throw new TypeError("Exceeds length limit");x=x.toLowerCase();let p=Hn(x);if(typeof p=="string")throw new Error(p);let L=x+"1";for(let G=0;G<j.length;++G){const R=j[G];if(R>>5!==0)throw new Error("Non 5-bit word");p=lr(p)^R,L+=Lr.charAt(R)}for(let G=0;G<6;++G)p=lr(p);p^=i;for(let G=0;G<6;++G){const R=p>>(5-G)*5&31;L+=Lr.charAt(R)}return L}function w(x,j){if(j=j||90,x.length<8)return x+" too short";if(x.length>j)return"Exceeds length limit";const P=x.toLowerCase(),p=x.toUpperCase();if(x!==P&&x!==p)return"Mixed-case string "+x;x=P;const L=x.lastIndexOf("1");if(L===-1)return"No separator character for "+x;if(L===0)return"Missing prefix for "+x;const G=x.slice(0,L),R=x.slice(L+1);if(R.length<6)return"Data too short";let m=Hn(G);if(typeof m=="string")return m;const X=[];for(let b=0;b<R.length;++b){const _t=R.charAt(b),J=ia[_t];if(J===void 0)return"Unknown character "+_t;m=lr(m)^J,!(b+6>=R.length)&&X.push(J)}return m!==i?"Invalid checksum for "+x:{prefix:G,words:X}}function u(x,j){const P=w(x,j);if(typeof P=="object")return P}function h(x,j){const P=w(x,j);if(typeof P=="object")return P;throw new Error(P)}return{decodeUnsafe:u,decode:h,encode:t,toWords:Us,fromWordsUnsafe:Ps,fromWords:Ms}}ur.bech32=da("bech32");ur.bech32m=da("bech32m");var Fs=Rr&&Rr.__importDefault||function(c){return c&&c.__esModule?c:{default:c}};Object.defineProperty(_a,"__esModule",{value:!0});const Ks=Fs(s_.exports),Ur=ur,Xr="asset";class xr{constructor(i){this.hashBuf=i}static fromHash(i){return new xr(i)}static fromParts(i,t){const w=(0,Ks.default)(20).update(new Uint8Array([...i,...t])).digest("binary");return xr.fromHash(w)}static fromBech32(i){const{prefix:t,words:w}=Ur.bech32.decode(i);if(t!==Xr)throw new Error("Invalid asset fingerprint");const u=Buffer.from(Ur.bech32.fromWords(w));return xr.fromHash(u)}fingerprint(){const i=Ur.bech32.toWords(this.hashBuf);return Ur.bech32.encode(Xr,i)}hash(){return Buffer.from(this.hashBuf).toString("hex")}prefix(){return Xr}checksum(){return this.fingerprint().slice(-6)}}var Hs=_a.default=xr;const qs=Hs,Rs=(c,i)=>{const t=Ls(c),w=t.derive(Wr+1852).derive(Wr+1815).derive(Wr+i),u=w.derive(0).derive(0).to_raw_key(),h=w.derive(2).derive(0).to_raw_key();return w.free(),t.free(),{paymentKey:u,stakeKey:h}},ca=(c,i,t)=>{const w=new Map(i);w.set("lovelace",String(Number(w.get("lovelace"))+Number(t)));const u=new Map;for(let R=0;R<c.length;R++)u.set(R,c[R]);const h=new Set,x=new Set,j=new Set,P=new Set,p=new Set;for(let R=0;R<c.length;R++)switch(c[R].output.amount.length){case 1:{x.add(R);break}case 2:{j.add(R);break}case 3:{P.add(R);break}default:{p.add(R);break}}const L=(R,m,X)=>{const b=u.get(R);if(!b)return;const _t=zs(b,m);if(Number(_t)>0){h.add(R),X.delete(R);for(const J of b.output.amount)w.set(J.unit,String(Number(w.get(J.unit))-Number(J.quantity)))}};for(const R of w.keys())if(R!="lovelace"){for(const m of j){const X=w.get(R);if(!X||Number(X)<=0)break;L(m,R,j)}for(const m of P){const X=w.get(R);if(!X||Number(X)<=0)break;L(m,R,P)}for(const m of p){const X=w.get(R);if(!X||Number(X)<=0)break;L(m,R,p)}}for(const R of x){const m=w.get("lovelace");if(!m||Number(m)<=0)break;L(R,"lovelace",x)}for(const R of j){const m=w.get("lovelace");if(!m||Number(m)<=0)break;L(R,"lovelace",j)}for(const R of P){const m=w.get("lovelace");if(!m||Number(m)<=0)break;L(R,"lovelace",P)}for(const R of p){const m=w.get("lovelace");if(!m||Number(m)<=0)break;L(R,"lovelace",p)}for(const R of w.keys())if(Number(w.get(R))>0)return[];const G=[];for(const R of h){const m=u.get(R);m&&G.push(m)}return G},zs=(c,i)=>{for(const t of c.output.amount)if(t.unit==i)return t.quantity;return"0"},dr=c=>y.exports.Address.from_bytes(kt(c)),Ls=c=>y.exports.Bip32PrivateKey.from_bytes(kt(c)),Vs=c=>y.exports.DataHash.from_bytes(kt(c)),V_=c=>y.exports.Ed25519KeyHash.from_bytes(kt(c)),Ys=c=>y.exports.Ed25519Signature.from_bytes(kt(c)),hn=c=>y.exports.NativeScript.from_bytes(kt(c)),Gs=c=>y.exports.PublicKey.from_bytes(kt(c)),pa=c=>y.exports.PlutusData.from_bytes(kt(c)),br=(c,i)=>y.exports.PlutusScript.from_bytes_with_version(kt(c),je[i]),$s=c=>y.exports.ScriptRef.from_bytes(kt(c)),Js=c=>y.exports.ScriptHash.from_bytes(kt(c)),Y_=c=>y.exports.Transaction.from_bytes(kt(c)),wa=c=>y.exports.TransactionHash.from_bytes(kt(c)),qn=c=>y.exports.TransactionUnspentOutput.from_bytes(kt(c)),Rn=c=>y.exports.TransactionWitnessSet.from_bytes(kt(c)),Ws=c=>y.exports.Value.from_bytes(kt(c)),O_=c=>y.exports.Address.from_bech32(c),yn=c=>y.exports.BaseAddress.from_address(O_(c)),la=c=>y.exports.EnterpriseAddress.from_address(O_(c)),ga=c=>y.exports.RewardAddress.from_address(O_(c)),d_=c=>Buffer.from(c).toString("hex"),kt=c=>c.length%2===0&&/^[0-9A-F]*$/i.test(c)?Buffer.from(c,"hex"):Buffer.from(c,"utf-8"),vn=c=>{const i=t=>{const w=new Array;for(let u=0;u<t.len();u+=1)w.push(vn(t.get(u)));return w};switch(c.kind()){case y.exports.NativeScriptKind.ScriptAll:{const t=c.as_script_all();return{type:"all",scripts:i(t.native_scripts())}}case y.exports.NativeScriptKind.ScriptAny:{const t=c.as_script_any();return{type:"any",scripts:i(t.native_scripts())}}case y.exports.NativeScriptKind.ScriptNOfK:{const t=c.as_script_n_of_k();return{type:"atLeast",required:t.n(),scripts:i(t.native_scripts())}}case y.exports.NativeScriptKind.TimelockStart:return{type:"after",slot:c.as_timelock_start().slot_bignum().to_str()};case y.exports.NativeScriptKind.TimelockExpiry:return{type:"before",slot:c.as_timelock_expiry().slot_bignum().to_str()};case y.exports.NativeScriptKind.ScriptPubkey:return{type:"sig",keyHash:c.as_script_pubkey().addr_keyhash().to_hex()};default:throw new Error(`Script Kind: ${c.kind()}, is not supported`)}},Jr=c=>{const i=t=>{const w=y.exports.NativeScripts.new();return t.forEach(u=>{w.add(Jr(u))}),w};switch(c.type){case"all":return y.exports.NativeScript.new_script_all(y.exports.ScriptAll.new(i(c.scripts)));case"any":return y.exports.NativeScript.new_script_any(y.exports.ScriptAny.new(i(c.scripts)));case"atLeast":return y.exports.NativeScript.new_script_n_of_k(y.exports.ScriptNOfK.new(c.required,i(c.scripts)));case"after":return y.exports.NativeScript.new_timelock_start(y.exports.TimelockStart.new_timelockstart(y.exports.BigNum.from_str(c.slot)));case"before":return y.exports.NativeScript.new_timelock_expiry(y.exports.TimelockExpiry.new_timelockexpiry(y.exports.BigNum.from_str(c.slot)));case"sig":return y.exports.NativeScript.new_script_pubkey(y.exports.ScriptPubkey.new(V_(c.keyHash)))}},Hr=c=>{var w,u,h;const i=x=>{const j=[];for(let P=0;P<x.len();P+=1)j.push(Hr(x.get(P)));return j},t=x=>{const j=new Map;for(let P=0;P<x.len();P+=1){const p=x.keys().get(P),L=x.get(p)??y.exports.PlutusData.from_hex(p_("NO_ITEM_FOUND_INSIDE_GOLD_ROOM"));j.set(Hr(p),Hr(L))}return j};switch(c.kind()){case y.exports.PlutusDataKind.Bytes:return d_(c.as_bytes()??new Uint8Array);case y.exports.PlutusDataKind.Integer:return parseInt(((w=c.as_integer())==null?void 0:w.to_str())??"0",10);case y.exports.PlutusDataKind.List:return i(c.as_list()??y.exports.PlutusList.new());case y.exports.PlutusDataKind.Map:return t(c.as_map()??y.exports.PlutusMap.new());case y.exports.PlutusDataKind.ConstrPlutusData:return{alternative:parseInt(((u=c.as_constr_plutus_data())==null?void 0:u.alternative().to_str())??"0",10),fields:i(((h=c.as_constr_plutus_data())==null?void 0:h.data())??y.exports.PlutusList.new())};default:throw new Error(`PlutusData Kind: ${c.kind()}, is not supported`)}},ze=c=>{const i=t=>{const w=y.exports.PlutusList.new();return t.forEach(u=>{w.add(ze(u))}),w};switch(typeof c){case"string":return y.exports.PlutusData.new_bytes(kt(c));case"number":return y.exports.PlutusData.new_integer(y.exports.BigInt.from_str(c.toString()));case"bigint":return y.exports.PlutusData.new_integer(y.exports.BigInt.from_str(c.toString()));case"object":if(c instanceof Array){const t=i(c);return y.exports.PlutusData.new_list(t)}else if(c instanceof Map){const t=y.exports.PlutusMap.new();return c.forEach((w,u)=>{t.insert(ze(u),ze(w))}),y.exports.PlutusData.new_map(t)}else return y.exports.PlutusData.new_constr_plutus_data(y.exports.ConstrPlutusData.new(y.exports.BigNum.from_str(c.alternative.toString()),i(c.fields)))}},Xs=c=>{const i=y.exports.Relays.new();throw c.relays.forEach(t=>{i.add(ua(t))}),new Error("toPoolParams not implemented.")},rn=c=>{const i=t=>is[t];return y.exports.Redeemer.new(i(c.tag),y.exports.BigNum.from_str(c.index.toString()),ze(c.data),y.exports.ExUnits.new(y.exports.BigNum.from_str(c.budget.mem.toString()),y.exports.BigNum.from_str(c.budget.steps.toString())))},ua=c=>{switch(c.type){case"SingleHostAddr":{const i=c.IPV4?y.exports.Ipv4.new(new Uint8Array(c.IPV4.split(".").map(w=>parseInt(w)))):void 0,t=c.IPV6?y.exports.Ipv6.new(kt(c.IPV6.replaceAll(":",""))):void 0;return y.exports.Relay.new_single_host_addr(y.exports.SingleHostAddr.new(c.port,i,t))}case"SingleHostName":return y.exports.Relay.new_single_host_name(y.exports.SingleHostName.new(c.port,y.exports.DNSRecordAorAAAA.new(c.domainName)));case"MultiHostName":return y.exports.Relay.new_multi_host_name(y.exports.MultiHostName.new(y.exports.DNSRecordSRV.new(c.domainName)))}},ba=c=>{if(c.is_plutus_script()){const t=c.plutus_script();return{code:t.to_hex(),version:Object.keys(je).find(w=>je[w].to_hex()===t.language_version().to_hex())}}const i=c.native_script();return vn(i)},fr=c=>{if("code"in c){const i=br(c.code,c.version);return y.exports.ScriptRef.new_plutus_script(i)}return y.exports.ScriptRef.new_native_script(Jr(c))},Cr=c=>{var u,h,x;const i=c.output().has_data_hash()?(u=c.output().data_hash())==null?void 0:u.to_hex():void 0,t=c.output().has_plutus_data()?(h=c.output().plutus_data())==null?void 0:h.to_hex():void 0,w=c.output().has_script_ref()?(x=c.output().script_ref())==null?void 0:x.to_hex():void 0;return{input:{outputIndex:c.input().index(),txHash:c.input().transaction_id().to_hex()},output:{address:c.output().address().to_bech32(),amount:fa(c.output().amount()),dataHash:i,plutusData:t,scriptRef:w}}},Q_=c=>{const i=y.exports.TransactionInput.new(wa(c.input.txHash),c.input.outputIndex),t=y.exports.TransactionOutput.new(O_(c.output.address),Se(c.output.amount));return c.output.dataHash!==void 0&&t.set_data_hash(Vs(c.output.dataHash)),c.output.plutusData!==void 0&&t.set_plutus_data(pa(c.output.plutusData)),c.output.scriptRef!==void 0&&t.set_script_ref($s(c.output.scriptRef)),y.exports.TransactionUnspentOutput.new(i,t)},zn=c=>{const i=c.split(".")[1]??"0",t=`${parseInt(i,10)}`,w="1"+"0".repeat(i.length);return y.exports.UnitInterval.new(y.exports.BigNum.from_str(t),y.exports.BigNum.from_str(w))},p_=c=>c.length%2===0&&/^[0-9A-F]*$/i.test(c)?c:d_(Buffer.from(c,"utf-8")),mn=c=>Buffer.from(c,"hex").toString("utf-8"),fa=c=>{const i=[{unit:"lovelace",quantity:c.coin().to_str()}],t=c.multiasset();if(t!==void 0){const w=t.keys();for(let u=0;u<w.len();u+=1){const h=w.get(u),x=t.get(h);if(x!==void 0){const j=x.keys();for(let P=0;P<j.len();P+=1){const p=j.get(P),L=x.get(p)??y.exports.BigNum.from_str("0"),G=h.to_hex()+d_(p.name());i.push({unit:G,quantity:L.to_str()})}}}}return i},Se=c=>{const i=c.find(h=>h.unit==="lovelace"),t=Array.from(new Set(c.filter(h=>h.unit!=="lovelace").map(h=>h.unit.slice(0,c_)))),w=y.exports.MultiAsset.new();t.forEach(h=>{const x=y.exports.Assets.new();c.filter(j=>j.unit.slice(0,c_)===h).forEach(j=>{x.insert(y.exports.AssetName.new(kt(j.unit.slice(c_))),y.exports.BigNum.from_str(j.quantity))}),w.insert(Js(h),x)});const u=y.exports.Value.new(y.exports.BigNum.from_str(i?i.quantity:"0"));return(c.length>1||!i)&&u.set_multiasset(w),u},Ln=(c,i,t)=>y.exports.BaseAddress.new(c,y.exports.StakeCredential.from_keyhash(i),y.exports.StakeCredential.from_keyhash(t)),ha=(c,i="")=>y.exports.Bip32PrivateKey.from_bip39_entropy(kt(c),kt(p_(i))),nn=c=>y.exports.DataCost.new_coins_per_byte(y.exports.BigNum.from_str(c)),Zs=c=>{if(typeof c!="object"||!("input"in c))return y.exports.DatumSource.new(ze(c));const i=Q_(c);if(i.output().has_plutus_data())return y.exports.DatumSource.new_ref_input(i.input());throw new Error(`No inline datum found in UTxO: ${i.input().transaction_id().to_hex()}`)},Vn=(c,i)=>y.exports.EnterpriseAddress.new(c,y.exports.StakeCredential.from_keyhash(i)),Yn=(c,i)=>{if(typeof c=="string")return y.exports.MintWitness.new_native_script(hn(c));if(i===void 0)throw new Error("Minting with plutus requires a redeemer to be defined");if(i.tag!=="MINT")throw new Error("Minting redeemer's tag must be defined as 'MINT'");return y.exports.MintWitness.new_plutus_script(sn(c),rn({tag:"MINT",index:0,budget:cr,data:{alternative:0,fields:[]},...i}))},an=(c,i)=>y.exports.RewardAddress.new(c,y.exports.StakeCredential.from_keyhash(i)),sn=c=>{if("code"in c)return y.exports.PlutusScriptSource.new(br(c.code,c.version));const i=Q_(c);if(i.output().has_script_ref()){const t=i.output().script_ref();if(t.is_plutus_script()){const w=ba(t),u=br(w.code,w.version).hash();return y.exports.PlutusScriptSource.new_ref_input_with_lang_ver(u,i.input(),je[w.version])}}throw new Error(`No plutus script reference found in UTxO: ${i.input().transaction_id().to_hex()}`)},Pr=c=>{const i=y.exports.ScriptPubkey.new(c);return y.exports.NativeScript.new_script_pubkey(i)},on=(c=a_)=>{const i=y.exports.TransactionBuilderConfigBuilder.new().coins_per_utxo_byte(y.exports.BigNum.from_str(c.coinsPerUTxOSize)).ex_unit_prices(y.exports.ExUnitPrices.new(zn(c.priceMem.toString()),zn(c.priceStep.toString()))).fee_algo(y.exports.LinearFee.new(y.exports.BigNum.from_str(c.minFeeA.toString()),y.exports.BigNum.from_str(c.minFeeB.toString()))).key_deposit(y.exports.BigNum.from_str(c.keyDeposit)).max_tx_size(c.maxTxSize).max_value_size(parseInt(c.maxValSize,10)).pool_deposit(y.exports.BigNum.from_str(c.poolDeposit)).build();return y.exports.TransactionBuilder.new(i)},Gn=c=>{const i=y.exports.TxInputsBuilder.new();return c.map(t=>t instanceof y.exports.TransactionUnspentOutput?t:Q_(t)).forEach(t=>{i.add_input(t.output().address(),t.input(),t.output().amount())}),i},Mr=c=>{if(typeof c=="string")return y.exports.TransactionOutputBuilder.new().with_address(O_(c));let i=y.exports.TransactionOutputBuilder.new().with_address(O_(c.address));if(c.datum){const{value:t,inline:w}=c.datum,u=ze(t);i=i.with_data_hash(y.exports.hash_plutus_data(u)),w&&(i=i.with_plutus_data(u))}if(c.script){const t=fr(c.script);i=i.with_script_ref(t)}return i},Qe=c=>{const i=c.slice(0,c_),t=c.includes(".")?p_(c.split(".")[1]):c.slice(c_);return{policyId:i,assetName:t}},Y=c=>Le.default.isAxiosError(c)?c.response?JSON.stringify({data:c.response.data,headers:c.response.headers,status:c.response.status}):c.request?JSON.stringify(c.request):c.message:JSON.stringify(c),to=c=>{const i=ze(c);return y.exports.hash_plutus_data(i).to_hex()},_o=(c,i=Date.now())=>{if(zr[c]){const[t,w,u,h]=zr[c];return parseInt(y.exports.BigNum.from_str(i.toString()).div_floor(y.exports.BigNum.from_str("1000")).checked_sub(y.exports.BigNum.from_str(u)).div_floor(y.exports.BigNum.from_str(h)).checked_add(y.exports.BigNum.from_str(t)).to_str(),10)}throw new Error(`Couldn't resolve EpochNo for network: ${c}`)},kn=(c,i)=>qs.fromParts(kt(c),kt(i)).fingerprint(),eo=(c,i)=>ds[c][i],ro=c=>Jr(c).hash().to_hex(),Ze=c=>{var i,t;try{const w=[(i=yn(c))==null?void 0:i.payment_cred().to_keyhash(),(t=la(c))==null?void 0:t.payment_cred().to_keyhash()].find(u=>u!==void 0);if(w!==void 0)return w.to_hex();throw new Error(`Couldn't resolve payment key hash from address: ${c}`)}catch(w){throw new Error(`An error occurred during resolvePaymentKeyHash: ${w}.`)}},no=(c,i=0)=>{const t=br(c.code,c.version);return y.exports.EnterpriseAddress.new(i,y.exports.StakeCredential.from_scripthash(t.hash())).to_address().to_bech32()},ao=c=>{try{const i=la(c),t=i==null?void 0:i.payment_cred().to_scripthash();if(t!==void 0)return t.to_hex();throw new Error(`Couldn't resolve script hash from address: ${c}`)}catch(i){throw new Error(`An error occurred during resolveScriptHash: ${i}.`)}},so=c=>y.exports.Ed25519KeyHash.from_hex(c).to_bech32("pool1"),ya=c=>{const i=Zr.mnemonicToEntropy(c.join(" ")),t=ha(i),w=t.to_bech32();return t.free(),w},oo=c=>fr(c).to_hex(),io=(c,i=Date.now())=>{if(zr[c]){const[t,w,u]=zr[c];return y.exports.BigNum.from_str(i.toString()).div_floor(y.exports.BigNum.from_str("1000")).checked_sub(y.exports.BigNum.from_str(u)).checked_add(y.exports.BigNum.from_str(w)).to_str()}throw new Error(`Couldn't resolve SlotNo for network: ${c}`)},jr=c=>{try{const i=O_(c),t=yn(c),w=t==null?void 0:t.stake_cred().to_keyhash();if(w!==void 0)return an(i.network_id(),w).to_address().to_bech32();throw new Error(`Couldn't resolve reward address from address: ${c}`)}catch(i){throw new Error(`An error occurred during resolveRewardAddress: ${i}.`)}},pr=c=>{var i,t;try{const w=[(i=yn(c))==null?void 0:i.stake_cred().to_keyhash(),(t=ga(c))==null?void 0:t.payment_cred().to_keyhash()].find(u=>u!==void 0);if(w!==void 0)return w.to_hex();throw new Error(`Couldn't resolve stake key hash from address: ${c}`)}catch(w){throw new Error(`An error occurred during resolveStakeKeyHash: ${w}.`)}},xn=(c,i=a_.minFeeA,t=a_.minFeeB)=>(BigInt(i)*BigInt(c)+BigInt(t)).toString(),va=c=>{const i=Y_(c).body();return y.exports.hash_transaction(i).to_hex()},co=(c="",i=32)=>{if(i<=0||i>2048)throw new Error("Length must be bewteen 1 and 2048");const w=$n.customAlphabet("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789")(i);return p_(`${c}${w}`)},po=c=>Hr(pa(c));class wo{_axiosInstance;constructor(...i){if(typeof i[0]=="string"&&i[0].startsWith("http"))this._axiosInstance=Le.default.create({baseURL:i[0]});else{const t=i[0],w=t.slice(0,7);this._axiosInstance=Le.default.create({baseURL:`https://cardano-${w}.blockfrost.io/api/v${i[1]??0}`,headers:{project_id:t}})}}async fetchAccountInfo(i){const t=i.startsWith("addr")?jr(i):i;try{const{data:w,status:u}=await this._axiosInstance.get(`accounts/${t}`);if(u===200)return{poolId:w.pool_id,active:w.active||w.active_epoch!==null,balance:w.controlled_amount,rewards:w.withdrawable_amount,withdrawals:w.withdrawals_sum};throw Y(w)}catch(w){throw Y(w)}}resolveScriptRef=async i=>{if(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}`);if(w===200){const u=t.type.startsWith("plutus")?{code:await this.fetchPlutusScriptCBOR(i),version:t.type.replace("plutus","")}:await this.fetchNativeScriptJSON(i);return fr(u).to_hex()}throw Y(t)}};toUTxO=async(i,t)=>({input:{outputIndex:i.output_index,txHash:t},output:{address:i.address,amount:i.amount,dataHash:i.data_hash??void 0,plutusData:i.inline_datum??void 0,scriptRef:await this.resolveScriptRef(i.reference_script_hash),scriptHash:i.reference_script_hash}});async fetchAddressUTxOs(i,t){const w=t!==void 0?`/${t}`:"",u=`addresses/${i}/utxos`+w,h=async(x=1,j=[])=>{const{data:P,status:p}=await this._axiosInstance.get(`${u}?page=${x}`);if(p===200)return P.length>0?h(x+1,[...j,...await Promise.all(P.map(L=>this.toUTxO(L,L.tx_hash)))]):j;throw Y(P)};try{return await h()}catch{return[]}}async fetchAssetAddresses(i){const t=async(w=1,u=[])=>{const{policyId:h,assetName:x}=Qe(i),{data:j,status:P}=await this._axiosInstance.get(`assets/${h}${x}/addresses?page=${w}`);if(P===200)return j.length>0?t(w+1,[...u,...j]):u;throw Y(j)};try{return await t()}catch{return[]}}async fetchAssetMetadata(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`assets/${t}${w}`);if(h===200)return{...u.onchain_metadata};throw Y(u)}catch(t){throw Y(t)}}async fetchBlockInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`blocks/${i}`);if(w===200)return{confirmations:t.confirmations,epoch:t.epoch,epochSlot:t.epoch_slot.toString(),fees:t.fees,hash:t.hash,nextBlock:t.next_block??"",operationalCertificate:t.op_cert,output:t.output??"0",previousBlock:t.previous_block,size:t.size,slot:t.slot.toString(),slotLeader:t.slot_leader??"",time:t.time,txCount:t.tx_count,VRFKey:t.block_vrf};throw Y(t)}catch(t){throw Y(t)}}async fetchCollectionAssets(i,t=1){try{const{data:w,status:u}=await this._axiosInstance.get(`assets/policy/${i}?page=${t}`);if(u===200)return{assets:w.map(h=>({unit:h.asset,quantity:h.quantity})),next:w.length===100?t+1:null};throw Y(w)}catch{return{assets:[],next:null}}}async fetchHandleAddress(i){try{const t=p_(i.replace("$","")),{data:w,status:u}=await this._axiosInstance.get(`assets/${gn[1]}${t}/addresses`);if(u===200)return w[0].address;throw Y(w)}catch(t){throw Y(t)}}async fetchProtocolParameters(i=Number.NaN){try{const{data:t,status:w}=await this._axiosInstance.get(`epochs/${isNaN(i)?"latest":i}/parameters`);if(w===200)return{coinsPerUTxOSize:t.coins_per_utxo_word,collateralPercent:t.collateral_percent,decentralisation:t.decentralisation_param,epoch:t.epoch,keyDeposit:t.key_deposit,maxBlockExMem:t.max_block_ex_mem,maxBlockExSteps:t.max_block_ex_steps,maxBlockHeaderSize:t.max_block_header_size,maxBlockSize:t.max_block_size,maxCollateralInputs:t.max_collateral_inputs,maxTxExMem:t.max_tx_ex_mem,maxTxExSteps:t.max_tx_ex_steps,maxTxSize:t.max_tx_size,maxValSize:t.max_val_size,minFeeA:t.min_fee_a,minFeeB:t.min_fee_b,minPoolCost:t.min_pool_cost,poolDeposit:t.pool_deposit,priceMem:t.price_mem,priceStep:t.price_step};throw Y(t)}catch(t){throw Y(t)}}async fetchTxInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`txs/${i}`);if(w===200)return{block:t.block,deposit:t.deposit,fees:t.fees,hash:t.hash,index:t.index,invalidAfter:t.invalid_hereafter??"",invalidBefore:t.invalid_before??"",slot:t.slot.toString(),size:t.size};throw Y(t)}catch(t){throw Y(t)}}async fetchUTxOs(i){try{const{data:t,status:w}=await this._axiosInstance.get(`txs/${i}/utxos`);if(w===200){const u=t.outputs,h=[];return u.forEach(j=>{h.push(this.toUTxO(j,i))}),await Promise.all(h)}throw Y(t)}catch(t){throw Y(t)}}onTxConfirmed(i,t,w=100){let u=0;const h=setInterval(()=>{u>=w&&clearInterval(h),this.fetchTxInfo(i).then(x=>{this.fetchBlockInfo(x.block).then(j=>{(j==null?void 0:j.confirmations)>0&&(clearInterval(h),t())}).catch(()=>{u+=1})}).catch(()=>{u+=1})},5e3)}async submitTx(i){try{const t={"Content-Type":"application/cbor"},{data:w,status:u}=await this._axiosInstance.post("tx/submit",kt(i),{headers:t});if(u===200)return w;throw Y(w)}catch(t){throw Y(t)}}async fetchPlutusScriptCBOR(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}/cbor`);if(w===200)return t.cbor;throw Y(t)}async fetchNativeScriptJSON(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}/json`);if(w===200)return t.json;throw Y(t)}}class lo{_axiosInstance;constructor(i,t,w){const u=w.host??"ipfs.infura.io",h=w.port??5001,x=w.version??0;this._axiosInstance=Le.default.create({baseURL:`https://${u}:${h}/api/v${x}`,auth:{username:i,password:t}})}async uploadContent(i,t=!1){try{const w={"Content-Type":"multipart/form-data"},{data:u,status:h}=await this._axiosInstance.post(`add?recursive=${t}`,i,{headers:w});if(h===200)return u;throw Y(u)}catch(w){throw Y(w)}}}class go{_axiosInstance;constructor(...i){if(typeof i[0]=="string"&&i[0].startsWith("http"))this._axiosInstance=Le.default.create({baseURL:i[0],headers:{Authorization:`Bearer ${i[1]}`}});else{let t=1;typeof i[2]=="number"&&(t=i[2]);const w={baseURL:`https://${i[0]}.koios.rest/api/v${t}`};typeof i[1]=="string"&&(w.headers={Authorization:`Bearer ${i[1]}`}),this._axiosInstance=Le.default.create(w)}}async fetchAccountInfo(i){try{const t=i.startsWith("addr")?jr(i):i,{data:w,status:u}=await this._axiosInstance.post("account_info",{_stake_addresses:[t]});if(u===200)return{poolId:w[0].delegated_pool,active:w[0].status==="registered",balance:w[0].total_balance.toString(),rewards:w[0].rewards_available,withdrawals:w[0].withdrawals};throw Y(w)}catch(t){throw Y(t)}}async fetchAddressUTxOs(i,t){try{const{data:w,status:u}=await this._axiosInstance.post("address_info",{_addresses:[i]});if(u===200){const h=w.flatMap(x=>x.utxo_set).map(x=>this.toUTxO(x,i));return t!==void 0?h.filter(x=>x.output.amount.find(j=>j.unit===t)!==void 0):h}throw Y(w)}catch{return[]}}async fetchAssetAddresses(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`asset_address_list?_asset_policy=${t}&_asset_name=${w}`);if(h===200)return u.map(x=>({address:x.payment_address,quantity:x.quantity}));throw Y(u)}catch(t){throw Y(t)}}async fetchAssetMetadata(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`asset_info?_asset_policy=${t}&_asset_name=${w}`);if(h===200)return{...u[0].minting_tx_metadata[721][t][mn(w)]};throw Y(u)}catch(t){throw Y(t)}}async fetchBlockInfo(i){try{const{data:t,status:w}=await this._axiosInstance.post("block_info",{_block_hashes:[i]});if(w===200)return{confirmations:t[0].num_confirmations,epoch:t[0].epoch_no,epochSlot:t[0].epoch_slot.toString(),fees:t[0].total_fees??"",hash:t[0].hash,nextBlock:t[0].child_hash??"",operationalCertificate:t[0].op_cert,output:t[0].total_output??"0",previousBlock:t[0].parent_hash,size:t[0].block_size,slot:t[0].abs_slot.toString(),slotLeader:t[0].pool??"",time:t[0].block_time,txCount:t[0].tx_count,VRFKey:t[0].vrf_key};throw Y(t)}catch(t){throw Y(t)}}async fetchCollectionAssets(i,t=0){try{const{data:w,status:u}=await this._axiosInstance.get(`asset_policy_info?_asset_policy=${i}&limit=100&offset=${t}`);if(u===200)return{assets:w.map(h=>({unit:`${i}${h.asset_name}`,quantity:h.total_supply})),next:w.length===100?t+100:null};throw Y(w)}catch(w){throw Y(w)}}async fetchHandleAddress(i){try{const t=p_(i.replace("$","")),{data:w,status:u}=await this._axiosInstance.get(`asset_address_list?_asset_policy=${gn[1]}&_asset_name=${t}`);if(u===200)return w[0].payment_address;throw Y(w)}catch(t){throw Y(t)}}async fetchProtocolParameters(i){try{const{data:t,status:w}=await this._axiosInstance.get(`epoch_params?_epoch_no=${i}`);if(w===200)return{coinsPerUTxOSize:t[0].coins_per_utxo_size,collateralPercent:t[0].collateral_percent,decentralisation:t[0].decentralisation,epoch:t[0].epoch_no,keyDeposit:t[0].key_deposit,maxBlockExMem:t[0].max_block_ex_mem.toString(),maxBlockExSteps:t[0].max_block_ex_steps.toString(),maxBlockHeaderSize:t[0].max_bh_size,maxBlockSize:t[0].max_block_size,maxCollateralInputs:t[0].max_collateral_inputs,maxTxExMem:t[0].max_tx_ex_mem.toString(),maxTxExSteps:t[0].max_tx_ex_steps.toString(),maxTxSize:t[0].max_tx_size,maxValSize:t[0].max_val_size.toString(),minFeeA:t[0].min_fee_a,minFeeB:t[0].min_fee_b,minPoolCost:t[0].min_pool_cost,poolDeposit:t[0].pool_deposit,priceMem:t[0].price_mem,priceStep:t[0].price_step};throw Y(t)}catch(t){throw Y(t)}}async fetchTxInfo(i){var t,w;try{const{data:u,status:h}=await this._axiosInstance.post("tx_info",{_tx_hashes:[i]});if(h===200)return{block:u[0].block_hash,deposit:u[0].deposit,fees:u[0].fee,hash:u[0].tx_hash,index:u[0].tx_block_index,invalidAfter:((t=u[0].invalid_after)==null?void 0:t.toString())??"",invalidBefore:((w=u[0].invalid_before)==null?void 0:w.toString())??"",slot:u[0].absolute_slot.toString(),size:u[0].tx_size};throw Y(u)}catch(u){throw Y(u)}}async fetchUTxOs(i){try{const{data:t,status:w}=await this._axiosInstance.post("tx_info",{_tx_hashes:[i]});if(w===200)return t[0].outputs.map(h=>this.toUTxO(h,h.payment_addr.bech32));throw Y(t)}catch(t){throw Y(t)}}onTxConfirmed(i,t,w=100){let u=0;const h=setInterval(()=>{u>=w&&clearInterval(h),this.fetchTxInfo(i).then(x=>{this.fetchBlockInfo(x.block).then(j=>{(j==null?void 0:j.confirmations)>0&&(clearInterval(h),t())}).catch(()=>{u+=1})}).catch(()=>{u+=1})},5e3)}async submitTx(i){try{const t={"Content-Type":"application/cbor"},{data:w,status:u}=await this._axiosInstance.post("submittx",kt(i),{headers:t});if(u===202)return w;throw Y(w)}catch(t){throw Y(t)}}toUTxO(i,t){var w,u;return{input:{outputIndex:i.tx_index,txHash:i.tx_hash},output:{address:t,amount:[{unit:"lovelace",quantity:i.value},...i.asset_list.map(h=>({unit:`${h.policy_id}${h.asset_name}`,quantity:`${h.quantity}`}))],dataHash:i.datum_hash??void 0,plutusData:((w=i.inline_datum)==null?void 0:w.bytes)??void 0,scriptRef:this.resolveScriptRef(i.reference_script),scriptHash:((u=i.reference_script)==null?void 0:u.hash)??void 0}}}resolveScriptRef=i=>{if(i){const t=i.type.startsWith("plutus")?{code:i.bytes,version:i.type.replace("plutus","")}:vn(hn(i.bytes));return fr(t).to_hex()}}}const uo=c=>{const i=[];return c.forEach(t=>{const w=i.find(u=>u.unit===t.unit);w?w.quantity=(parseInt(w.quantity)+parseInt(t.quantity)).toString():i.push(t)}),i},bo=["testnet","preview","preprod","mainnet"],ma=c=>bo.includes(c);class fo{_baseUrl;constructor(...i){this._baseUrl=ma(i[0])?cs[i[0]]:i[0]}async evaluateTx(i){const t=await this.open();return this.send(t,"EvaluateTx",{evaluate:i}),new Promise((w,u)=>{t.addEventListener("message",h=>{try{const{result:x}=JSON.parse(h.data);x.EvaluationResult?w(Object.keys(x.EvaluationResult).map(j=>({index:parseInt(j.split(":")[1],10),tag:j.split(":")[0].toUpperCase(),budget:{mem:x.EvaluationResult[j].memory,steps:x.EvaluationResult[j].steps}}))):u(x.EvaluationFailure),t.close()}catch(x){u(x)}},{once:!0})})}async onNextTx(i){const t=await this.open();return this.send(t,"AwaitAcquire",{}),t.addEventListener("message",w=>{const{result:u}=JSON.parse(w.data);if(u===null)return this.send(t,"AwaitAcquire",{});u.AwaitAcquired===void 0&&i(u),this.send(t,"NextTx",{})}),()=>t.close()}async submitTx(i){const t=await this.open();return this.send(t,"SubmitTx",{submit:i}),new Promise((w,u)=>{t.addEventListener("message",h=>{try{const{result:x}=JSON.parse(h.data);x.SubmitSuccess?w(x.SubmitSuccess.txId):u(x.SubmitFail),t.close()}catch(x){u(x)}},{once:!0})})}async open(){const i=new WebSocket(this._baseUrl);return await new Promise(t=>{i.addEventListener("open",()=>t(!0),{once:!0})}),i}send(i,t,w){i.send(JSON.stringify({version:"1.0",type:"jsonwsp/request",servicename:"ogmios",methodname:t,args:w}))}}class ho{_axiosInstance;_amountsAsStrings={headers:{"amounts-as-strings":"true"}};submitUrl;constructor({network:i,apiKey:t,turboSubmit:w=!1}){this._axiosInstance=Le.default.create({baseURL:`https://${i}.gomaestro-api.org/v1`,headers:{"api-key":t}}),this.submitUrl=w?"txmanager/turbosubmit":"txmanager"}async evaluateTx(i){try{const{data:t,status:w}=await this._axiosInstance.post("transactions/evaluate",{cbor:i});if(w===200){const u={spend:"SPEND",mint:"MINT",cert:"CERT",wdrl:"REWARD"};return t.map(x=>{const j=x.ex_units,P=x.redeemer_index,p=u[x.redeemer_tag];return{budget:j,index:P,tag:p}})}throw Y(t)}catch(t){throw Y(t)}}async fetchAccountInfo(i){const t=i.startsWith("addr")?jr(i):i;try{const{data:w,status:u}=await this._axiosInstance.get(`accounts/${t}`,this._amountsAsStrings);if(u===200){const h=w.data;return{poolId:h.delegated_pool,active:h.registered,balance:h.total_balance,rewards:h.rewards_available,withdrawals:h.total_withdrawn}}throw Y(w)}catch(w){throw Y(w)}}async fetchAddressUTxOs(i,t){const w=(()=>i.startsWith("addr_vkh")||i.startsWith("addr_shared_vkh")?`addresses/cred/${i}`:`addresses/${i}`)(),u=t?`&asset=${t}`:"",h=async(x=null,j=[])=>{const P=x===null?"":`&cursor=${x}`,{data:p,status:L}=await this._axiosInstance.get(`${w}/utxos?count=100${u}${P}`,this._amountsAsStrings);if(L===200){const R=p.data.map(this.toUTxO),m=[...j,...R],X=p.next_cursor;return X==null?m:h(X,m)}throw Y(p)};try{return await h()}catch{return[]}}async fetchAssetAddresses(i){const{policyId:t,assetName:w}=Qe(i),u=async(h=null,x=[])=>{const j=h===null?"":`&cursor=${h}`,{data:P,status:p}=await this._axiosInstance.get(`assets/${t}${w}/addresses?count=100${j}`,this._amountsAsStrings);if(p===200){const G=P.data.map(X=>({address:X.address,quantity:X.amount})),R=P.next_cursor,m=[...x,...G];return R==null?m:u(R,m)}throw Y(P)};try{return await u()}catch{return[]}}async fetchAssetMetadata(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`assets/${t}${w}`);if(h===200){const x=u.data;return{...x.asset_standards.cip25_metadata,...x.asset_standards.cip68_metadata}}throw Y(u)}catch(t){throw Y(t)}}async fetchBlockInfo(i){var t;try{const{data:w,status:u}=await this._axiosInstance.get(`blocks/${i}`,this._amountsAsStrings);if(u===200){const h=w.data;return{confirmations:h.confirmations,epoch:h.epoch,epochSlot:h.epoch_slot.toString(),fees:h.total_fees,hash:h.hash,nextBlock:h.next_block??"",operationalCertificate:(t=h.operational_certificate)==null?void 0:t.hot_vkey,output:h.total_output_lovelace??"0",previousBlock:h.previous_block,size:h.size,slot:h.absolute_slot.toString(),slotLeader:h.block_producer??"",time:Date.parse(h.timestamp)/1e3,txCount:h.tx_hashes.length,VRFKey:y.exports.VRFVKey.from_hex(h.vrf_key).to_bech32("vrf_vk")}}throw Y(w)}catch(w){throw Y(w)}}async fetchCollectionAssets(i,t){try{const{data:w,status:u}=await this._axiosInstance.get(`policy/${i}/assets?count=100${t?`&cursor=${t}`:""}`);if(u===200)return{assets:w.data.map(x=>({unit:i+x.asset_name,quantity:x.total_supply})),next:w.next_cursor};throw Y(w)}catch{return{assets:[],next:null}}}async fetchHandleAddress(i){try{const t=i.charAt(0)==="$"?i.substring(1):i,{data:w,status:u}=await this._axiosInstance.get(`ecosystem/adahandle/${t}`);if(u===200)return w.data;throw Y(w)}catch(t){throw Y(t)}}async fetchProtocolParameters(i=Number.NaN){if(!isNaN(i))throw new Error("Maestro only supports fetching Protocol parameters of the latest completed epoch.");const t=w=>{const u=w.indexOf("/");return parseInt(w.slice(0,u))/parseInt(w.slice(u+1))};try{const{data:w,status:u}=await this._axiosInstance.get("protocol-params");if(u===200){const h=w.data;try{const{data:x,status:j}=await this._axiosInstance.get("epochs/current");if(j===200){const P=x.data;return{coinsPerUTxOSize:h.coins_per_utxo_byte.toString(),collateralPercent:parseInt(h.collateral_percentage),decentralisation:0,epoch:parseInt(P.epoch_no),keyDeposit:h.stake_key_deposit.toString(),maxBlockExMem:h.max_execution_units_per_block.memory.toString(),maxBlockExSteps:h.max_execution_units_per_block.steps.toString(),maxBlockHeaderSize:parseInt(h.max_block_header_size),maxBlockSize:parseInt(h.max_block_body_size),maxCollateralInputs:parseInt(h.max_collateral_inputs),maxTxExMem:h.max_execution_units_per_transaction.memory.toString(),maxTxExSteps:h.max_execution_units_per_transaction.steps.toString(),maxTxSize:parseInt(h.max_tx_size),maxValSize:h.max_value_size.toString(),minFeeA:h.min_fee_coefficient,minFeeB:h.min_fee_constant,minPoolCost:h.min_pool_cost.toString(),poolDeposit:h.pool_deposit.toString(),priceMem:t(h.prices.memory),priceStep:t(h.prices.steps)}}throw Y(x)}catch(x){throw Y(x)}}throw Y(w)}catch(w){throw Y(w)}}async fetchTxInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`transactions/${i}`);if(w===200){const u=t.data;return{block:u.block_hash,deposit:u.deposit.toString(),fees:u.fee.toString(),hash:u.tx_hash,index:u.block_tx_index,invalidAfter:u.invalid_hereafter??"",invalidBefore:u.invalid_before??"",slot:u.block_absolute_slot.toString(),size:u.size-1}}throw Y(t)}catch(t){throw Y(t)}}async fetchUTxOs(i){try{const{data:t,status:w}=await this._axiosInstance.get(`transactions/${i}`,this._amountsAsStrings);if(w===200)return t.data.outputs.map(this.toUTxO);throw Y(t)}catch(t){throw Y(t)}}onTxConfirmed(i,t,w=100){let u=0;const h=setInterval(()=>{u>=w&&clearInterval(h),this.fetchTxInfo(i).then(x=>{this.fetchBlockInfo(x.block).then(j=>{(j==null?void 0:j.confirmations)>0&&(clearInterval(h),t())}).catch(()=>{u+=1})}).catch(()=>{u+=1})},5e3)}async submitTx(i){try{const t={"Content-Type":"application/cbor"},{data:w,status:u}=await this._axiosInstance.post(this.submitUrl,kt(i),{headers:t});if(u===202)return w;throw Y(w)}catch(t){throw Y(t)}}toUTxO=i=>{var t,w,u;return{input:{outputIndex:i.index,txHash:i.tx_hash},output:{address:i.address,amount:i.assets.map(h=>({unit:h.unit,quantity:h.amount})),dataHash:(t=i.datum)==null?void 0:t.hash,plutusData:(w=i.datum)==null?void 0:w.bytes,scriptRef:this.resolveScript(i),scriptHash:(u=i.reference_script)==null?void 0:u.hash}}};resolveScript=i=>{if(i.reference_script){const t=i.reference_script.type==="native"?i.reference_script.json:{code:i.reference_script.bytes,version:i.reference_script.type.replace("plutusv","V")};return fr(t).to_hex()}else return}}class yo{_axiosInstance;constructor(i="http://localhost:8080/api/v1"){this._axiosInstance=Le.default.create({baseURL:i})}async fetchAccountInfo(i){const t=i.startsWith("addr")?jr(i):i;try{const{data:w,status:u}=await this._axiosInstance.get(`accounts/${t}`);if(u===200)return{poolId:w.pool_id,active:w.active||w.active_epoch!==null,balance:w.controlled_amount,rewards:w.withdrawable_amount,withdrawals:w.withdrawals_sum};throw Y(w)}catch(w){throw Y(w)}}resolveScriptRef=async i=>{if(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}`);if(w===200){const u=t.type.startsWith("plutus")?{code:await this.fetchPlutusScriptCBOR(i),version:t.type.replace("plutus","")}:await this.fetchNativeScriptJSON(i);return fr(u).to_hex()}throw Y(t)}};toUTxO=async(i,t)=>({input:{outputIndex:i.output_index,txHash:t},output:{address:i.address,amount:i.amount.map(w=>({...w,quantity:w.quantity.toString()})),dataHash:i.data_hash??void 0,plutusData:i.inline_datum??void 0,scriptRef:await this.resolveScriptRef(i.reference_script_hash),scriptHash:i.reference_script_hash}});async fetchAddressUTxOs(i,t){const w=t!==void 0?`/${t}`:"",u=`addresses/${i}/utxos`+w,h=async(x=1,j=[])=>{const{data:P,status:p}=await this._axiosInstance.get(`${u}?page=${x}`);if(p===200)return P.length>0?h(x+1,[...j,...await Promise.all(P.map(L=>this.toUTxO(L,L.tx_hash)))]):j;throw Y(P)};try{return await h()}catch{return[]}}async fetchAssetAddresses(i){const t=async(w=1,u=[])=>{const{policyId:h,assetName:x}=Qe(i),{data:j,status:P}=await this._axiosInstance.get(`assets/${h}${x}/addresses?page=${w}`);if(P===200)return j.length>0?t(w+1,[...u,...j]):u;throw Y(j)};try{return await t()}catch{return[]}}async fetchAssetMetadata(i){try{const{policyId:t,assetName:w}=Qe(i),{data:u,status:h}=await this._axiosInstance.get(`assets/${t}${w}`);if(h===200)return{...u.onchain_metadata};throw Y(u)}catch(t){throw Y(t)}}async fetchBlockInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`blocks/${i}`);if(w===200)return{confirmations:t.confirmations,epoch:t.epoch,epochSlot:t.epoch_slot.toString(),fees:t.fees,hash:t.hash,nextBlock:t.next_block??"",operationalCertificate:t.op_cert,output:t.output??"0",previousBlock:t.previous_block,size:t.size,slot:t.slot.toString(),slotLeader:t.slot_leader??"",time:t.time,txCount:t.tx_count,VRFKey:t.block_vrf};throw Y(t)}catch(t){throw Y(t)}}async fetchCollectionAssets(i,t=1){try{const{data:w,status:u}=await this._axiosInstance.get(`assets/policy/${i}?page=${t}`);if(u===200)return{assets:w.map(h=>({unit:h.asset,quantity:h.quantity})),next:w.length===100?t+1:null};throw Y(w)}catch{return{assets:[],next:null}}}async fetchHandleAddress(i){try{const t=p_(i.replace("$","")),{data:w,status:u}=await this._axiosInstance.get(`assets/${gn[1]}${t}/addresses`);if(u===200)return w[0].address;throw Y(w)}catch(t){throw Y(t)}}async fetchProtocolParameters(i=Number.NaN){try{const{data:t,status:w}=await this._axiosInstance.get(`epochs/${isNaN(i)?"latest":i}/parameters`);if(w===200)return{coinsPerUTxOSize:t.coins_per_utxo_word,collateralPercent:t.collateral_percent,decentralisation:t.decentralisation_param,epoch:t.epoch,keyDeposit:t.key_deposit,maxBlockExMem:t.max_block_ex_mem,maxBlockExSteps:t.max_block_ex_steps,maxBlockHeaderSize:t.max_block_header_size,maxBlockSize:t.max_block_size,maxCollateralInputs:t.max_collateral_inputs,maxTxExMem:t.max_tx_ex_mem,maxTxExSteps:t.max_tx_ex_steps,maxTxSize:t.max_tx_size,maxValSize:t.max_val_size,minFeeA:t.min_fee_a,minFeeB:t.min_fee_b,minPoolCost:t.min_pool_cost,poolDeposit:t.pool_deposit,priceMem:t.price_mem,priceStep:t.price_step};throw Y(t)}catch(t){throw Y(t)}}async fetchTxInfo(i){try{const{data:t,status:w}=await this._axiosInstance.get(`txs/${i}`);if(w===200)return{block:t.block,deposit:t.deposit,fees:t.fees,hash:t.hash,index:t.index,invalidAfter:t.invalid_hereafter??"",invalidBefore:t.invalid_before??"",slot:t.slot.toString(),size:t.size};throw Y(t)}catch(t){throw Y(t)}}async fetchUTxOs(i){try{const{data:t,status:w}=await this._axiosInstance.get(`txs/${i}/utxos`);if(w===200){const u=t.outputs,h=[];return u.forEach(j=>{h.push(this.toUTxO(j,i))}),await Promise.all(h)}throw Y(t)}catch(t){throw Y(t)}}onTxConfirmed(i,t,w=100){let u=0;const h=setInterval(()=>{u>=w&&clearInterval(h),this.fetchTxInfo(i).then(x=>{this.fetchBlockInfo(x.block).then(j=>{(j==null?void 0:j.confirmations)>0&&(clearInterval(h),t())}).catch(()=>{u+=1})}).catch(()=>{u+=1})},5e3)}async submitTx(i){try{const t={"Content-Type":"text/plain"},{status:w,data:u}=await this._axiosInstance.post("/tx/submit",i,{headers:t});if(w===202)return u;throw Y(u)}catch(t){throw console.log("error",t),Y(t)}}async fetchPlutusScriptCBOR(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}/cbor`);if(w===200)return t.cbor;throw Y(t)}async fetchNativeScriptJSON(i){const{data:t,status:w}=await this._axiosInstance.get(`scripts/${i}/json`);if(w===200)return t.json;throw Y(t)}}class vo{static withOneSignature(i){const t=V_(Ze(i));return Pr(t).to_hex()}static withAtLeastNSignatures(i,t){const w=y.exports.NativeScripts.new();i.forEach(h=>{const x=V_(Ze(h));w.add(Pr(x))});const u=y.exports.ScriptNOfK.new(t,w);return y.exports.NativeScript.new_script_any(u).to_hex()}static withAnySignature(i){const t=y.exports.NativeScripts.new();i.forEach(u=>{const h=V_(Ze(u));t.add(Pr(h))});const w=y.exports.ScriptAny.new(t);return y.exports.NativeScript.new_script_any(w).to_hex()}static withAllSignatures(i){const t=y.exports.NativeScripts.new();i.forEach(u=>{const h=V_(Ze(u));t.add(Pr(h))});const w=y.exports.ScriptAll.new(t);return y.exports.NativeScript.new_script_any(w).to_hex()}static fromNativeScript(i){return Jr(i).to_hex()}}const mo=c=>class extends c{__visits=[]},_r=()=>function(c,i,t){const w=t.value;t.value=function(...u){const h=w.call(this,...u);return this.__visits&&this.__visits.push(i),h}};var ko=Object.defineProperty,xo=Object.getOwnPropertyDescriptor,Ve=(c,i,t,w)=>{for(var u=w>1?void 0:w?xo(i,t):i,h=c.length-1,x;h>=0;h--)(x=c[h])&&(u=(w?x(i,t,u):x(u))||u);return w&&u&&ko(i,t,u),u};exports.Transaction=class{_changeAddress;_txOutputs=new Map;_recipients=new Map;_totalBurns=new Map;_totalMints=new Map;_era;_initiator;_mintBuilder;_protocolParameters;_txBuilder;_txCertificates;_txInputsBuilder;_txWithdrawals;constructor(c={}){this._era=c.era,this._initiator=c.initiator,this._mintBuilder=y.exports.MintBuilder.new(),this._protocolParameters=c.parameters??a_,this._txBuilder=on(c.parameters),this._txCertificates=y.exports.Certificates.new(),this._txInputsBuilder=y.exports.TxInputsBuilder.new(),this._txWithdrawals=y.exports.Withdrawals.new()}static attachMetadata(c,i,t="BABBAGE"){var h;const w=Y_(c),u=w.auxiliary_data()??y.exports.AuxiliaryData.new();if(u.set_metadata(y.exports.GeneralTransactionMetadata.from_hex(i)),u.set_prefer_alonzo_format(t==="ALONZO"),y.exports.hash_auxiliary_data(u).to_hex()!==((h=w.body().auxiliary_data_hash())==null?void 0:h.to_hex()))throw new Error("[Transaction] attachMetadata: The metadata hash does not match the auxiliary data hash.");return y.exports.Transaction.new(w.body(),w.witness_set(),u).to_hex()}static deattachMetadata(c){const i=Y_(c);return y.exports.Transaction.new(i.body(),i.witness_set(),void 0).to_hex()}static maskMetadata(c,i="BABBAGE"){var u;const t=Y_(c),w=(u=t.auxiliary_data())==null?void 0:u.metadata();if(w!==void 0){const h=y.exports.GeneralTransactionMetadata.new();for(let j=0;j<w.len();j+=1){const P=w.keys().get(j),p=w.get(P);h.insert(P,y.exports.TransactionMetadatum.from_hex("0".repeat(((p==null?void 0:p.to_hex())??"").length)))}const x=t.auxiliary_data();return x!==void 0&&(x.set_metadata(h),x.set_prefer_alonzo_format(i==="ALONZO")),y.exports.Transaction.new(t.body(),t.witness_set(),x).to_hex()}return c}static readMetadata(c){var t,w;return((w=(t=Y_(c).auxiliary_data())==null?void 0:t.metadata())==null?void 0:w.to_hex())??""}static writeMetadata(c,i,t="BABBAGE"){const w=Y_(c),u=w.auxiliary_data()??y.exports.AuxiliaryData.new();return u.set_metadata(y.exports.GeneralTransactionMetadata.from_hex(i)),u.set_prefer_alonzo_format(t==="ALONZO"),y.exports.Transaction.new(w.body(),w.witness_set(),u).to_hex()}get size(){return this._txBuilder.full_size()}async build(){try{return(this._mintBuilder.has_plutus_scripts()||this.notVisited("redeemValue")===!1)&&(await this.addRequiredSignersIfNeeded(),await this.addCollateralIfNeeded()),await this.forgeAssetsIfNeeded(),await this.addTxInputsAsNeeded(),await this.addChangeAddress(),this._txBuilder.build_tx().to_hex()}catch(c){throw new Error(`[Transaction] An error occurred during build: ${c}.`)}}burnAsset(c,i,t){const w=this._totalBurns.has(i.unit)?y.exports.BigNum.from_str(this._totalBurns.get(i.unit)??"0").checked_add(y.exports.BigNum.from_str(i.quantity)).to_str():i.quantity;return this._mintBuilder.add_asset(Yn(c,t),y.exports.AssetName.new(kt(i.unit.slice(c_))),y.exports.Int.new_negative(y.exports.BigNum.from_str(i.quantity))),this._totalBurns.set(i.unit,w),this}delegateStake(c,i){const t=y.exports.Certificate.new_stake_delegation(y.exports.StakeDelegation.new(y.exports.StakeCredential.from_keyhash(V_(pr(c))),y.exports.Ed25519KeyHash.from_bech32(i)));return this._txCertificates.add(t),this}deregisterStake(c){const i=y.exports.Certificate.new_stake_deregistration(y.exports.StakeDeregistration.new(y.exports.StakeCredential.from_keyhash(V_(pr(c)))));return this._txCertificates.add(i),this}mintAsset(c,i,t){var P,p;const w=(L,G)=>{const R=typeof L=="string"?hn(L).hash().to_hex():u(L).hash().to_hex(),m=p_(G.assetName);return{unit:`${R}${m}`,quantity:G.assetQuantity}},u=L=>{if("code"in L)return br(L.code,L.version);const G=Q_(L);if(G.output().has_script_ref()){const R=G.output().script_ref();if(R.is_plutus_script()){const m=ba(R);return br(m.code,m.version)}}throw new Error(`[Transaction] No plutus script reference found in UTxO: ${G.input().transaction_id().to_hex()}`)},h=w(c,i),j=y.exports.BigNum.from_str(((P=this._totalMints.get(h.unit))==null?void 0:P.assetQuantity)??"0").checked_add(y.exports.BigNum.from_str(h.quantity));return this._mintBuilder.add_asset(Yn(c,t),y.exports.AssetName.new(kt(p_(i.assetName))),y.exports.Int.new(y.exports.BigNum.from_str(h.quantity))),this._recipients.has(i.recipient)?(p=this._recipients.get(i.recipient))==null||p.push(h):this._recipients.set(i.recipient,[h]),this._totalMints.set(h.unit,{...i,assetQuantity:j.to_str()}),this}redeemValue(c){const i={tag:"SPEND",budget:cr,index:this._txInputsBuilder.inputs().len(),data:{alternative:0,fields:[]},...c.redeemer},t=Q_(c.value),w=c.datum?y.exports.PlutusWitness.new_with_ref(sn(c.script),Zs(c.datum),rn(i)):y.exports.PlutusWitness.new_with_ref_without_datum(sn(c.script),rn(i));return this._txInputsBuilder.add_plutus_script_input(w,t.input(),t.output().amount()),this}registerStake(c){const i=y.exports.Certificate.new_stake_registration(y.exports.StakeRegistration.new(y.exports.StakeCredential.from_keyhash(V_(pr(c)))));return this._txCertificates.add(i),this}registerPool(c){const i=y.exports.Certificate.new_pool_registration(y.exports.PoolRegistration.new(Xs(c)));return this._txCertificates.add(i),this}retirePool(c,i){const t=y.exports.Certificate.new_pool_retirement(y.exports.PoolRetirement.new(y.exports.Ed25519KeyHash.from_bech32(c),i));return this._txCertificates.add(t),this}sendAssets(c,i){const t=Se(i),w=t.multiasset();if(t.is_zero()||w===void 0)return this;const u=Mr(c).next(),h=t.coin().is_zero()?u.with_asset_and_min_required_coin_by_utxo_cost(w,nn(this._protocolParameters.coinsPerUTxOSize)).build():u.with_coin_and_asset(t.coin(),w).build();return i.forEach(x=>{this.setTxOutput(x)}),this._txBuilder.add_output(h),this}sendLovelace(c,i){const w=Mr(c).next().with_coin(y.exports.BigNum.from_str(i)).build();return this.setTxOutput({unit:"lovelace",quantity:i}),this._txBuilder.add_output(w),this}sendToken(c,i,t){return this.sendAssets(c,[{quantity:t,unit:ps[i]}]),this}sendValue(c,i){const t=Se(i.output.amount),u=Mr(c).next().with_value(t).build();return i.output.amount.forEach(h=>{this.setTxOutput(h)}),this._txBuilder.add_output(u),this}setChangeAddress(c){return this._changeAddress=O_(c),this}setCollateral(c){const i=Gn(c);return this._txBuilder.set_collateral(i),this}setMetadata(c,i){return this._txBuilder.add_json_metadatum_with_schema(y.exports.BigNum.from_str(c.toString()),JSON.stringify(i),y.exports.MetadataJsonSchema.NoConversions),this}setRequiredSigners(c){return Array.from(new Set(c.map(t=>t.startsWith("addr")?Ze(t):pr(t)).map(t=>V_(t)))).forEach(t=>{this._txBuilder.add_required_signer(t)}),this}setTimeToStart(c){return this._txBuilder.set_validity_start_interval_bignum(y.exports.BigNum.from_str(c)),this}setTimeToExpire(c){return this._txBuilder.set_ttl_bignum(y.exports.BigNum.from_str(c)),this}setTxInputs(c){return c.map(i=>Q_(i)).forEach(i=>{this._txInputsBuilder.add_input(i.output().address(),i.input(),i.output().amount())}),this}setTxRefInputs(c){return c.map(i=>Q_(i)).forEach(i=>{this._txBuilder.add_reference_input(i.input())}),this}withdrawRewards(c,i){const t=ga(c);return t!==void 0&&this._txWithdrawals.insert(t,y.exports.BigNum.from_str(i)),this}async addBurnInputsIfNeeded(){if(this._initiator&&this._totalBurns.size>0&&this.notVisited("setTxInputs")){const c=await this._initiator.getUsedUTxOs();Zn(this._totalBurns,c.map(t=>Cr(t))).map(t=>Q_(t)).forEach(t=>{this._txInputsBuilder.add_input(t.output().address(),t.input(),t.output().amount())})}}async addChangeAddress(){if(this._initiator&&this._changeAddress===void 0){const c=await this._initiator.getUsedAddress();this._txBuilder.add_change_if_needed(c)}else this._changeAddress!==void 0&&this._txBuilder.add_change_if_needed(this._changeAddress)}async addCollateralIfNeeded(){if(this._initiator&&this.notVisited("setCollateral")){const c=await this._initiator.getUsedCollateral();this._txBuilder.set_collateral(Gn(c))}}async addRequiredSignersIfNeeded(){if(this._initiator&&this.notVisited("setRequiredSigners")){const c=await this._initiator.getUsedAddress(),i=Ze(c.to_bech32());this._txBuilder.add_required_signer(V_(i))}}async addTxInputsAsNeeded(){if(this.notVisited("setTxInputs")){const c=await this.filterAvailableUTxOs();Xn(this._txOutputs,c.map(t=>Cr(t))).map(t=>Q_(t)).forEach(t=>{this._txInputsBuilder.add_input(t.output().address(),t.input(),t.output().amount())})}if(this._txBuilder.set_inputs(this._txInputsBuilder),(this._mintBuilder.has_native_scripts()||this._mintBuilder.has_plutus_scripts())&&this._txBuilder.set_mint_builder(this._mintBuilder),this._txCertificates.len()>0&&this._txBuilder.set_certs(this._txCertificates),this._txWithdrawals.len()>0&&this._txBuilder.set_withdrawals(this._txWithdrawals),this._txBuilder.get_mint_builder()||this.notVisited("redeemValue")===!1){const c=this._era!==void 0?Cn[this._era]:Cn.BABBAGE;this._txBuilder.calc_script_data_hash(c)}}async forgeAssetsIfNeeded(){const c=(i,t)=>{const w=i.data.assetName,u=i.data.metadata,h=i.unit.slice(0,c_);if(i.data.label==="777")return u;if(t&&t[h]){const{[h]:x,...j}=t,P={[w]:u,...x};return{[h]:{...P},...j}}return t!==void 0?{[h]:{[w]:u},...t}:{[h]:{[w]:u}}};await this.addBurnInputsIfNeeded(),Array.from(this._totalMints,i=>({unit:i[0],data:i[1]})).reduce((i,t)=>i.set(t.data.label,c(t,i.get(t.data.label))),new Map).forEach((i,t)=>{this._txBuilder.add_json_metadatum(y.exports.BigNum.from_str(t),JSON.stringify(i))}),this.addMintOutputs()}async filterAvailableUTxOs(c=[]){return this._initiator===void 0?[]:(await this._initiator.getUsedUTxOs()).filter(t=>c.find(w=>w.input.txHash===t.input().transaction_id().to_hex())===void 0)}addMintOutputs(){this._recipients.forEach((c,i)=>{const w=Se(c).multiasset();if(w!==void 0){const h=Mr(i).next().with_asset_and_min_required_coin_by_utxo_cost(w,nn(this._protocolParameters.coinsPerUTxOSize)).build();this._txBuilder.add_output(h)}})}notVisited(c){return this.__visits.includes(c)===!1}setTxOutput(c){const t=y.exports.BigNum.from_str(this._txOutputs.get(c.unit)??"0").checked_add(y.exports.BigNum.from_str(c.quantity)).to_str();this._txOutputs.set(c.unit,t)}};Ve([_r()],exports.Transaction.prototype,"mintAsset",1);Ve([_r()],exports.Transaction.prototype,"redeemValue",1);Ve([_r()],exports.Transaction.prototype,"sendAssets",1);Ve([_r()],exports.Transaction.prototype,"sendValue",1);Ve([_r()],exports.Transaction.prototype,"setCollateral",1);Ve([_r()],exports.Transaction.prototype,"setRequiredSigners",1);Ve([_r()],exports.Transaction.prototype,"setTxInputs",1);exports.Transaction=Ve([mo],exports.Transaction);var tr={exports:{}},ka={exports:{}},An={exports:{}};(function(c){(function(i){var t,w=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,u=Math.ceil,h=Math.floor,x="[BigNumber Error] ",j=x+"Number primitive has more than 15 significant digits: ",P=1e14,p=14,L=9007199254740991,G=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],R=1e7,m=1e9;function X(Z){var g,D,Q,$=I.prototype={constructor:I,toString:null,valueOf:null},ct=new I(1),ut=20,xt=4,At=-7,pt=21,It=-1e7,Ut=1e7,Dt=!1,Pt=1,qt=0,K={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:"\xA0",suffix:""},q="0123456789abcdefghijklmnopqrstuvwxyz",V=!0;function I(k,A){var B,N,E,T,M,S,O,F,U=this;if(!(U instanceof I))return new I(k,A);if(A==null){if(k&&k._isBigNumber===!0){U.s=k.s,!k.c||k.e>Ut?U.c=U.e=null:k.e<It?U.c=[U.e=0]:(U.e=k.e,U.c=k.c.slice());return}if((S=typeof k=="number")&&k*0==0){if(U.s=1/k<0?(k=-k,-1):1,k===~~k){for(T=0,M=k;M>=10;M/=10,T++);T>Ut?U.c=U.e=null:(U.e=T,U.c=[k]);return}F=String(k)}else{if(!w.test(F=String(k)))return Q(U,F,S);U.s=F.charCodeAt(0)==45?(F=F.slice(1),-1):1}(T=F.indexOf("."))>-1&&(F=F.replace(".","")),(M=F.search(/e/i))>0?(T<0&&(T=M),T+=+F.slice(M+1),F=F.substring(0,M)):T<0&&(T=F.length)}else{if(v(A,2,q.length,"Base"),A==10&&V)return U=new I(k),et(U,ut+U.e+1,xt);if(F=String(k),S=typeof k=="number"){if(k*0!=0)return Q(U,F,S,A);if(U.s=1/k<0?(F=F.slice(1),-1):1,I.DEBUG&&F.replace(/^0\.0*|\./,"").length>15)throw Error(j+k)}else U.s=F.charCodeAt(0)===45?(F=F.slice(1),-1):1;for(B=q.slice(0,A),T=M=0,O=F.length;M<O;M++)if(B.indexOf(N=F.charAt(M))<0){if(N=="."){if(M>T){T=O;continue}}else if(!E&&(F==F.toUpperCase()&&(F=F.toLowerCase())||F==F.toLowerCase()&&(F=F.toUpperCase()))){E=!0,M=-1,T=0;continue}return Q(U,String(k),S,A)}S=!1,F=D(F,A,10,U.s),(T=F.indexOf("."))>-1?F=F.replace(".",""):T=F.length}for(M=0;F.charCodeAt(M)===48;M++);for(O=F.length;F.charCodeAt(--O)===48;);if(F=F.slice(M,++O)){if(O-=M,S&&I.DEBUG&&O>15&&(k>L||k!==h(k)))throw Error(j+U.s*k);if((T=T-M-1)>Ut)U.c=U.e=null;else if(T<It)U.c=[U.e=0];else{if(U.e=T,U.c=[],M=(T+1)%p,T<0&&(M+=p),M<O){for(M&&U.c.push(+F.slice(0,M)),O-=p;M<O;)U.c.push(+F.slice(M,M+=p));M=p-(F=F.slice(M)).length}else M-=O;for(;M--;F+="0");U.c.push(+F)}}else U.c=[U.e=0]}I.clone=X,I.ROUND_UP=0,I.ROUND_DOWN=1,I.ROUND_CEIL=2,I.ROUND_FLOOR=3,I.ROUND_HALF_UP=4,I.ROUND_HALF_DOWN=5,I.ROUND_HALF_EVEN=6,I.ROUND_HALF_CEIL=7,I.ROUND_HALF_FLOOR=8,I.EUCLID=9,I.config=I.set=function(k){var A,B;if(k!=null)if(typeof k=="object"){if(k.hasOwnProperty(A="DECIMAL_PLACES")&&(B=k[A],v(B,0,m,A),ut=B),k.hasOwnProperty(A="ROUNDING_MODE")&&(B=k[A],v(B,0,8,A),xt=B),k.hasOwnProperty(A="EXPONENTIAL_AT")&&(B=k[A],B&&B.pop?(v(B[0],-m,0,A),v(B[1],0,m,A),At=B[0],pt=B[1]):(v(B,-m,m,A),At=-(pt=B<0?-B:B))),k.hasOwnProperty(A="RANGE"))if(B=k[A],B&&B.pop)v(B[0],-m,-1,A),v(B[1],1,m,A),It=B[0],Ut=B[1];else if(v(B,-m,m,A),B)It=-(Ut=B<0?-B:B);else throw Error(x+A+" cannot be zero: "+B);if(k.hasOwnProperty(A="CRYPTO"))if(B=k[A],B===!!B)if(B)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))Dt=B;else throw Dt=!B,Error(x+"crypto unavailable");else Dt=B;else throw Error(x+A+" not true or false: "+B);if(k.hasOwnProperty(A="MODULO_MODE")&&(B=k[A],v(B,0,9,A),Pt=B),k.hasOwnProperty(A="POW_PRECISION")&&(B=k[A],v(B,0,m,A),qt=B),k.hasOwnProperty(A="FORMAT"))if(B=k[A],typeof B=="object")K=B;else throw Error(x+A+" not an object: "+B);if(k.hasOwnProperty(A="ALPHABET"))if(B=k[A],typeof B=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(B))V=B.slice(0,10)=="0123456789",q=B;else throw Error(x+A+" invalid: "+B)}else throw Error(x+"Object expected: "+k);return{DECIMAL_PLACES:ut,ROUNDING_MODE:xt,EXPONENTIAL_AT:[At,pt],RANGE:[It,Ut],CRYPTO:Dt,MODULO_MODE:Pt,POW_PRECISION:qt,FORMAT:K,ALPHABET:q}},I.isBigNumber=function(k){if(!k||k._isBigNumber!==!0)return!1;if(!I.DEBUG)return!0;var A,B,N=k.c,E=k.e,T=k.s;t:if({}.toString.call(N)=="[object Array]"){if((T===1||T===-1)&&E>=-m&&E<=m&&E===h(E)){if(N[0]===0){if(E===0&&N.length===1)return!0;break t}if(A=(E+1)%p,A<1&&(A+=p),String(N[0]).length==A){for(A=0;A<N.length;A++)if(B=N[A],B<0||B>=P||B!==h(B))break t;if(B!==0)return!0}}}else if(N===null&&E===null&&(T===null||T===1||T===-1))return!0;throw Error(x+"Invalid BigNumber: "+k)},I.maximum=I.max=function(){return bt(arguments,-1)},I.minimum=I.min=function(){return bt(arguments,1)},I.random=function(){var k=9007199254740992,A=Math.random()*k&2097151?function(){return h(Math.random()*k)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(B){var N,E,T,M,S,O=0,F=[],U=new I(ct);if(B==null?B=ut:v(B,0,m),M=u(B/p),Dt)if(crypto.getRandomValues){for(N=crypto.getRandomValues(new Uint32Array(M*=2));O<M;)S=N[O]*131072+(N[O+1]>>>11),S>=9e15?(E=crypto.getRandomValues(new Uint32Array(2)),N[O]=E[0],N[O+1]=E[1]):(F.push(S%1e14),O+=2);O=M/2}else if(crypto.randomBytes){for(N=crypto.randomBytes(M*=7);O<M;)S=(N[O]&31)*281474976710656+N[O+1]*1099511627776+N[O+2]*4294967296+N[O+3]*16777216+(N[O+4]<<16)+(N[O+5]<<8)+N[O+6],S>=9e15?crypto.randomBytes(7).copy(N,O):(F.push(S%1e14),O+=7);O=M/7}else throw Dt=!1,Error(x+"crypto unavailable");if(!Dt)for(;O<M;)S=A(),S<9e15&&(F[O++]=S%1e14);for(M=F[--O],B%=p,M&&B&&(S=G[p-B],F[O]=h(M/S)*S);F[O]===0;F.pop(),O--);if(O<0)F=[T=0];else{for(T=-1;F[0]===0;F.splice(0,1),T-=p);for(O=1,S=F[0];S>=10;S/=10,O++);O<p&&(T-=p-O)}return U.e=T,U.c=F,U}}(),I.sum=function(){for(var k=1,A=arguments,B=new I(A[0]);k<A.length;)B=B.plus(A[k++]);return B},D=function(){var k="0123456789";function A(B,N,E,T){for(var M,S=[0],O,F=0,U=B.length;F<U;){for(O=S.length;O--;S[O]*=N);for(S[0]+=T.indexOf(B.charAt(F++)),M=0;M<S.length;M++)S[M]>E-1&&(S[M+1]==null&&(S[M+1]=0),S[M+1]+=S[M]/E|0,S[M]%=E)}return S.reverse()}return function(B,N,E,T,M){var S,O,F,U,z,W,tt,it,Bt=B.indexOf("."),vt=ut,at=xt;for(Bt>=0&&(U=qt,qt=0,B=B.replace(".",""),it=new I(N),W=it.pow(B.length-Bt),qt=U,it.c=A(a(_t(W.c),W.e,"0"),10,E,k),it.e=it.c.length),tt=A(B,N,E,M?(S=q,k):(S=k,q)),F=U=tt.length;tt[--U]==0;tt.pop());if(!tt[0])return S.charAt(0);if(Bt<0?--F:(W.c=tt,W.e=F,W.s=T,W=g(W,it,vt,at,E),tt=W.c,z=W.r,F=W.e),O=F+vt+1,Bt=tt[O],U=E/2,z=z||O<0||tt[O+1]!=null,z=at<4?(Bt!=null||z)&&(at==0||at==(W.s<0?3:2)):Bt>U||Bt==U&&(at==4||z||at==6&&tt[O-1]&1||at==(W.s<0?8:7)),O<1||!tt[0])B=z?a(S.charAt(1),-vt,S.charAt(0)):S.charAt(0);else{if(tt.length=O,z)for(--E;++tt[--O]>E;)tt[O]=0,O||(++F,tt=[1].concat(tt));for(U=tt.length;!tt[--U];);for(Bt=0,B="";Bt<=U;B+=S.charAt(tt[Bt++]));B=a(B,F,S.charAt(0))}return B}}(),g=function(){function k(N,E,T){var M,S,O,F,U=0,z=N.length,W=E%R,tt=E/R|0;for(N=N.slice();z--;)O=N[z]%R,F=N[z]/R|0,M=tt*O+F*W,S=W*O+M%R*R+U,U=(S/T|0)+(M/R|0)+tt*F,N[z]=S%T;return U&&(N=[U].concat(N)),N}function A(N,E,T,M){var S,O;if(T!=M)O=T>M?1:-1;else for(S=O=0;S<T;S++)if(N[S]!=E[S]){O=N[S]>E[S]?1:-1;break}return O}function B(N,E,T,M){for(var S=0;T--;)N[T]-=S,S=N[T]<E[T]?1:0,N[T]=S*M+N[T]-E[T];for(;!N[0]&&N.length>1;N.splice(0,1));}return function(N,E,T,M,S){var O,F,U,z,W,tt,it,Bt,vt,at,ht,Ot,o_,Xt,w_,Rt,__,Ft=N.s==E.s?1:-1,Kt=N.c,St=E.c;if(!Kt||!Kt[0]||!St||!St[0])return new I(!N.s||!E.s||(Kt?St&&Kt[0]==St[0]:!St)?NaN:Kt&&Kt[0]==0||!St?Ft*0:Ft/0);for(Bt=new I(Ft),vt=Bt.c=[],F=N.e-E.e,Ft=T+F+1,S||(S=P,F=b(N.e/p)-b(E.e/p),Ft=Ft/p|0),U=0;St[U]==(Kt[U]||0);U++);if(St[U]>(Kt[U]||0)&&F--,Ft<0)vt.push(1),z=!0;else{for(Xt=Kt.length,Rt=St.length,U=0,Ft+=2,W=h(S/(St[0]+1)),W>1&&(St=k(St,W,S),Kt=k(Kt,W,S),Rt=St.length,Xt=Kt.length),o_=Rt,at=Kt.slice(0,Rt),ht=at.length;ht<Rt;at[ht++]=0);__=St.slice(),__=[0].concat(__),w_=St[0],St[1]>=S/2&&w_++;do{if(W=0,O=A(St,at,Rt,ht),O<0){if(Ot=at[0],Rt!=ht&&(Ot=Ot*S+(at[1]||0)),W=h(Ot/w_),W>1)for(W>=S&&(W=S-1),tt=k(St,W,S),it=tt.length,ht=at.length;A(tt,at,it,ht)==1;)W--,B(tt,Rt<it?__:St,it,S),it=tt.length,O=1;else W==0&&(O=W=1),tt=St.slice(),it=tt.length;if(it<ht&&(tt=[0].concat(tt)),B(at,tt,ht,S),ht=at.length,O==-1)for(;A(St,at,Rt,ht)<1;)W++,B(at,Rt<ht?__:St,ht,S),ht=at.length}else O===0&&(W++,at=[0]);vt[U++]=W,at[0]?at[ht++]=Kt[o_]||0:(at=[Kt[o_]],ht=1)}while((o_++<Xt||at[0]!=null)&&Ft--);z=at[0]!=null,vt[0]||vt.splice(0,1)}if(S==P){for(U=1,Ft=vt[0];Ft>=10;Ft/=10,U++);et(Bt,T+(Bt.e=U+F*p-1)+1,M,z)}else Bt.e=F,Bt.r=+z;return Bt}}();function wt(k,A,B,N){var E,T,M,S,O;if(B==null?B=xt:v(B,0,8),!k.c)return k.toString();if(E=k.c[0],M=k.e,A==null)O=_t(k.c),O=N==1||N==2&&(M<=At||M>=pt)?ft(O,M):a(O,M,"0");else if(k=et(new I(k),A,B),T=k.e,O=_t(k.c),S=O.length,N==1||N==2&&(A<=T||T<=At)){for(;S<A;O+="0",S++);O=ft(O,T)}else if(A-=M,O=a(O,T,"0"),T+1>S){if(--A>0)for(O+=".";A--;O+="0");}else if(A+=T-S,A>0)for(T+1==S&&(O+=".");A--;O+="0");return k.s<0&&E?"-"+O:O}function bt(k,A){for(var B,N,E=1,T=new I(k[0]);E<k.length;E++)N=new I(k[E]),(!N.s||(B=J(T,N))===A||B===0&&T.s===A)&&(T=N);return T}function st(k,A,B){for(var N=1,E=A.length;!A[--E];A.pop());for(E=A[0];E>=10;E/=10,N++);return(B=N+B*p-1)>Ut?k.c=k.e=null:B<It?k.c=[k.e=0]:(k.e=B,k.c=A),k}Q=function(){var k=/^(-?)0([xbo])(?=\w[\w.]*$)/i,A=/^([^.]+)\.$/,B=/^\.([^.]+)$/,N=/^-?(Infinity|NaN)$/,E=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(T,M,S,O){var F,U=S?M:M.replace(E,"");if(N.test(U))T.s=isNaN(U)?null:U<0?-1:1;else{if(!S&&(U=U.replace(k,function(z,W,tt){return F=(tt=tt.toLowerCase())=="x"?16:tt=="b"?2:8,!O||O==F?W:z}),O&&(F=O,U=U.replace(A,"$1").replace(B,"0.$1")),M!=U))return new I(U,F);if(I.DEBUG)throw Error(x+"Not a"+(O?" base "+O:"")+" number: "+M);T.s=null}T.c=T.e=null}}();function et(k,A,B,N){var E,T,M,S,O,F,U,z=k.c,W=G;if(z){t:{for(E=1,S=z[0];S>=10;S/=10,E++);if(T=A-E,T<0)T+=p,M=A,O=z[F=0],U=h(O/W[E-M-1]%10);else if(F=u((T+1)/p),F>=z.length)if(N){for(;z.length<=F;z.push(0));O=U=0,E=1,T%=p,M=T-p+1}else break t;else{for(O=S=z[F],E=1;S>=10;S/=10,E++);T%=p,M=T-p+E,U=M<0?0:h(O/W[E-M-1]%10)}if(N=N||A<0||z[F+1]!=null||(M<0?O:O%W[E-M-1]),N=B<4?(U||N)&&(B==0||B==(k.s<0?3:2)):U>5||U==5&&(B==4||N||B==6&&(T>0?M>0?O/W[E-M]:0:z[F-1])%10&1||B==(k.s<0?8:7)),A<1||!z[0])return z.length=0,N?(A-=k.e+1,z[0]=W[(p-A%p)%p],k.e=-A||0):z[0]=k.e=0,k;if(T==0?(z.length=F,S=1,F--):(z.length=F+1,S=W[p-T],z[F]=M>0?h(O/W[E-M]%W[M])*S:0),N)for(;;)if(F==0){for(T=1,M=z[0];M>=10;M/=10,T++);for(M=z[0]+=S,S=1;M>=10;M/=10,S++);T!=S&&(k.e++,z[0]==P&&(z[0]=1));break}else{if(z[F]+=S,z[F]!=P)break;z[F--]=0,S=1}for(T=z.length;z[--T]===0;z.pop());}k.e>Ut?k.c=k.e=null:k.e<It&&(k.c=[k.e=0])}return k}function ot(k){var A,B=k.e;return B===null?k.toString():(A=_t(k.c),A=B<=At||B>=pt?ft(A,B):a(A,B,"0"),k.s<0?"-"+A:A)}return $.absoluteValue=$.abs=function(){var k=new I(this);return k.s<0&&(k.s=1),k},$.comparedTo=function(k,A){return J(this,new I(k,A))},$.decimalPlaces=$.dp=function(k,A){var B,N,E,T=this;if(k!=null)return v(k,0,m),A==null?A=xt:v(A,0,8),et(new I(T),k+T.e+1,A);if(!(B=T.c))return null;if(N=((E=B.length-1)-b(this.e/p))*p,E=B[E])for(;E%10==0;E/=10,N--);return N<0&&(N=0),N},$.dividedBy=$.div=function(k,A){return g(this,new I(k,A),ut,xt)},$.dividedToIntegerBy=$.idiv=function(k,A){return g(this,new I(k,A),0,1)},$.exponentiatedBy=$.pow=function(k,A){var B,N,E,T,M,S,O,F,U,z=this;if(k=new I(k),k.c&&!k.isInteger())throw Error(x+"Exponent not an integer: "+ot(k));if(A!=null&&(A=new I(A)),S=k.e>14,!z.c||!z.c[0]||z.c[0]==1&&!z.e&&z.c.length==1||!k.c||!k.c[0])return U=new I(Math.pow(+ot(z),S?k.s*(2-nt(k)):+ot(k))),A?U.mod(A):U;if(O=k.s<0,A){if(A.c?!A.c[0]:!A.s)return new I(NaN);N=!O&&z.isInteger()&&A.isInteger(),N&&(z=z.mod(A))}else{if(k.e>9&&(z.e>0||z.e<-1||(z.e==0?z.c[0]>1||S&&z.c[1]>=24e7:z.c[0]<8e13||S&&z.c[0]<=9999975e7)))return T=z.s<0&&nt(k)?-0:0,z.e>-1&&(T=1/T),new I(O?1/T:T);qt&&(T=u(qt/p+2))}for(S?(B=new I(.5),O&&(k.s=1),F=nt(k)):(E=Math.abs(+ot(k)),F=E%2),U=new I(ct);;){if(F){if(U=U.times(z),!U.c)break;T?U.c.length>T&&(U.c.length=T):N&&(U=U.mod(A))}if(E){if(E=h(E/2),E===0)break;F=E%2}else if(k=k.times(B),et(k,k.e+1,1),k.e>14)F=nt(k);else{if(E=+ot(k),E===0)break;F=E%2}z=z.times(z),T?z.c&&z.c.length>T&&(z.c.length=T):N&&(z=z.mod(A))}return N?U:(O&&(U=ct.div(U)),A?U.mod(A):T?et(U,qt,xt,M):U)},$.integerValue=function(k){var A=new I(this);return k==null?k=xt:v(k,0,8),et(A,A.e+1,k)},$.isEqualTo=$.eq=function(k,A){return J(this,new I(k,A))===0},$.isFinite=function(){return!!this.c},$.isGreaterThan=$.gt=function(k,A){return J(this,new I(k,A))>0},$.isGreaterThanOrEqualTo=$.gte=function(k,A){return(A=J(this,new I(k,A)))===1||A===0},$.isInteger=function(){return!!this.c&&b(this.e/p)>this.c.length-2},$.isLessThan=$.lt=function(k,A){return J(this,new I(k,A))<0},$.isLessThanOrEqualTo=$.lte=function(k,A){return(A=J(this,new I(k,A)))===-1||A===0},$.isNaN=function(){return!this.s},$.isNegative=function(){return this.s<0},$.isPositive=function(){return this.s>0},$.isZero=function(){return!!this.c&&this.c[0]==0},$.minus=function(k,A){var B,N,E,T,M=this,S=M.s;if(k=new I(k,A),A=k.s,!S||!A)return new I(NaN);if(S!=A)return k.s=-A,M.plus(k);var O=M.e/p,F=k.e/p,U=M.c,z=k.c;if(!O||!F){if(!U||!z)return U?(k.s=-A,k):new I(z?M:NaN);if(!U[0]||!z[0])return z[0]?(k.s=-A,k):new I(U[0]?M:xt==3?-0:0)}if(O=b(O),F=b(F),U=U.slice(),S=O-F){for((T=S<0)?(S=-S,E=U):(F=O,E=z),E.reverse(),A=S;A--;E.push(0));E.reverse()}else for(N=(T=(S=U.length)<(A=z.length))?S:A,S=A=0;A<N;A++)if(U[A]!=z[A]){T=U[A]<z[A];break}if(T&&(E=U,U=z,z=E,k.s=-k.s),A=(N=z.length)-(B=U.length),A>0)for(;A--;U[B++]=0);for(A=P-1;N>S;){if(U[--N]<z[N]){for(B=N;B&&!U[--B];U[B]=A);--U[B],U[N]+=P}U[N]-=z[N]}for(;U[0]==0;U.splice(0,1),--F);return U[0]?st(k,U,F):(k.s=xt==3?-1:1,k.c=[k.e=0],k)},$.modulo=$.mod=function(k,A){var B,N,E=this;return k=new I(k,A),!E.c||!k.s||k.c&&!k.c[0]?new I(NaN):!k.c||E.c&&!E.c[0]?new I(E):(Pt==9?(N=k.s,k.s=1,B=g(E,k,0,3),k.s=N,B.s*=N):B=g(E,k,0,Pt),k=E.minus(B.times(k)),!k.c[0]&&Pt==1&&(k.s=E.s),k)},$.multipliedBy=$.times=function(k,A){var B,N,E,T,M,S,O,F,U,z,W,tt,it,Bt,vt,at=this,ht=at.c,Ot=(k=new I(k,A)).c;if(!ht||!Ot||!ht[0]||!Ot[0])return!at.s||!k.s||ht&&!ht[0]&&!Ot||Ot&&!Ot[0]&&!ht?k.c=k.e=k.s=null:(k.s*=at.s,!ht||!Ot?k.c=k.e=null:(k.c=[0],k.e=0)),k;for(N=b(at.e/p)+b(k.e/p),k.s*=at.s,O=ht.length,z=Ot.length,O<z&&(it=ht,ht=Ot,Ot=it,E=O,O=z,z=E),E=O+z,it=[];E--;it.push(0));for(Bt=P,vt=R,E=z;--E>=0;){for(B=0,W=Ot[E]%vt,tt=Ot[E]/vt|0,M=O,T=E+M;T>E;)F=ht[--M]%vt,U=ht[M]/vt|0,S=tt*F+U*W,F=W*F+S%vt*vt+it[T]+B,B=(F/Bt|0)+(S/vt|0)+tt*U,it[T--]=F%Bt;it[T]=B}return B?++N:it.splice(0,1),st(k,it,N)},$.negated=function(){var k=new I(this);return k.s=-k.s||null,k},$.plus=function(k,A){var B,N=this,E=N.s;if(k=new I(k,A),A=k.s,!E||!A)return new I(NaN);if(E!=A)return k.s=-A,N.minus(k);var T=N.e/p,M=k.e/p,S=N.c,O=k.c;if(!T||!M){if(!S||!O)return new I(E/0);if(!S[0]||!O[0])return O[0]?k:new I(S[0]?N:E*0)}if(T=b(T),M=b(M),S=S.slice(),E=T-M){for(E>0?(M=T,B=O):(E=-E,B=S),B.reverse();E--;B.push(0));B.reverse()}for(E=S.length,A=O.length,E-A<0&&(B=O,O=S,S=B,A=E),E=0;A;)E=(S[--A]=S[A]+O[A]+E)/P|0,S[A]=P===S[A]?0:S[A]%P;return E&&(S=[E].concat(S),++M),st(k,S,M)},$.precision=$.sd=function(k,A){var B,N,E,T=this;if(k!=null&&k!==!!k)return v(k,1,m),A==null?A=xt:v(A,0,8),et(new I(T),k,A);if(!(B=T.c))return null;if(E=B.length-1,N=E*p+1,E=B[E]){for(;E%10==0;E/=10,N--);for(E=B[0];E>=10;E/=10,N++);}return k&&T.e+1>N&&(N=T.e+1),N},$.shiftedBy=function(k){return v(k,-L,L),this.times("1e"+k)},$.squareRoot=$.sqrt=function(){var k,A,B,N,E,T=this,M=T.c,S=T.s,O=T.e,F=ut+4,U=new I("0.5");if(S!==1||!M||!M[0])return new I(!S||S<0&&(!M||M[0])?NaN:M?T:1/0);if(S=Math.sqrt(+ot(T)),S==0||S==1/0?(A=_t(M),(A.length+O)%2==0&&(A+="0"),S=Math.sqrt(+A),O=b((O+1)/2)-(O<0||O%2),S==1/0?A="5e"+O:(A=S.toExponential(),A=A.slice(0,A.indexOf("e")+1)+O),B=new I(A)):B=new I(S+""),B.c[0]){for(O=B.e,S=O+F,S<3&&(S=0);;)if(E=B,B=U.times(E.plus(g(T,E,F,1))),_t(E.c).slice(0,S)===(A=_t(B.c)).slice(0,S))if(B.e<O&&--S,A=A.slice(S-3,S+1),A=="9999"||!N&&A=="4999"){if(!N&&(et(E,E.e+ut+2,0),E.times(E).eq(T))){B=E;break}F+=4,S+=4,N=1}else{(!+A||!+A.slice(1)&&A.charAt(0)=="5")&&(et(B,B.e+ut+2,1),k=!B.times(B).eq(T));break}}return et(B,B.e+ut+1,xt,k)},$.toExponential=function(k,A){return k!=null&&(v(k,0,m),k++),wt(this,k,A,1)},$.toFixed=function(k,A){return k!=null&&(v(k,0,m),k=k+this.e+1),wt(this,k,A)},$.toFormat=function(k,A,B){var N,E=this;if(B==null)k!=null&&A&&typeof A=="object"?(B=A,A=null):k&&typeof k=="object"?(B=k,k=A=null):B=K;else if(typeof B!="object")throw Error(x+"Argument not an object: "+B);if(N=E.toFixed(k,A),E.c){var T,M=N.split("."),S=+B.groupSize,O=+B.secondaryGroupSize,F=B.groupSeparator||"",U=M[0],z=M[1],W=E.s<0,tt=W?U.slice(1):U,it=tt.length;if(O&&(T=S,S=O,O=T,it-=T),S>0&&it>0){for(T=it%S||S,U=tt.substr(0,T);T<it;T+=S)U+=F+tt.substr(T,S);O>0&&(U+=F+tt.slice(T)),W&&(U="-"+U)}N=z?U+(B.decimalSeparator||"")+((O=+B.fractionGroupSize)?z.replace(new RegExp("\\d{"+O+"}\\B","g"),"$&"+(B.fractionGroupSeparator||"")):z):U}return(B.prefix||"")+N+(B.suffix||"")},$.toFraction=function(k){var A,B,N,E,T,M,S,O,F,U,z,W,tt=this,it=tt.c;if(k!=null&&(S=new I(k),!S.isInteger()&&(S.c||S.s!==1)||S.lt(ct)))throw Error(x+"Argument "+(S.isInteger()?"out of range: ":"not an integer: ")+ot(S));if(!it)return new I(tt);for(A=new I(ct),F=B=new I(ct),N=O=new I(ct),W=_t(it),T=A.e=W.length-tt.e-1,A.c[0]=G[(M=T%p)<0?p+M:M],k=!k||S.comparedTo(A)>0?T>0?A:F:S,M=Ut,Ut=1/0,S=new I(W),O.c[0]=0;U=g(S,A,0,1),E=B.plus(U.times(N)),E.comparedTo(k)!=1;)B=N,N=E,F=O.plus(U.times(E=F)),O=E,A=S.minus(U.times(E=A)),S=E;return E=g(k.minus(B),N,0,1),O=O.plus(E.times(F)),B=B.plus(E.times(N)),O.s=F.s=tt.s,T=T*2,z=g(F,N,T,xt).minus(tt).abs().comparedTo(g(O,B,T,xt).minus(tt).abs())<1?[F,N]:[O,B],Ut=M,z},$.toNumber=function(){return+ot(this)},$.toPrecision=function(k,A){return k!=null&&v(k,1,m),wt(this,k,A,2)},$.toString=function(k){var A,B=this,N=B.s,E=B.e;return E===null?N?(A="Infinity",N<0&&(A="-"+A)):A="NaN":(k==null?A=E<=At||E>=pt?ft(_t(B.c),E):a(_t(B.c),E,"0"):k===10&&V?(B=et(new I(B),ut+E+1,xt),A=a(_t(B.c),B.e,"0")):(v(k,2,q.length,"Base"),A=D(a(_t(B.c),E,"0"),10,k,N,!0)),N<0&&B.c[0]&&(A="-"+A)),A},$.valueOf=$.toJSON=function(){return ot(this)},$._isBigNumber=!0,Z!=null&&I.set(Z),I}function b(Z){var g=Z|0;return Z>0||Z===g?g:g-1}function _t(Z){for(var g,D,Q=1,$=Z.length,ct=Z[0]+"";Q<$;){for(g=Z[Q++]+"",D=p-g.length;D--;g="0"+g);ct+=g}for($=ct.length;ct.charCodeAt(--$)===48;);return ct.slice(0,$+1||1)}function J(Z,g){var D,Q,$=Z.c,ct=g.c,ut=Z.s,xt=g.s,At=Z.e,pt=g.e;if(!ut||!xt)return null;if(D=$&&!$[0],Q=ct&&!ct[0],D||Q)return D?Q?0:-xt:ut;if(ut!=xt)return ut;if(D=ut<0,Q=At==pt,!$||!ct)return Q?0:!$^D?1:-1;if(!Q)return At>pt^D?1:-1;for(xt=(At=$.length)<(pt=ct.length)?At:pt,ut=0;ut<xt;ut++)if($[ut]!=ct[ut])return $[ut]>ct[ut]^D?1:-1;return At==pt?0:At>pt^D?1:-1}function v(Z,g,D,Q){if(Z<g||Z>D||Z!==h(Z))throw Error(x+(Q||"Argument")+(typeof Z=="number"?Z<g||Z>D?" out of range: ":" not an integer: ":" not a primitive number: ")+String(Z))}function nt(Z){var g=Z.c.length-1;return b(Z.e/p)==g&&Z.c[g]%2!=0}function ft(Z,g){return(Z.length>1?Z.charAt(0)+"."+Z.slice(1):Z)+(g<0?"e":"e+")+g}function a(Z,g,D){var Q,$;if(g<0){for($=D+".";++g;$+=D);Z=$+Z}else if(Q=Z.length,++g>Q){for($=D,g-=Q;--g;$+=D);Z+=$}else g<Q&&(Z=Z.slice(0,g)+"."+Z.slice(g));return Z}t=X(),t.default=t.BigNumber=t,c.exports?c.exports=t:(i||(i=typeof self<"u"&&self?self:window),i.BigNumber=t)})(Rr)})(An);(function(c){var i=An.exports,t=c.exports;(function(){var w=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,u,h,x={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},j;function P(L){return w.lastIndex=0,w.test(L)?'"'+L.replace(w,function(G){var R=x[G];return typeof R=="string"?R:"\\u"+("0000"+G.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+L+'"'}function p(L,G){var R,m,X,b,_t=u,J,v=G[L],nt=v!=null&&(v instanceof i||i.isBigNumber(v));switch(v&&typeof v=="object"&&typeof v.toJSON=="function"&&(v=v.toJSON(L)),typeof j=="function"&&(v=j.call(G,L,v)),typeof v){case"string":return nt?v:P(v);case"number":return isFinite(v)?String(v):"null";case"boolean":case"null":case"bigint":return String(v);case"object":if(!v)return"null";if(u+=h,J=[],Object.prototype.toString.apply(v)==="[object Array]"){for(b=v.length,R=0;R<b;R+=1)J[R]=p(R,v)||"null";return X=J.length===0?"[]":u?`[
12
+ `+u+J.join(`,
13
13
  `+u)+`
14
- `+_t+"]":"["+W.join(",")+"]",u=_t,$}if(j&&typeof j=="object")for(b=j.length,R=0;R<b;R+=1)typeof j[R]=="string"&&(m=j[R],$=p(m,v),$&&W.push(P(m)+(u?": ":":")+$));else Object.keys(v).forEach(function(ft){var a=p(ft,v);a&&W.push(P(ft)+(u?": ":":")+a)});return $=W.length===0?"{}":u?`{
15
- `+u+W.join(`,
14
+ `+_t+"]":"["+J.join(",")+"]",u=_t,X}if(j&&typeof j=="object")for(b=j.length,R=0;R<b;R+=1)typeof j[R]=="string"&&(m=j[R],X=p(m,v),X&&J.push(P(m)+(u?": ":":")+X));else Object.keys(v).forEach(function(ft){var a=p(ft,v);a&&J.push(P(ft)+(u?": ":":")+a)});return X=J.length===0?"{}":u?`{
15
+ `+u+J.join(`,
16
16
  `+u)+`
17
- `+_t+"}":"{"+W.join(",")+"}",u=_t,$}}typeof t.stringify!="function"&&(t.stringify=function(V,Y,R){var m;if(u="",h="",typeof R=="number")for(m=0;m<R;m+=1)h+=" ";else typeof R=="string"&&(h=R);if(j=Y,Y&&typeof Y!="function"&&(typeof Y!="object"||typeof Y.length!="number"))throw new Error("JSON.stringify");return p("",{"":V})})})()})(ka);var Fr=null;const ko=/(?:_|\\u005[Ff])(?:_|\\u005[Ff])(?:p|\\u0070)(?:r|\\u0072)(?:o|\\u006[Ff])(?:t|\\u0074)(?:o|\\u006[Ff])(?:_|\\u005[Ff])(?:_|\\u005[Ff])/,xo=/(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)/;var Ao=function(c){var i={strict:!1,storeAsString:!1,alwaysParseAsBig:!1,useNativeBigInt:!1,protoAction:"error",constructorAction:"error"};if(c!=null){if(c.strict===!0&&(i.strict=!0),c.storeAsString===!0&&(i.storeAsString=!0),i.alwaysParseAsBig=c.alwaysParseAsBig===!0?c.alwaysParseAsBig:!1,i.useNativeBigInt=c.useNativeBigInt===!0?c.useNativeBigInt:!1,typeof c.constructorAction<"u")if(c.constructorAction==="error"||c.constructorAction==="ignore"||c.constructorAction==="preserve")i.constructorAction=c.constructorAction;else throw new Error(`Incorrect value for constructorAction option, must be "error", "ignore" or undefined but passed ${c.constructorAction}`);if(typeof c.protoAction<"u")if(c.protoAction==="error"||c.protoAction==="ignore"||c.protoAction==="preserve")i.protoAction=c.protoAction;else throw new Error(`Incorrect value for protoAction option, must be "error", "ignore" or undefined but passed ${c.protoAction}`)}var t,w,u={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
18
- `,r:"\r",t:" "},h,k=function(b){throw{name:"SyntaxError",message:b,at:t,text:h}},j=function(b){return b&&b!==w&&k("Expected '"+b+"' instead of '"+w+"'"),w=h.charAt(t),t+=1,w},P=function(){var b,_t="";for(w==="-"&&(_t="-",j("-"));w>="0"&&w<="9";)_t+=w,j();if(w===".")for(_t+=".";j()&&w>="0"&&w<="9";)_t+=w;if(w==="e"||w==="E")for(_t+=w,j(),(w==="-"||w==="+")&&(_t+=w,j());w>="0"&&w<="9";)_t+=w,j();if(b=+_t,!isFinite(b))k("Bad number");else return Fr==null&&(Fr=An.exports),_t.length>15?i.storeAsString?_t:i.useNativeBigInt?BigInt(_t):new Fr(_t):i.alwaysParseAsBig?i.useNativeBigInt?BigInt(b):new Fr(b):b},p=function(){var b,_t,W="",v;if(w==='"')for(var nt=t;j();){if(w==='"')return t-1>nt&&(W+=h.substring(nt,t-1)),j(),W;if(w==="\\"){if(t-1>nt&&(W+=h.substring(nt,t-1)),j(),w==="u"){for(v=0,_t=0;_t<4&&(b=parseInt(j(),16),!!isFinite(b));_t+=1)v=v*16+b;W+=String.fromCharCode(v)}else if(typeof u[w]=="string")W+=u[w];else break;nt=t}}k("Bad string")},V=function(){for(;w&&w<=" ";)j()},Y=function(){switch(w){case"t":return j("t"),j("r"),j("u"),j("e"),!0;case"f":return j("f"),j("a"),j("l"),j("s"),j("e"),!1;case"n":return j("n"),j("u"),j("l"),j("l"),null}k("Unexpected '"+w+"'")},R,m=function(){var b=[];if(w==="["){if(j("["),V(),w==="]")return j("]"),b;for(;w;){if(b.push(R()),V(),w==="]")return j("]"),b;j(","),V()}}k("Bad array")},$=function(){var b,_t=Object.create(null);if(w==="{"){if(j("{"),V(),w==="}")return j("}"),_t;for(;w;){if(b=p(),V(),j(":"),i.strict===!0&&Object.hasOwnProperty.call(_t,b)&&k('Duplicate key "'+b+'"'),ko.test(b)===!0?i.protoAction==="error"?k("Object contains forbidden prototype property"):i.protoAction==="ignore"?R():_t[b]=R():xo.test(b)===!0?i.constructorAction==="error"?k("Object contains forbidden constructor property"):i.constructorAction==="ignore"?R():_t[b]=R():_t[b]=R(),V(),w==="}")return j("}"),_t;j(","),V()}}k("Bad object")};return R=function(){switch(V(),w){case"{":return $();case"[":return m();case'"':return p();case"-":return P();default:return w>="0"&&w<="9"?P():Y()}},function(b,_t){var W;return h=b+"",t=0,w=" ",W=R(),V(),w&&k("Syntax error"),typeof _t=="function"?function v(nt,ft){var a,Z=nt[ft];return Z&&typeof Z=="object"&&Object.keys(Z).forEach(function(g){a=v(Z,g),a!==void 0?Z[g]=a:delete Z[g]}),_t.call(nt,ft,Z)}({"":W},""):W}},Io=Ao,xa=ka.exports.stringify,Aa=Io;tr.exports=function(c){return{parse:Aa(c),stringify:xa}};tr.exports.parse=Aa();tr.exports.stringify=xa;const Ia=()=>({inputs:[],outputs:[],extraInputs:[],selectionThreshold:0,collaterals:[],requiredSignatures:[],referenceInputs:[],mints:[],changeAddress:"",metadata:[],validityRange:{},certificates:[],signingKey:[]});class Ca{txBuilder;protocolParams;meshTxBuilderBody=Ia();constructor(i){this.protocolParams=i||a_,this.txBuilder=on(i)}serializeTxBody(i,t){t&&(this.protocolParams=t),this.txBuilder=on(t);const{inputs:w,outputs:u,extraInputs:h,selectionThreshold:k,collaterals:j,referenceInputs:P,mints:p,changeAddress:V,certificates:Y,validityRange:R,requiredSignatures:m,metadata:$}=i;if(h.length>0&&this.addUtxosFrom(h,String(k)),this.removeDuplicateInputs(),p.sort((W,v)=>W.policyId.localeCompare(v.policyId)),w.sort((W,v)=>W.txIn.txHash===v.txIn.txHash?W.txIn.txIndex-v.txIn.txIndex:W.txIn.txHash.localeCompare(v.txIn.txHash)),this.addAllInputs(w),this.addAllOutputs(u),this.addAllCollaterals(j),this.addAllReferenceInputs(P),this.addAllMints(p),this.addAllCertificates(Y),this.addValidityRange(R),this.addAllRequiredSignatures(m),this.addAllMetadata($),this.addCostModels(),V){const W=j.map(ft=>{var a,Z;return((Z=(a=ft.txIn.amount)==null?void 0:a.find(g=>g.unit==="lovelace"))==null?void 0:Z.quantity)||"0"}).reduce((ft,a)=>ft+parseInt(a),0),v=Math.ceil(this.protocolParams.collateralPercent*Number(Number(this.txBuilder.min_fee().checked_add(y.exports.BigNum.from_str("10000")).to_js_value()))/100);let nt=!1;if(W-v>0){const ft=y.exports.TransactionOutput.new(y.exports.Address.from_bech32(V),y.exports.Value.new(y.exports.BigNum.from_str(String(v))));W-v>Number(y.exports.min_ada_for_output(ft,y.exports.DataCost.new_coins_per_byte(y.exports.BigNum.from_str(this.protocolParams.coinsPerUTxOSize))).to_js_value())&&(this.txBuilder.set_collateral_return(y.exports.TransactionOutput.new(y.exports.Address.from_bech32(V),y.exports.Value.new(y.exports.BigNum.from_str(String(W))))),this.txBuilder.set_total_collateral(y.exports.BigNum.from_str(String(W))),nt=!0)}this.addChange(V),nt&&this.addCollateralReturn(V)}return this.txBuilder.build_tx().to_hex()}addSigningKeys(i,t){return t.length>0?os(i,t):i}addUtxosFrom=(i,t)=>{const w=this.meshTxBuilderBody.outputs.reduce((h,k)=>(k.amount.forEach(P=>{const{unit:p,quantity:V}=P,Y=Number(h.get(p))||0;h.set(p,String(Y+Number(V)))}),h),new Map);this.meshTxBuilderBody.inputs.reduce((h,k)=>{const j=k.txIn.amount;return j==null||j.forEach(P=>{const{unit:p,quantity:V}=P,Y=Number(h.get(p))||0;h.set(p,String(Y-Number(V)))}),h},w),this.meshTxBuilderBody.mints.reduce((h,k)=>{const j={unit:k.policyId+k.assetName,quantity:String(k.amount)},P=Number(h.get(j.unit))||0;return h.set(j.unit,String(P-Number(j.quantity))),h},w),ca(i,w,t).forEach(h=>{const k={type:"PubKey",txIn:{txHash:h.input.txHash,txIndex:h.input.outputIndex,amount:h.output.amount,address:h.output.address}};this.meshTxBuilderBody.inputs.push(k),this.addTxIn(k)})};makePlutusScriptSource=i=>{const t=y.exports.ScriptHash.from_hex(i.spendingScriptHash),w=y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(i.txHash),i.txIndex);return y.exports.PlutusScriptSource.new_ref_input_with_lang_ver(t,w,je[i.version])};removeDuplicateInputs=()=>{const i=this.meshTxBuilderBody.inputs,t=u=>`${u.txHash}#${u.txIndex}`,w=[];for(let u=0;u<i.length;u++){const h=t(i[u].txIn);w.includes(h)?(i.splice(u,1),u--):w.push(h)}};addAllInputs=i=>{for(let t=0;t<i.length;t++){const w=i[t];switch(w.type){case"PubKey":this.addTxIn(w);break;case"Script":this.addScriptTxIn(w);break}}};addTxIn=i=>{this.txBuilder.add_input(y.exports.Address.from_bech32(i.txIn.address),y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(i.txIn.txHash),i.txIn.txIndex),Se(i.txIn.amount))};addScriptTxIn=({scriptTxIn:i,txIn:t})=>{let w;const{datumSource:u,scriptSource:h,redeemer:k}=i;if(u.type==="Provided")w=y.exports.DatumSource.new(this.castDataToPlutusData(u.data));else{const p=y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(u.txHash),u.txIndex);w=y.exports.DatumSource.new_ref_input(p)}let j;h.type=="Inline"?j=this.makePlutusScriptSource(h.txInInfo):j=y.exports.PlutusScriptSource.new(y.exports.PlutusScript.from_hex_with_version(h.script.code,je[h.script.version]));const P=y.exports.Redeemer.new(y.exports.RedeemerTag.new_spend(),y.exports.BigNum.from_str("0"),this.castDataToPlutusData(k.data),y.exports.ExUnits.new(y.exports.BigNum.from_str(String(k.exUnits.mem)),y.exports.BigNum.from_str(String(k.exUnits.steps))));this.txBuilder.add_plutus_script_input(y.exports.PlutusWitness.new_with_ref(j,w,P),y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(t.txHash),t.txIndex),Se(t.amount))};addAllOutputs=i=>{for(let t=0;t<i.length;t++){const w=i[t];this.addOutput(w)}};addOutput=({amount:i,address:t,datum:w,referenceScript:u})=>{const h=Se(i),k=h.multiasset();if(h.is_zero()&&k===void 0)throw Error("Invalid output amount");let j=y.exports.TransactionOutputBuilder.new().with_address(O_(t));w&&w.type==="Hash"&&(j=j.with_data_hash(y.exports.hash_plutus_data(this.castDataToPlutusData(w.data)))),w&&w.type==="Inline"&&(j=j.with_plutus_data(this.castDataToPlutusData(w.data))),u&&(j=j.with_script_ref(y.exports.ScriptRef.new_plutus_script(y.exports.PlutusScript.from_hex_with_version(u.code,je[u.version]))));const P=j.next();if(k){const p=h.coin().is_zero()?P.with_asset_and_min_required_coin_by_utxo_cost(k,nn(this.protocolParams.coinsPerUTxOSize)).build():P.with_coin_and_asset(h.coin(),k).build();this.txBuilder.add_output(p)}else{const p=P.with_coin(h.coin()).build();this.txBuilder.add_output(p)}};addAllCollaterals=i=>{const t=y.exports.TxInputsBuilder.new();for(let w=0;w<i.length;w++){const u=i[w];this.addCollateral(t,u)}this.txBuilder.set_collateral(t)};addCollateral=(i,t)=>{i.add_input(y.exports.Address.from_bech32(t.txIn.address),y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(t.txIn.txHash),t.txIn.txIndex),Se(t.txIn.amount))};addCollateralReturn=i=>{var w;const t=(w=this.txBuilder.get_fee_if_set())==null?void 0:w.to_js_value();if(t){const u=Math.ceil(this.protocolParams.collateralPercent*Number(t)/100);this.txBuilder.set_total_collateral_and_return(y.exports.BigNum.from_str(String(u)),y.exports.Address.from_bech32(i))}};addAllReferenceInputs=i=>{i.forEach(t=>{this.addReferenceInput(t)})};addReferenceInput=({txHash:i,txIndex:t})=>{const w=y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(i),t);this.txBuilder.add_reference_input(w)};addAllMints=i=>{const t=y.exports.MintBuilder.new();let w=0;for(let u=0;u<i.length;u++){const h=i[u];if(!h.scriptSource)throw Error("Mint script is expected to be provided");if(h.type==="Plutus"){if(!h.redeemer)throw Error("Missing mint redeemer information");this.addPlutusMint(t,h,w),w++}else h.type==="Native"&&this.addNativeMint(t,h)}this.txBuilder.set_mint_builder(t)};addPlutusMint=(i,{redeemer:t,policyId:w,scriptSource:u,assetName:h,amount:k},j)=>{const P=y.exports.Redeemer.new(y.exports.RedeemerTag.new_mint(),y.exports.BigNum.from_str(String(j)),this.castDataToPlutusData(t.data),y.exports.ExUnits.new(y.exports.BigNum.from_str(String(t.exUnits.mem)),y.exports.BigNum.from_str(String(t.exUnits.steps)))),p=u.type==="Reference Script"?y.exports.PlutusScriptSource.new_ref_input_with_lang_ver(y.exports.ScriptHash.from_hex(w),y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(u.txHash),u.txIndex),je[u.version]):y.exports.PlutusScriptSource.new(y.exports.PlutusScript.from_hex_with_version(u.script.code,je[u.script.version]));i.add_asset(y.exports.MintWitness.new_plutus_script(p,P),y.exports.AssetName.new(Buffer.from(h,"hex")),y.exports.Int.from_str(k))};addNativeMint=(i,{scriptSource:t,assetName:w,amount:u})=>{if(t.type==="Reference Script")throw Error("Native mint cannot have reference script");i.add_asset(y.exports.MintWitness.new_native_script(y.exports.NativeScript.from_hex(t.script.code)),y.exports.AssetName.new(Buffer.from(w,"hex")),y.exports.Int.from_str(u))};decimalToFraction(i){const t=10**i.toString().split(".")[1].length;return[i*t,t]}toPoolParams=i=>{const t=this.decimalToFraction(i.margin),w=y.exports.Relays.new();i.relays.forEach(k=>{w.add(ua(k))});const u=y.exports.RewardAddress.from_address(y.exports.Address.from_bech32(i.rewardAddress));if(u===void 0)throw new Error("Reward address is invalid");const h=y.exports.Ed25519KeyHashes.new();return i.owners.forEach(k=>{h.add(y.exports.Ed25519KeyHash.from_hex(k))}),y.exports.PoolParams.new(y.exports.Ed25519KeyHash.from_hex(i.operator),y.exports.VRFKeyHash.from_hex(i.VRFKeyHash),y.exports.BigNum.from_str(i.pledge),y.exports.BigNum.from_str(i.cost),y.exports.UnitInterval.new(y.exports.BigNum.from_str(t[0].toString()),y.exports.BigNum.from_str(t[1].toString())),u,h,w,i.metadata?y.exports.PoolMetadata.from_json(tr.exports.stringify(i.metadata)):void 0)};addCertificate=(i,t)=>{switch(t.type){case"RegisterPool":i.add(y.exports.Certificate.new_pool_registration(y.exports.PoolRegistration.new(this.toPoolParams(t.poolParams))));break;case"RegisterStake":i.add(y.exports.Certificate.new_stake_registration(y.exports.StakeRegistration.new(y.exports.StakeCredential.from_keyhash(y.exports.Ed25519KeyHash.from_hex(t.stakeKeyHash)))));break;case"DelegateStake":i.add(y.exports.Certificate.new_stake_delegation(y.exports.StakeDelegation.new(y.exports.StakeCredential.from_keyhash(y.exports.Ed25519KeyHash.from_hex(t.stakeKeyHash)),t.poolId.startsWith("pool")?y.exports.Ed25519KeyHash.from_bech32(t.poolId):y.exports.Ed25519KeyHash.from_hex(t.poolId))));break;case"DeregisterStake":i.add(y.exports.Certificate.new_stake_deregistration(y.exports.StakeDeregistration.new(y.exports.StakeCredential.from_keyhash(y.exports.Ed25519KeyHash.from_hex(t.stakeKeyHash)))));break;case"RetirePool":i.add(y.exports.Certificate.new_pool_retirement(y.exports.PoolRetirement.new(t.poolId.startsWith("pool")?y.exports.Ed25519KeyHash.from_bech32(t.poolId):y.exports.Ed25519KeyHash.from_hex(t.poolId),t.epoch)))}};addAllCertificates=i=>{const t=y.exports.Certificates.new();i.forEach(w=>{this.addCertificate(t,w)}),this.txBuilder.set_certs(t)};addCostModels=()=>{this.txBuilder.calc_script_data_hash(y.exports.TxBuilderConstants.plutus_vasil_cost_models())};addChange=i=>{this.txBuilder.add_change_if_needed(y.exports.Address.from_bech32(i))};addValidityRange=({invalidBefore:i,invalidHereafter:t})=>{i&&this.txBuilder.set_validity_start_interval_bignum(y.exports.BigNum.from_str(i.toString())),t&&this.txBuilder.set_ttl_bignum(y.exports.BigNum.from_str(t.toString()))};addAllRequiredSignatures=i=>{i.forEach(t=>{this.txBuilder.add_required_signer(y.exports.Ed25519KeyHash.from_hex(t))})};addAllMetadata=i=>{i.forEach(({tag:t,metadata:w})=>{this.txBuilder.add_json_metadatum(y.exports.BigNum.from_str(t),tr.exports.stringify(w))})};castRawDataToJsonString=i=>typeof i=="object"?tr.exports.stringify(i):i;castDataToPlutusData=({type:i,content:t})=>i==="Mesh"?ze(t):i==="CBOR"?y.exports.PlutusData.from_hex(t):y.exports.PlutusData.from_json(t,y.exports.PlutusDatumSchema.DetailedSchema)}class Co{txHex="";txEvaluationMultiplier=1.1;_protocolParams=a_;serializer=new Ca(this._protocolParams);txOutput;addingScriptInput=!1;addingPlutusMint=!1;isHydra=!1;meshTxBuilderBody;mintItem;txInQueueItem;collateralQueueItem;refScriptTxInQueueItem;reset=()=>(this.txHex="",this.txEvaluationMultiplier=1.1,this._protocolParams=a_,this.txOutput=void 0,this.addingScriptInput=!1,this.addingPlutusMint=!1,this.mintItem=void 0,this.txInQueueItem=void 0,this.collateralQueueItem=void 0,this.refScriptTxInQueueItem=void 0,this.meshTxBuilderBody=this.emptyTxBuilderBody(),this);emptyTxBuilderBody=()=>({inputs:[],outputs:[],extraInputs:[],selectionThreshold:0,collaterals:[],requiredSignatures:[],referenceInputs:[],mints:[],changeAddress:"",metadata:[],validityRange:{},certificates:[],signingKey:[]});constructor(i){this.meshTxBuilderBody=this.emptyTxBuilderBody(),i&&(this.serializer=i)}completeSync=i=>{i?this.meshTxBuilderBody=i:this.queueAllLastItem();let t=a_;return this.isHydra&&(t={...t,minFeeA:0,minFeeB:0,priceMem:0,priceStep:0,collateralPercent:0,coinsPerUTxOSize:"0"}),this.serializer.serializeTxBody(this.meshTxBuilderBody,t)};completeSigning=()=>{const{signingKey:i}=this.meshTxBuilderBody;return this.txHex=this.serializer.addSigningKeys(this.txHex,i),this.txHex};txIn=(i,t,w,u)=>(this.txInQueueItem&&this.queueInput(),this.addingScriptInput?this.txInQueueItem={type:"Script",txIn:{txHash:i,txIndex:t,amount:w,address:u},scriptTxIn:{}}:this.txInQueueItem={type:"PubKey",txIn:{txHash:i,txIndex:t,amount:w,address:u}},this.addingScriptInput=!1,this);txInScript=(i,t="V2")=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Datum value attempted to be called a non script input");return this.txInQueueItem.scriptTxIn.scriptSource={type:"Provided",script:{code:i,version:t}},this};txInDatumValue=(i,t="Mesh")=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Datum value attempted to be called a non script input");let w=i;return t==="JSON"&&(w=this.castRawDataToJsonString(i)),t==="Mesh"?(this.txInQueueItem.scriptTxIn.datumSource={type:"Provided",data:{type:t,content:i}},this):(this.txInQueueItem.scriptTxIn.datumSource={type:"Provided",data:{type:t,content:w}},this)};txInInlineDatumPresent=()=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Inline datum present attempted to be called a non script input");const{txHash:i,txIndex:t}=this.txInQueueItem.txIn;return i&&t.toString()&&(this.txInQueueItem.scriptTxIn.datumSource={type:"Inline",txHash:i,txIndex:t}),this};txInRedeemerValue=(i,t={...cr},w="Mesh")=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Spending tx in reference redeemer attempted to be called a non script input");let u=i;return w==="Mesh"?(this.txInQueueItem.scriptTxIn.redeemer={data:{type:w,content:i},exUnits:t},this):(w==="JSON"&&(u=this.castRawDataToJsonString(i)),this.txInQueueItem.scriptTxIn.redeemer={data:{type:w,content:u},exUnits:t},this)};txOut=(i,t)=>(this.txOutput&&(this.meshTxBuilderBody.outputs.push(this.txOutput),this.txOutput=void 0),this.txOutput={address:i,amount:t},this);txOutDatumHashValue=(i,t="Mesh")=>{let w=i;if(this.txOutput){if(t==="Mesh")return this.txOutput.datum={type:"Hash",data:{type:t,content:w}},this;t==="JSON"&&(w=this.castRawDataToJsonString(i)),this.txOutput.datum={type:"Hash",data:{type:t,content:w}}}return this};txOutInlineDatumValue=(i,t="Mesh")=>{let w=i;if(this.txOutput){if(t==="Mesh")return this.txOutput.datum={type:"Inline",data:{type:t,content:w}},this;t==="JSON"&&(w=this.castRawDataToJsonString(i)),this.txOutput.datum={type:"Inline",data:{type:t,content:w}}}return this};txOutReferenceScript=(i,t="V2")=>(this.txOutput&&(this.txOutput.referenceScript={code:i,version:t}),this);spendingPlutusScriptV2=()=>(this.addingScriptInput=!0,this);spendingTxInReference=(i,t,w,u="V2")=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Spending tx in reference attempted to be called a non script input");return this.txInQueueItem.scriptTxIn.scriptSource={type:"Inline",txInInfo:{txHash:i,txIndex:t,spendingScriptHash:w,version:u}},this};spendingReferenceTxInInlineDatumPresent=()=>(this.txInInlineDatumPresent(),this);spendingReferenceTxInRedeemerValue=(i,t={...cr},w="Mesh")=>(this.txInRedeemerValue(i,t,w),this);readOnlyTxInReference=(i,t)=>(this.meshTxBuilderBody.referenceInputs.push({txHash:i,txIndex:t}),this);mintPlutusScriptV2=()=>(this.addingPlutusMint=!0,this);mint=(i,t,w)=>(this.mintItem&&this.queueMint(),this.mintItem={type:this.addingPlutusMint?"Plutus":"Native",policyId:t,assetName:w,amount:i},this.addingPlutusMint=!1,this);mintingScript=(i,t="V2")=>{if(!this.mintItem)throw Error("Undefined mint");if(!this.mintItem.type)throw Error("Mint information missing");return this.mintItem.scriptSource={type:"Provided",script:{code:i,version:t}},this};mintTxInReference=(i,t,w="V2")=>{if(!this.mintItem)throw Error("Undefined mint");if(!this.mintItem.type)throw Error("Mint information missing");if(this.mintItem.type=="Native")throw Error("Mint tx in reference can only be used on plutus script tokens");if(!this.mintItem.policyId)throw Error("PolicyId information missing from mint asset");return this.mintItem.scriptSource={type:"Reference Script",txHash:i,txIndex:t,version:w},this};mintReferenceTxInRedeemerValue=(i,t={...cr},w="Mesh")=>{if(!this.mintItem)throw Error("Undefined mint");if(this.mintItem.type=="Native")throw Error("Mint tx in reference can only be used on plutus script tokens");if(this.mintItem.type=="Plutus"){if(!this.mintItem.policyId)throw Error("PolicyId information missing from mint asset");let u=i;if(w==="Mesh")return this.mintItem.redeemer={data:{type:w,content:u},exUnits:t},this;w==="JSON"&&(u=this.castRawDataToJsonString(i)),this.mintItem.redeemer={data:{type:w,content:u},exUnits:t}}return this};mintRedeemerValue=(i,t={...cr},w="Mesh")=>(this.mintReferenceTxInRedeemerValue(i,t,w),this);requiredSignerHash=i=>(this.meshTxBuilderBody.requiredSignatures.push(i),this);txInCollateral=(i,t,w,u)=>(this.collateralQueueItem&&this.meshTxBuilderBody.collaterals.push(this.collateralQueueItem),this.collateralQueueItem={type:"PubKey",txIn:{txHash:i,txIndex:t,amount:w,address:u}},this);registerPoolCertificate=i=>(this.meshTxBuilderBody.certificates.push({type:"RegisterPool",poolParams:i}),this);registerStakeCertificate=i=>(this.meshTxBuilderBody.certificates.push({type:"RegisterStake",stakeKeyHash:i}),this);delegateStakeCertificate=(i,t)=>(this.meshTxBuilderBody.certificates.push({type:"DelegateStake",stakeKeyHash:i,poolId:t}),this);deregisterStakeCertificate=i=>(this.meshTxBuilderBody.certificates.push({type:"DeregisterStake",stakeKeyHash:i}),this);retirePoolCertificate=(i,t)=>(this.meshTxBuilderBody.certificates.push({type:"RetirePool",poolId:i,epoch:t}),this);changeAddress=i=>(this.meshTxBuilderBody.changeAddress=i,this);invalidBefore=i=>(this.meshTxBuilderBody.validityRange.invalidBefore=i,this);invalidHereafter=i=>(this.meshTxBuilderBody.validityRange.invalidHereafter=i,this);metadataValue=(i,t)=>(this.meshTxBuilderBody.metadata.push({tag:i,metadata:t}),this);protocolParams=i=>{const t={...a_,...i};return this._protocolParams=t,this};signingKey=i=>(this.meshTxBuilderBody.signingKey.push(i),this);selectUtxosFrom=(i,t=5e6)=>(this.meshTxBuilderBody.extraInputs=i,this.meshTxBuilderBody.selectionThreshold=t,this);queueInput=()=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="Script")if(this.txInQueueItem.scriptTxIn){if(!this.txInQueueItem.scriptTxIn.datumSource)throw Error("Script input does not contain datum information");if(!this.txInQueueItem.scriptTxIn.redeemer)throw Error("Script input does not contain redeemer information");if(!this.txInQueueItem.scriptTxIn.scriptSource)throw Error("Script input does not contain script information")}else throw Error("Script input does not contain script, datum, or redeemer information");this.meshTxBuilderBody.inputs.push(this.txInQueueItem),this.txInQueueItem=void 0};queueMint=()=>{if(!this.mintItem)throw Error("Undefined mint");if(!this.mintItem.scriptSource)throw Error("Missing mint script information");this.meshTxBuilderBody.mints.push(this.mintItem),this.mintItem=void 0};removeDuplicateInputs=()=>{const i=this.meshTxBuilderBody.inputs,t=u=>`${u.txHash}#${u.txIndex}`,w=[];for(let u=0;u<i.length;u++){const h=t(i[u].txIn);w.includes(h)?(i.splice(u,1),u--):w.push(h)}};queueAllLastItem=()=>{this.txOutput&&(this.meshTxBuilderBody.outputs.push(this.txOutput),this.txOutput=void 0),this.txInQueueItem&&this.queueInput(),this.collateralQueueItem&&(this.meshTxBuilderBody.collaterals.push(this.collateralQueueItem),this.collateralQueueItem=void 0),this.mintItem&&this.queueMint()};updateRedeemer=(i,t)=>{t.forEach(w=>{switch(w.tag){case"SPEND":{const u=i.inputs[w.index];u.type=="Script"&&u.scriptTxIn.redeemer&&(u.scriptTxIn.redeemer.exUnits.mem=Math.floor(w.budget.mem*this.txEvaluationMultiplier),u.scriptTxIn.redeemer.exUnits.steps=Math.floor(w.budget.steps*this.txEvaluationMultiplier));break}case"MINT":{const u=i.mints[w.index];u.type=="Plutus"&&u.redeemer&&(u.redeemer.exUnits.mem=Math.floor(w.budget.mem*this.txEvaluationMultiplier),u.redeemer.exUnits.steps=Math.floor(w.budget.steps*this.txEvaluationMultiplier));break}}})};castRawDataToJsonString=i=>typeof i=="object"?tr.exports.stringify(i):i}class jo extends Co{_fetcher;_submitter;_evaluator;queriedTxHashes=new Set;queriedUTxOs={};constructor({fetcher:i,submitter:t,evaluator:w,isHydra:u=!1}){super(),i&&(this._fetcher=i),t&&(this._submitter=t),w&&(this._evaluator=w),u&&(this.isHydra=!0)}complete=async i=>{i?this.meshTxBuilderBody=i:this.queueAllLastItem();const{inputs:t,collaterals:w}=this.meshTxBuilderBody,u=[...t,...w].filter(h=>!this.isInputComplete(h));if(await this.queryAllTxInfo(u),u.forEach(h=>{this.completeTxInformation(h)}),this.completeSync(i),this._evaluator){const h=await this._evaluator.evaluateTx(this.txHex);this.updateRedeemer(this.meshTxBuilderBody,h),this.completeSync(i)}return this};submitTx=async i=>{var w;return await((w=this._submitter)==null?void 0:w.submitTx(i))};getUTxOInfo=async i=>{var w;let t=[];this.queriedTxHashes.has(i)||(this.queriedTxHashes.add(i),t=await((w=this._fetcher)==null?void 0:w.fetchUTxOs(i))||[],this.queriedUTxOs[i]=t)};queryAllTxInfo=i=>{var w;const t=[];if(i.length>0&&!this._fetcher)throw Error("Transaction information is incomplete while no fetcher instance is provided");for(let u=0;u<i.length;u++){const h=i[u];this.isInputInfoComplete(h)||t.push(this.getUTxOInfo(h.txIn.txHash)),h.type==="Script"&&((w=h.scriptTxIn.scriptSource)==null?void 0:w.type)==="Inline"&&!this.isRefScriptInfoComplete(h)&&t.push(this.getUTxOInfo(h.scriptTxIn.scriptSource.txInInfo.txHash))}return Promise.all(t)};completeTxInformation=i=>{var t;if(!this.isInputInfoComplete(i)){const w=this.queriedUTxOs[i.txIn.txHash],u=w==null?void 0:w.find(j=>j.input.outputIndex===i.txIn.txIndex),h=u==null?void 0:u.output.amount,k=u==null?void 0:u.output.address;if(!h||h.length===0)throw Error(`Couldn't find value information for ${i.txIn.txHash}#${i.txIn.txIndex}`);if(i.txIn.amount=h,i.type==="PubKey"){if(!k||k==="")throw Error(`Couldn't find address information for ${i.txIn.txHash}#${i.txIn.txIndex}`);i.txIn.address=k}}if(i.type==="Script"&&((t=i.scriptTxIn.scriptSource)==null?void 0:t.type)=="Inline"&&!this.isRefScriptInfoComplete(i)){const w=i.scriptTxIn.scriptSource.txInInfo,h=this.queriedUTxOs[w.txHash].find(k=>k.input.outputIndex===w.txIndex);if(!h)throw Error(`Couldn't find script reference utxo for ${w.txHash}#${w.txIndex}`);w.spendingScriptHash=h==null?void 0:h.output.scriptHash}};isInputComplete=i=>i.type==="PubKey"?this.isInputInfoComplete(i):i.type==="Script"?this.isInputInfoComplete(i)&&this.isRefScriptInfoComplete(i):!0;isInputInfoComplete=i=>{const{amount:t,address:w}=i.txIn;return!(i.type==="PubKey"&&(!t||!w)||i.type==="Script"&&!t)};isRefScriptInfoComplete=i=>{var w;const{scriptSource:t}=i.scriptTxIn;return!((t==null?void 0:t.type)==="Inline"&&!((w=t.txInInfo)!=null&&w.spendingScriptHash))}}const Vr=(c,i)=>{const t=c.vkeys();if(t!==void 0){const w=new Set;for(let h=0;h<t.len();h+=1)w.add(t.get(h).to_hex());for(let h=0;h<i.len();h+=1)w.add(i.get(h).to_hex());const u=y.exports.Vkeywitnesses.new();return w.forEach(h=>{u.add(y.exports.Vkeywitness.from_hex(h))}),u}return i};class Vt{_networkId;_encryptedSecret;constructor(i,t){this._networkId=i,this._encryptedSecret=t}getAccount(i,t){return this.accountContext(i,t,(w,u)=>{const h=Ln(this._networkId,w.to_public().hash(),u.to_public().hash()).to_address().to_bech32(),k=Vn(this._networkId,w.to_public().hash()).to_address().to_bech32(),j=an(this._networkId,u.to_public().hash()).to_address().to_bech32();return{baseAddress:h,enterpriseAddress:k,rewardAddress:j}})}signData(i,t,w,u){try{return this.accountContext(i,t,(h,k)=>{const j={payload:u},P={address:Vt.resolveAddress(this._networkId,w,h,k),key:w.startsWith("stake")?k:h},{coseSign1:p,coseKey:V}=hs(j,P);return{signature:p,key:V}})}catch(h){throw new Error(`An error occurred during signData: ${h}.`)}}signTx(i,t,w,u,h){try{const k=wa(va(u));return this.accountContext(i,t,(j,P)=>{const p=y.exports.Vkeywitnesses.new();return Vt.resolveSigners(u,w,j.to_public().hash().to_hex()).forEach(Y=>{if(Y===j.to_public().hash().to_hex())p.add(y.exports.make_vkey_witness(k,j));else if(Y===P.to_public().hash().to_hex())p.add(y.exports.make_vkey_witness(k,P));else if(h===!1)throw new Error(`Missing key witness for: ${Y}`)}),p})}catch(k){throw new Error(`An error occurred during signTx: ${k}.`)}}static encryptMnemonic(i,t){const w=Zr.mnemonicToEntropy(i.join(" ")),u=ha(w),h=d_(u.as_bytes());return u.free(),Vt.encrypt(h,t)}static encryptPrivateKey(i,t){const w=y.exports.Bip32PrivateKey.from_bech32(i),u=d_(w.as_bytes());return w.free(),Vt.encrypt(u,t)}static encryptSigningKeys(i,t,w){const u=Vt.encrypt(i.slice(4),w),h=Vt.encrypt(t.slice(4),w);return[u,h]}static generateMnemonic(i=256){return Zr.generateMnemonic(i).split(" ")}accountContext(i,t,w){const{paymentKey:u,stakeKey:h}=Vt.resolveKeys(i,t,this._encryptedSecret),k=w(u,h);return u.free(),h.free(),k}static decrypt(i,t){try{return y.exports.decrypt_with_password(p_(t),i)}catch{throw new Error("The password is incorrect.")}}static encrypt(i,t){const w=$n.customAlphabet("0123456789abcdef"),u=w(64),h=w(24);return y.exports.encrypt_with_password(p_(t),u,h,i)}static resolveAddress(i,t,w,u){const h=[Ln(i,w.to_public().hash(),u.to_public().hash()),Vn(i,w.to_public().hash()),an(i,u.to_public().hash())].find(k=>k.to_address().to_bech32()===t);if(h!==void 0)return h.to_address();throw new Error(`Address: ${t} doesn't belong to this account.`)}static resolveKeys(i,t,w){if(typeof w=="string"){const k=Vt.decrypt(w,t);return Rs(k,i)}const u=Vt.decrypt(w[0],t),h=Vt.decrypt(w[1],t);return{paymentKey:y.exports.PrivateKey.from_hex(u),stakeKey:y.exports.PrivateKey.from_hex(h)}}static resolveSigners(i,t,w){const u=j=>{const P=(W,v=[],nt=0)=>{var Z,g,D,Q,J;if(W===void 0||nt>=W.len())return v;const ft=W.get(nt),a=new Array;switch(ft.kind()){case y.exports.CertificateKind.StakeDeregistration:{const ct=(Z=ft.as_stake_deregistration())==null?void 0:Z.stake_credential(),ut=(ct==null?void 0:ct.kind())===y.exports.StakeCredKind.Key?ct.to_keyhash():void 0;ut&&a.push(ut.to_hex());break}case y.exports.CertificateKind.StakeDelegation:{const ct=(g=ft.as_stake_delegation())==null?void 0:g.stake_credential(),ut=(ct==null?void 0:ct.kind())===y.exports.StakeCredKind.Key?ct.to_keyhash():void 0;ut&&a.push(ut.to_hex());break}case y.exports.CertificateKind.PoolRegistration:{const ct=(D=ft.as_pool_registration())==null?void 0:D.pool_params().pool_owners();a.push(...V(ct));break}case y.exports.CertificateKind.PoolRetirement:{const ct=(Q=ft.as_pool_retirement())==null?void 0:Q.pool_keyhash();ct&&a.push(ct.to_hex());break}case y.exports.CertificateKind.MoveInstantaneousRewardsCert:{const ct=(J=ft.as_move_instantaneous_rewards_cert())==null?void 0:J.move_instantaneous_reward().as_to_stake_creds();if(ct)for(let ut=0;ut<ct.len();ut+=1){const xt=ct.keys().get(ut),At=xt.kind()===y.exports.StakeCredKind.Key?xt.to_keyhash():void 0;At&&a.push(At.to_hex())}break}}return P(W,[...v,...a],nt+1)},p=(W,v=[],nt=0)=>{if(W===void 0||nt>=W.len())return v;const ft=W.get(nt).index(),a=W.get(nt).transaction_id(),Z=t.find(g=>g.input.outputIndex===ft&&g.input.txHash===a.to_hex())!==void 0?w:"OUR_PRINCESS_IS_IN_ANOTHER_CASTLE";return p(W,[...v,Z],nt+1)},V=(W,v=[],nt=0)=>W===void 0||nt>=W.len()?v:V(W,[...v,W.get(nt).to_hex()],nt+1),Y=(W,v=[],nt=0)=>{if(W===void 0||nt>=W.len())return v;const ft=W.keys().get(nt).payment_cred(),a=ft.kind()===y.exports.StakeCredKind.Key?ft.to_keyhash():void 0;return Y(W,a?[...v,a.to_hex()]:v,nt+1)},R=j.certs(),m=j.collateral(),$=j.inputs(),b=j.required_signers(),_t=j.withdrawals();return[...P(R),...p(m),...p($),...V(b),...Y(_t)]},h=j=>{const P=(V,Y=[])=>{var R,m,$,b;if(V)for(let _t=0;_t<V.len();_t+=1){const W=V.get(_t);switch(W.kind()){case y.exports.NativeScriptKind.ScriptPubkey:{const v=(R=W.as_script_pubkey())==null?void 0:R.addr_keyhash().to_hex();return v?[...Y,v]:Y}case y.exports.NativeScriptKind.ScriptAll:return P((m=W.as_script_all())==null?void 0:m.native_scripts(),Y);case y.exports.NativeScriptKind.ScriptAny:return P(($=W.as_script_any())==null?void 0:$.native_scripts(),Y);case y.exports.NativeScriptKind.ScriptNOfK:return P((b=W.as_script_n_of_k())==null?void 0:b.native_scripts(),Y)}}return Y},p=j.native_scripts();return[...P(p)]},k=Y_(i);return new Set([...u(k.body()),...h(k.witness_set())])}}const E_="MARI0TIME";class qr{_fetcher;_submitter;_wallet;constructor(i){switch(this._fetcher=i.fetcher,this._submitter=i.submitter,i.key.type){case"mnemonic":this._wallet=new Vt(i.networkId,Vt.encryptMnemonic(i.key.words,E_));break;case"root":this._wallet=new Vt(i.networkId,Vt.encryptPrivateKey(i.key.bech32,E_));break;case"cli":this._wallet=new Vt(i.networkId,Vt.encryptSigningKeys(i.key.payment,i.key.stake??"f0".repeat(34),E_))}}getBaseAddress(i=0){return this._wallet.getAccount(i,E_).baseAddress}getPaymentAddress(i=0){return this._wallet.getAccount(i,E_).enterpriseAddress}getRewardAddress(i=0){return this._wallet.getAccount(i,E_).rewardAddress}getUsedAddress(i=0){const t=this._wallet.getAccount(i,E_);return O_(t.enterpriseAddress)}getUsedCollateral(i=a_.maxCollateralInputs){throw new Error("getUsedCollateral not implemented.")}async getUsedUTxOs(i=0){const t=this._wallet.getAccount(i,E_);return(await this._fetcher.fetchAddressUTxOs(t.enterpriseAddress)).map(u=>Q_(u))}signData(i,t,w=0){try{return this._wallet.signData(w,E_,i,t)}catch(u){throw new Error(`[AppWallet] An error occurred during signData: ${u}.`)}}async signTx(i,t=!1,w=0){try{const u=this._wallet.getAccount(w,E_),h=await this._fetcher.fetchAddressUTxOs(u.enterpriseAddress),k=this._wallet.signTx(w,E_,h,i,t),j=Y_(i),P=j.witness_set(),p=Vr(P,k);return P.set_vkeys(p),y.exports.Transaction.new(j.body(),P,j.auxiliary_data()).to_hex()}catch(u){throw new Error(`[AppWallet] An error occurred during signTx: ${u}.`)}}async signTxs(i,t){return console.log("unimplemented",i,t),[]}submitTx(i){return this._submitter.submitTx(i)}static brew(i=256){return Vt.generateMnemonic(i)}async getUtxos(){return await this.getUsedUTxOs()}async getCollateral(){return(await this.getUsedUTxOs())[0]}async getUsedAddresses(){return console.log(1,await this.getPaymentAddress()),[await this.getPaymentAddress()]}}class Yr{_walletInstance;_walletName;walletInstance;constructor(i,t){this._walletInstance=i,this._walletName=t,this.walletInstance={...i}}static getInstalledWallets(){return window.cardano===void 0?[]:jn.filter(i=>window.cardano[i]!==void 0).map(i=>({name:window.cardano[i].name,icon:window.cardano[i].icon,version:window.cardano[i].apiVersion}))}static async enable(i){try{const t=await Yr.resolveInstance(i);if(t!==void 0)return new Yr(t,i);throw new Error(`Couldn't create an instance of wallet: ${i}`)}catch(t){throw new Error(`[BrowserWallet] An error occurred during enable: ${JSON.stringify(t)}.`)}}async getBalance(){const i=await this._walletInstance.getBalance();return fa(Ws(i))}async getChangeAddress(){const i=await this._walletInstance.getChangeAddress();return dr(i).to_bech32()}async getCollateral(i=a_.maxCollateralInputs){return(await this.getUsedCollateral(i)).map(w=>Cr(w))}getNetworkId(){return this._walletInstance.getNetworkId()}async getRewardAddresses(){return(await this._walletInstance.getRewardAddresses()).map(t=>dr(t).to_bech32())}async getUnusedAddresses(){return(await this._walletInstance.getUnusedAddresses()).map(t=>dr(t).to_bech32())}async getUsedAddresses(){return(await this._walletInstance.getUsedAddresses()).map(t=>dr(t).to_bech32())}async getUtxos(i=void 0){return(await this.getUsedUTxOs(i)).map(w=>Cr(w))}signData(i,t){const w=O_(i).to_hex();return this._walletInstance.signData(w,p_(t))}async signTx(i,t=!1){try{const w=Y_(i),u=w.witness_set(),h=await this._walletInstance.signTx(i,t),k=Rn(h).vkeys()??y.exports.Vkeywitnesses.new(),j=Vr(u,k);return u.set_vkeys(j),d_(y.exports.Transaction.new(w.body(),u,w.auxiliary_data()).to_bytes())}catch(w){throw new Error(`[BrowserWallet] An error occurred during signTx: ${JSON.stringify(w)}.`)}}async signTxs(i,t=!1){let w;switch(this._walletName){case"Typhon Wallet":this._walletInstance.signTxs&&(w=await this._walletInstance.signTxs(i,t));break;default:this._walletInstance.signTxs?w=await this._walletInstance.signTxs(i.map(h=>({cbor:h,partialSign:t}))):this._walletInstance.experimental.signTxs&&(w=await this._walletInstance.experimental.signTxs(i.map(h=>({cbor:h,partialSign:t}))));break}if(!w)throw new Error("Wallet does not support signTxs");const u=[];for(let h=0;h<w.length;h++){const k=Y_(i[h]),j=k.witness_set(),P=Rn(w[h]).vkeys()??y.exports.Vkeywitnesses.new(),p=Vr(j,P);j.set_vkeys(p);const V=d_(y.exports.Transaction.new(k.body(),j,k.auxiliary_data()).to_bytes());u.push(V)}return u}submitTx(i){return this._walletInstance.submitTx(i)}async getUsedAddress(){const i=await this._walletInstance.getUsedAddresses();return dr(i[0])}async getUsedCollateral(i=a_.maxCollateralInputs){return(await this._walletInstance.experimental.getCollateral()??[]).map(w=>qn(w)).slice(0,i)}async getUsedUTxOs(i=void 0){const t=i?Se(i).to_hex():void 0;return(await this._walletInstance.getUtxos(t)??[]).map(u=>qn(u))}async getAssets(){return(await this.getBalance()).filter(t=>t.unit!=="lovelace").map(t=>{const w=t.unit.slice(0,c_),u=t.unit.slice(c_),h=kn(w,u);return{unit:t.unit,policyId:w,assetName:mn(u),fingerprint:h,quantity:t.quantity}})}async getLovelace(){const t=(await this.getBalance()).find(w=>w.unit==="lovelace");return t!==void 0?t.quantity:"0"}async getPolicyIdAssets(i){return(await this.getAssets()).filter(w=>w.policyId===i)}async getPolicyIds(){const i=await this.getBalance();return Array.from(new Set(i.map(t=>t.unit.slice(0,c_)))).filter(t=>t!=="lovelace")}static resolveInstance(i){if(window.cardano===void 0)return;const t=jn.map(w=>window.cardano[w]).filter(w=>w!==void 0).find(w=>w.name.toLowerCase()===i.toLowerCase());return t==null?void 0:t.enable()}}class Bo{_wallet;_network;constructor(i){switch(this._network=i.networkId,i.key.type){case"root":this._wallet=new qr({networkId:i.networkId,fetcher:i.fetcher,submitter:i.submitter,key:{type:"root",bech32:i.key.bech32}});break;case"cli":this._wallet=new qr({networkId:i.networkId,fetcher:i.fetcher,submitter:i.submitter,key:{type:"cli",payment:i.key.payment}});break;case"mnemonic":this._wallet=new qr({networkId:i.networkId,fetcher:i.fetcher,submitter:i.submitter,key:{type:"mnemonic",words:i.key.words}});break}}async getBalance(){const i=await this.getUtxos(),t=new Map;return i.map(u=>{u.output.amount.map(h=>{const k=h.unit,j=Number(h.quantity);if(t.has(k)){const P=t.get(k);t.set(k,P+j)}else t.set(k,j)})}),Array.from(t,([u,h])=>({unit:u,quantity:h.toString()}))}getChangeAddress(){return this._wallet.getPaymentAddress()}async getCollateral(){const t=(await this.getUtxos()).filter(w=>w.output.amount.length===1&&w.output.amount[0].unit==="lovelace");t.sort((w,u)=>Number(w.output.amount[0].quantity)-Number(u.output.amount[0].quantity));for(const w of t)if(Number(w.output.amount[0].quantity)>=5e6)return[w];return[]}getNetworkId(){return this._network}async getRewardAddresses(){return[await this._wallet.getRewardAddress()]}getUnusedAddresses(){return[this.getChangeAddress()]}async getUsedAddresses(){return[this.getChangeAddress()]}async getUtxos(){return(await this.getUsedUTxOs()).map(t=>Cr(t))}signData(i){return this._wallet.signData(this.getChangeAddress(),i)}async signTx(i,t=!1){return await this._wallet.signTx(i,t)}async signTxs(i,t=!1){const w=[];for(const u of i){const h=await this.signTx(u,t);w.push(h)}return w}async submitTx(i){return await this._wallet.submitTx(i)}getUsedAddress(){return this._wallet.getUsedAddress()}async getUsedCollateral(){return(await this.getCollateral()).map(w=>Q_(w))}async getUsedUTxOs(){return await this._wallet.getUtxos()}async getAssets(){return(await this.getBalance()).filter(t=>t.unit!=="lovelace").map(t=>{const w=t.unit.slice(0,c_),u=t.unit.slice(c_),h=kn(w,u);return{unit:t.unit,policyId:w,assetName:mn(u),fingerprint:h,quantity:t.quantity}})}async getLovelace(){const t=(await this.getBalance()).find(w=>w.unit==="lovelace");return t!==void 0?t.quantity:"0"}async getPolicyIdAssets(i){return(await this.getAssets()).filter(w=>w.policyId===i)}async getPolicyIds(){const i=await this.getBalance();return Array.from(new Set(i.map(t=>t.unit.slice(0,c_)))).filter(t=>t!=="lovelace")}async createCollateral(){const t=await new exports.Transaction({initiator:this._wallet}).sendLovelace(this.getChangeAddress(),"5000000").build(),w=await this.signTx(t);return await this.submitTx(w)}static brew(i=!1,t=256){const w=Vt.generateMnemonic(t);return i?ya(w):w}}exports.AppWallet=qr;exports.BlockfrostProvider=wo;exports.BrowserWallet=Yr;exports.CSLSerializer=Ca;exports.EmbeddedWallet=Vt;exports.ForgeScript=vo;exports.InfuraProvider=lo;exports.KoiosProvider=go;exports.MaestroProvider=ho;exports.MeshTxBuilder=jo;exports.MeshWallet=Bo;exports.OgmiosProvider=fo;exports.YaciProvider=yo;exports.assetClass=Ga;exports.assocMap=tn;exports.bool=za;exports.builtinByteString=Oe;exports.checkSignature=ys;exports.conStr=Gr;exports.conStr0=m_;exports.conStr1=$r;exports.conStr2=Ra;exports.currencySymbol=pn;exports.dict=Za;exports.emptyTxBuilderBody=Ia;exports.generateNonce=co;exports.integer=cn;exports.isNetwork=ma;exports.keepRelevant=Xn;exports.largestFirst=ws;exports.largestFirstMultiAsset=Zn;exports.list=La;exports.mConStr=Fa;exports.mConStr0=wr;exports.mConStr1=Jn;exports.mConStr2=Ka;exports.mMaybeStakingHash=dn;exports.mPubKeyAddress=Ha;exports.mScriptAddress=qa;exports.maybeStakingHash=ln;exports.mergeAssets=uo;exports.mergeSignatures=Vr;exports.parseAssetUnit=Qe;exports.parseHttpError=G;exports.parsePlutusValueToAssets=es;exports.paymentPubKeyHash=Ja;exports.posixTime=Xa;exports.pubKeyAddress=Va;exports.pubKeyHash=Wa;exports.readPlutusData=po;exports.resolveDataHash=to;exports.resolveEpochNo=_o;exports.resolveFingerprint=kn;exports.resolveLanguageView=eo;exports.resolveNativeScriptHash=ro;exports.resolvePaymentKeyHash=Ze;exports.resolvePlutusScriptAddress=no;exports.resolvePlutusScriptHash=ao;exports.resolvePoolId=so;exports.resolvePrivateKey=ya;exports.resolveRewardAddress=jr;exports.resolveScriptRef=oo;exports.resolveSlotNo=io;exports.resolveStakeKeyHash=pr;exports.resolveTxFees=xn;exports.resolveTxHash=va;exports.scriptAddress=Ya;exports.selectUtxos=ca;exports.tokenName=wn;exports.tuple=ts;exports.txOutRef=$a;exports.value=_s;
17
+ `+_t+"}":"{"+J.join(",")+"}",u=_t,X}}typeof t.stringify!="function"&&(t.stringify=function(L,G,R){var m;if(u="",h="",typeof R=="number")for(m=0;m<R;m+=1)h+=" ";else typeof R=="string"&&(h=R);if(j=G,G&&typeof G!="function"&&(typeof G!="object"||typeof G.length!="number"))throw new Error("JSON.stringify");return p("",{"":L})})})()})(ka);var Fr=null;const Ao=/(?:_|\\u005[Ff])(?:_|\\u005[Ff])(?:p|\\u0070)(?:r|\\u0072)(?:o|\\u006[Ff])(?:t|\\u0074)(?:o|\\u006[Ff])(?:_|\\u005[Ff])(?:_|\\u005[Ff])/,Io=/(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)/;var Co=function(c){var i={strict:!1,storeAsString:!1,alwaysParseAsBig:!1,useNativeBigInt:!1,protoAction:"error",constructorAction:"error"};if(c!=null){if(c.strict===!0&&(i.strict=!0),c.storeAsString===!0&&(i.storeAsString=!0),i.alwaysParseAsBig=c.alwaysParseAsBig===!0?c.alwaysParseAsBig:!1,i.useNativeBigInt=c.useNativeBigInt===!0?c.useNativeBigInt:!1,typeof c.constructorAction<"u")if(c.constructorAction==="error"||c.constructorAction==="ignore"||c.constructorAction==="preserve")i.constructorAction=c.constructorAction;else throw new Error(`Incorrect value for constructorAction option, must be "error", "ignore" or undefined but passed ${c.constructorAction}`);if(typeof c.protoAction<"u")if(c.protoAction==="error"||c.protoAction==="ignore"||c.protoAction==="preserve")i.protoAction=c.protoAction;else throw new Error(`Incorrect value for protoAction option, must be "error", "ignore" or undefined but passed ${c.protoAction}`)}var t,w,u={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
18
+ `,r:"\r",t:" "},h,x=function(b){throw{name:"SyntaxError",message:b,at:t,text:h}},j=function(b){return b&&b!==w&&x("Expected '"+b+"' instead of '"+w+"'"),w=h.charAt(t),t+=1,w},P=function(){var b,_t="";for(w==="-"&&(_t="-",j("-"));w>="0"&&w<="9";)_t+=w,j();if(w===".")for(_t+=".";j()&&w>="0"&&w<="9";)_t+=w;if(w==="e"||w==="E")for(_t+=w,j(),(w==="-"||w==="+")&&(_t+=w,j());w>="0"&&w<="9";)_t+=w,j();if(b=+_t,!isFinite(b))x("Bad number");else return Fr==null&&(Fr=An.exports),_t.length>15?i.storeAsString?_t:i.useNativeBigInt?BigInt(_t):new Fr(_t):i.alwaysParseAsBig?i.useNativeBigInt?BigInt(b):new Fr(b):b},p=function(){var b,_t,J="",v;if(w==='"')for(var nt=t;j();){if(w==='"')return t-1>nt&&(J+=h.substring(nt,t-1)),j(),J;if(w==="\\"){if(t-1>nt&&(J+=h.substring(nt,t-1)),j(),w==="u"){for(v=0,_t=0;_t<4&&(b=parseInt(j(),16),!!isFinite(b));_t+=1)v=v*16+b;J+=String.fromCharCode(v)}else if(typeof u[w]=="string")J+=u[w];else break;nt=t}}x("Bad string")},L=function(){for(;w&&w<=" ";)j()},G=function(){switch(w){case"t":return j("t"),j("r"),j("u"),j("e"),!0;case"f":return j("f"),j("a"),j("l"),j("s"),j("e"),!1;case"n":return j("n"),j("u"),j("l"),j("l"),null}x("Unexpected '"+w+"'")},R,m=function(){var b=[];if(w==="["){if(j("["),L(),w==="]")return j("]"),b;for(;w;){if(b.push(R()),L(),w==="]")return j("]"),b;j(","),L()}}x("Bad array")},X=function(){var b,_t=Object.create(null);if(w==="{"){if(j("{"),L(),w==="}")return j("}"),_t;for(;w;){if(b=p(),L(),j(":"),i.strict===!0&&Object.hasOwnProperty.call(_t,b)&&x('Duplicate key "'+b+'"'),Ao.test(b)===!0?i.protoAction==="error"?x("Object contains forbidden prototype property"):i.protoAction==="ignore"?R():_t[b]=R():Io.test(b)===!0?i.constructorAction==="error"?x("Object contains forbidden constructor property"):i.constructorAction==="ignore"?R():_t[b]=R():_t[b]=R(),L(),w==="}")return j("}"),_t;j(","),L()}}x("Bad object")};return R=function(){switch(L(),w){case"{":return X();case"[":return m();case'"':return p();case"-":return P();default:return w>="0"&&w<="9"?P():G()}},function(b,_t){var J;return h=b+"",t=0,w=" ",J=R(),L(),w&&x("Syntax error"),typeof _t=="function"?function v(nt,ft){var a,Z=nt[ft];return Z&&typeof Z=="object"&&Object.keys(Z).forEach(function(g){a=v(Z,g),a!==void 0?Z[g]=a:delete Z[g]}),_t.call(nt,ft,Z)}({"":J},""):J}},jo=Co,xa=ka.exports.stringify,Aa=jo;tr.exports=function(c){return{parse:Aa(c),stringify:xa}};tr.exports.parse=Aa();tr.exports.stringify=xa;const Ia=()=>({inputs:[],outputs:[],extraInputs:[],selectionThreshold:0,collaterals:[],requiredSignatures:[],referenceInputs:[],mints:[],changeAddress:"",metadata:[],validityRange:{},certificates:[],signingKey:[]});class Ca{txBuilder;protocolParams;meshTxBuilderBody=Ia();constructor(i){this.protocolParams=i||a_,this.txBuilder=on(i)}serializeTxBody(i,t){t&&(this.protocolParams=t),this.txBuilder=on(t);const{inputs:w,outputs:u,extraInputs:h,selectionThreshold:x,collaterals:j,referenceInputs:P,mints:p,changeAddress:L,certificates:G,validityRange:R,requiredSignatures:m,metadata:X}=i;if(h.length>0&&this.addUtxosFrom(h,String(x)),this.removeDuplicateInputs(),p.sort((J,v)=>J.policyId.localeCompare(v.policyId)),w.sort((J,v)=>J.txIn.txHash===v.txIn.txHash?J.txIn.txIndex-v.txIn.txIndex:J.txIn.txHash.localeCompare(v.txIn.txHash)),this.addAllInputs(w),this.addAllOutputs(u),this.addAllCollaterals(j),this.addAllReferenceInputs(P),this.addAllMints(p),this.addAllCertificates(G),this.addValidityRange(R),this.addAllRequiredSignatures(m),this.addAllMetadata(X),this.addCostModels(),L){const J=j.map(ft=>{var a,Z;return((Z=(a=ft.txIn.amount)==null?void 0:a.find(g=>g.unit==="lovelace"))==null?void 0:Z.quantity)||"0"}).reduce((ft,a)=>ft+parseInt(a),0),v=Math.ceil(this.protocolParams.collateralPercent*Number(Number(this.txBuilder.min_fee().checked_add(y.exports.BigNum.from_str("10000")).to_js_value()))/100);let nt=!1;if(J-v>0){const ft=y.exports.TransactionOutput.new(y.exports.Address.from_bech32(L),y.exports.Value.new(y.exports.BigNum.from_str(String(v))));J-v>Number(y.exports.min_ada_for_output(ft,y.exports.DataCost.new_coins_per_byte(y.exports.BigNum.from_str(this.protocolParams.coinsPerUTxOSize))).to_js_value())&&(this.txBuilder.set_collateral_return(y.exports.TransactionOutput.new(y.exports.Address.from_bech32(L),y.exports.Value.new(y.exports.BigNum.from_str(String(J))))),this.txBuilder.set_total_collateral(y.exports.BigNum.from_str(String(J))),nt=!0)}this.addChange(L),nt&&this.addCollateralReturn(L)}return this.txBuilder.build_tx().to_hex()}addSigningKeys(i,t){return t.length>0?os(i,t):i}addUtxosFrom=(i,t)=>{const w=this.meshTxBuilderBody.outputs.reduce((h,x)=>(x.amount.forEach(P=>{const{unit:p,quantity:L}=P,G=Number(h.get(p))||0;h.set(p,String(G+Number(L)))}),h),new Map);this.meshTxBuilderBody.inputs.reduce((h,x)=>{const j=x.txIn.amount;return j==null||j.forEach(P=>{const{unit:p,quantity:L}=P,G=Number(h.get(p))||0;h.set(p,String(G-Number(L)))}),h},w),this.meshTxBuilderBody.mints.reduce((h,x)=>{const j={unit:x.policyId+x.assetName,quantity:String(x.amount)},P=Number(h.get(j.unit))||0;return h.set(j.unit,String(P-Number(j.quantity))),h},w),ca(i,w,t).forEach(h=>{const x={type:"PubKey",txIn:{txHash:h.input.txHash,txIndex:h.input.outputIndex,amount:h.output.amount,address:h.output.address}};this.meshTxBuilderBody.inputs.push(x),this.addTxIn(x)})};makePlutusScriptSource=i=>{const t=y.exports.ScriptHash.from_hex(i.spendingScriptHash),w=y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(i.txHash),i.txIndex);return y.exports.PlutusScriptSource.new_ref_input_with_lang_ver(t,w,je[i.version])};removeDuplicateInputs=()=>{const i=this.meshTxBuilderBody.inputs,t=u=>`${u.txHash}#${u.txIndex}`,w=[];for(let u=0;u<i.length;u++){const h=t(i[u].txIn);w.includes(h)?(i.splice(u,1),u--):w.push(h)}};addAllInputs=i=>{for(let t=0;t<i.length;t++){const w=i[t];switch(w.type){case"PubKey":this.addTxIn(w);break;case"Script":this.addScriptTxIn(w);break}}};addTxIn=i=>{this.txBuilder.add_input(y.exports.Address.from_bech32(i.txIn.address),y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(i.txIn.txHash),i.txIn.txIndex),Se(i.txIn.amount))};addScriptTxIn=({scriptTxIn:i,txIn:t})=>{let w;const{datumSource:u,scriptSource:h,redeemer:x}=i;if(u.type==="Provided")w=y.exports.DatumSource.new(this.castDataToPlutusData(u.data));else{const p=y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(u.txHash),u.txIndex);w=y.exports.DatumSource.new_ref_input(p)}let j;h.type=="Inline"?j=this.makePlutusScriptSource(h.txInInfo):j=y.exports.PlutusScriptSource.new(y.exports.PlutusScript.from_hex_with_version(h.script.code,je[h.script.version]));const P=y.exports.Redeemer.new(y.exports.RedeemerTag.new_spend(),y.exports.BigNum.from_str("0"),this.castDataToPlutusData(x.data),y.exports.ExUnits.new(y.exports.BigNum.from_str(String(x.exUnits.mem)),y.exports.BigNum.from_str(String(x.exUnits.steps))));this.txBuilder.add_plutus_script_input(y.exports.PlutusWitness.new_with_ref(j,w,P),y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(t.txHash),t.txIndex),Se(t.amount))};addAllOutputs=i=>{for(let t=0;t<i.length;t++){const w=i[t];this.addOutput(w)}};addOutput=({amount:i,address:t,datum:w,referenceScript:u})=>{const h=Se(i),x=h.multiasset();if(h.is_zero()&&x===void 0)throw Error("Invalid output amount");let j=y.exports.TransactionOutputBuilder.new().with_address(O_(t));w&&w.type==="Hash"&&(j=j.with_data_hash(y.exports.hash_plutus_data(this.castDataToPlutusData(w.data)))),w&&w.type==="Inline"&&(j=j.with_plutus_data(this.castDataToPlutusData(w.data))),u&&(j=j.with_script_ref(y.exports.ScriptRef.new_plutus_script(y.exports.PlutusScript.from_hex_with_version(u.code,je[u.version]))));const P=j.next();if(x){const p=h.coin().is_zero()?P.with_asset_and_min_required_coin_by_utxo_cost(x,nn(this.protocolParams.coinsPerUTxOSize)).build():P.with_coin_and_asset(h.coin(),x).build();this.txBuilder.add_output(p)}else{const p=P.with_coin(h.coin()).build();this.txBuilder.add_output(p)}};addAllCollaterals=i=>{const t=y.exports.TxInputsBuilder.new();for(let w=0;w<i.length;w++){const u=i[w];this.addCollateral(t,u)}this.txBuilder.set_collateral(t)};addCollateral=(i,t)=>{i.add_input(y.exports.Address.from_bech32(t.txIn.address),y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(t.txIn.txHash),t.txIn.txIndex),Se(t.txIn.amount))};addCollateralReturn=i=>{var w;const t=(w=this.txBuilder.get_fee_if_set())==null?void 0:w.to_js_value();if(t){const u=Math.ceil(this.protocolParams.collateralPercent*Number(t)/100);this.txBuilder.set_total_collateral_and_return(y.exports.BigNum.from_str(String(u)),y.exports.Address.from_bech32(i))}};addAllReferenceInputs=i=>{i.forEach(t=>{this.addReferenceInput(t)})};addReferenceInput=({txHash:i,txIndex:t})=>{const w=y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(i),t);this.txBuilder.add_reference_input(w)};addAllMints=i=>{const t=y.exports.MintBuilder.new();let w=0;for(let u=0;u<i.length;u++){const h=i[u];if(!h.scriptSource)throw Error("Mint script is expected to be provided");if(h.type==="Plutus"){if(!h.redeemer)throw Error("Missing mint redeemer information");this.addPlutusMint(t,h,w),w++}else h.type==="Native"&&this.addNativeMint(t,h)}this.txBuilder.set_mint_builder(t)};addPlutusMint=(i,{redeemer:t,policyId:w,scriptSource:u,assetName:h,amount:x},j)=>{const P=y.exports.Redeemer.new(y.exports.RedeemerTag.new_mint(),y.exports.BigNum.from_str(String(j)),this.castDataToPlutusData(t.data),y.exports.ExUnits.new(y.exports.BigNum.from_str(String(t.exUnits.mem)),y.exports.BigNum.from_str(String(t.exUnits.steps)))),p=u.type==="Reference Script"?y.exports.PlutusScriptSource.new_ref_input_with_lang_ver(y.exports.ScriptHash.from_hex(w),y.exports.TransactionInput.new(y.exports.TransactionHash.from_hex(u.txHash),u.txIndex),je[u.version]):y.exports.PlutusScriptSource.new(y.exports.PlutusScript.from_hex_with_version(u.script.code,je[u.script.version]));i.add_asset(y.exports.MintWitness.new_plutus_script(p,P),y.exports.AssetName.new(Buffer.from(h,"hex")),y.exports.Int.from_str(x))};addNativeMint=(i,{scriptSource:t,assetName:w,amount:u})=>{if(t.type==="Reference Script")throw Error("Native mint cannot have reference script");i.add_asset(y.exports.MintWitness.new_native_script(y.exports.NativeScript.from_hex(t.script.code)),y.exports.AssetName.new(Buffer.from(w,"hex")),y.exports.Int.from_str(u))};decimalToFraction(i){const t=10**i.toString().split(".")[1].length;return[i*t,t]}toPoolParams=i=>{const t=this.decimalToFraction(i.margin),w=y.exports.Relays.new();i.relays.forEach(x=>{w.add(ua(x))});const u=y.exports.RewardAddress.from_address(y.exports.Address.from_bech32(i.rewardAddress));if(u===void 0)throw new Error("Reward address is invalid");const h=y.exports.Ed25519KeyHashes.new();return i.owners.forEach(x=>{h.add(y.exports.Ed25519KeyHash.from_hex(x))}),y.exports.PoolParams.new(y.exports.Ed25519KeyHash.from_hex(i.operator),y.exports.VRFKeyHash.from_hex(i.VRFKeyHash),y.exports.BigNum.from_str(i.pledge),y.exports.BigNum.from_str(i.cost),y.exports.UnitInterval.new(y.exports.BigNum.from_str(t[0].toString()),y.exports.BigNum.from_str(t[1].toString())),u,h,w,i.metadata?y.exports.PoolMetadata.from_json(tr.exports.stringify(i.metadata)):void 0)};addCertificate=(i,t)=>{switch(t.type){case"RegisterPool":i.add(y.exports.Certificate.new_pool_registration(y.exports.PoolRegistration.new(this.toPoolParams(t.poolParams))));break;case"RegisterStake":i.add(y.exports.Certificate.new_stake_registration(y.exports.StakeRegistration.new(y.exports.StakeCredential.from_keyhash(y.exports.Ed25519KeyHash.from_hex(t.stakeKeyHash)))));break;case"DelegateStake":i.add(y.exports.Certificate.new_stake_delegation(y.exports.StakeDelegation.new(y.exports.StakeCredential.from_keyhash(y.exports.Ed25519KeyHash.from_hex(t.stakeKeyHash)),t.poolId.startsWith("pool")?y.exports.Ed25519KeyHash.from_bech32(t.poolId):y.exports.Ed25519KeyHash.from_hex(t.poolId))));break;case"DeregisterStake":i.add(y.exports.Certificate.new_stake_deregistration(y.exports.StakeDeregistration.new(y.exports.StakeCredential.from_keyhash(y.exports.Ed25519KeyHash.from_hex(t.stakeKeyHash)))));break;case"RetirePool":i.add(y.exports.Certificate.new_pool_retirement(y.exports.PoolRetirement.new(t.poolId.startsWith("pool")?y.exports.Ed25519KeyHash.from_bech32(t.poolId):y.exports.Ed25519KeyHash.from_hex(t.poolId),t.epoch)))}};addAllCertificates=i=>{const t=y.exports.Certificates.new();i.forEach(w=>{this.addCertificate(t,w)}),this.txBuilder.set_certs(t)};addCostModels=()=>{this.txBuilder.calc_script_data_hash(y.exports.TxBuilderConstants.plutus_vasil_cost_models())};addChange=i=>{this.txBuilder.add_change_if_needed(y.exports.Address.from_bech32(i))};addValidityRange=({invalidBefore:i,invalidHereafter:t})=>{i&&this.txBuilder.set_validity_start_interval_bignum(y.exports.BigNum.from_str(i.toString())),t&&this.txBuilder.set_ttl_bignum(y.exports.BigNum.from_str(t.toString()))};addAllRequiredSignatures=i=>{i.forEach(t=>{this.txBuilder.add_required_signer(y.exports.Ed25519KeyHash.from_hex(t))})};addAllMetadata=i=>{i.forEach(({tag:t,metadata:w})=>{this.txBuilder.add_json_metadatum(y.exports.BigNum.from_str(t),tr.exports.stringify(w))})};castRawDataToJsonString=i=>typeof i=="object"?tr.exports.stringify(i):i;castDataToPlutusData=({type:i,content:t})=>i==="Mesh"?ze(t):i==="CBOR"?y.exports.PlutusData.from_hex(t):y.exports.PlutusData.from_json(t,y.exports.PlutusDatumSchema.DetailedSchema)}class Bo{txHex="";txEvaluationMultiplier=1.1;_protocolParams=a_;serializer=new Ca(this._protocolParams);txOutput;addingScriptInput=!1;addingPlutusMint=!1;isHydra=!1;meshTxBuilderBody;mintItem;txInQueueItem;collateralQueueItem;refScriptTxInQueueItem;reset=()=>(this.txHex="",this.txEvaluationMultiplier=1.1,this._protocolParams=a_,this.txOutput=void 0,this.addingScriptInput=!1,this.addingPlutusMint=!1,this.mintItem=void 0,this.txInQueueItem=void 0,this.collateralQueueItem=void 0,this.refScriptTxInQueueItem=void 0,this.meshTxBuilderBody=this.emptyTxBuilderBody(),this);emptyTxBuilderBody=()=>({inputs:[],outputs:[],extraInputs:[],selectionThreshold:0,collaterals:[],requiredSignatures:[],referenceInputs:[],mints:[],changeAddress:"",metadata:[],validityRange:{},certificates:[],signingKey:[]});constructor(i){this.meshTxBuilderBody=this.emptyTxBuilderBody(),i&&(this.serializer=i)}completeSync=i=>{i?this.meshTxBuilderBody=i:this.queueAllLastItem();let t=a_;return this.isHydra&&(t={...t,minFeeA:0,minFeeB:0,priceMem:0,priceStep:0,collateralPercent:0,coinsPerUTxOSize:"0"}),this.serializer.serializeTxBody(this.meshTxBuilderBody,t)};completeSigning=()=>{const{signingKey:i}=this.meshTxBuilderBody;return this.txHex=this.serializer.addSigningKeys(this.txHex,i),this.txHex};txIn=(i,t,w,u)=>(this.txInQueueItem&&this.queueInput(),this.addingScriptInput?this.txInQueueItem={type:"Script",txIn:{txHash:i,txIndex:t,amount:w,address:u},scriptTxIn:{}}:this.txInQueueItem={type:"PubKey",txIn:{txHash:i,txIndex:t,amount:w,address:u}},this.addingScriptInput=!1,this);txInScript=(i,t="V2")=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Datum value attempted to be called a non script input");return this.txInQueueItem.scriptTxIn.scriptSource={type:"Provided",script:{code:i,version:t}},this};txInDatumValue=(i,t="Mesh")=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Datum value attempted to be called a non script input");let w=i;return t==="JSON"&&(w=this.castRawDataToJsonString(i)),t==="Mesh"?(this.txInQueueItem.scriptTxIn.datumSource={type:"Provided",data:{type:t,content:i}},this):(this.txInQueueItem.scriptTxIn.datumSource={type:"Provided",data:{type:t,content:w}},this)};txInInlineDatumPresent=()=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Inline datum present attempted to be called a non script input");const{txHash:i,txIndex:t}=this.txInQueueItem.txIn;return i&&t.toString()&&(this.txInQueueItem.scriptTxIn.datumSource={type:"Inline",txHash:i,txIndex:t}),this};txInRedeemerValue=(i,t={...cr},w="Mesh")=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Spending tx in reference redeemer attempted to be called a non script input");let u=i;return w==="Mesh"?(this.txInQueueItem.scriptTxIn.redeemer={data:{type:w,content:i},exUnits:t},this):(w==="JSON"&&(u=this.castRawDataToJsonString(i)),this.txInQueueItem.scriptTxIn.redeemer={data:{type:w,content:u},exUnits:t},this)};txOut=(i,t)=>(this.txOutput&&(this.meshTxBuilderBody.outputs.push(this.txOutput),this.txOutput=void 0),this.txOutput={address:i,amount:t},this);txOutDatumHashValue=(i,t="Mesh")=>{let w=i;if(this.txOutput){if(t==="Mesh")return this.txOutput.datum={type:"Hash",data:{type:t,content:w}},this;t==="JSON"&&(w=this.castRawDataToJsonString(i)),this.txOutput.datum={type:"Hash",data:{type:t,content:w}}}return this};txOutInlineDatumValue=(i,t="Mesh")=>{let w=i;if(this.txOutput){if(t==="Mesh")return this.txOutput.datum={type:"Inline",data:{type:t,content:w}},this;t==="JSON"&&(w=this.castRawDataToJsonString(i)),this.txOutput.datum={type:"Inline",data:{type:t,content:w}}}return this};txOutReferenceScript=(i,t="V2")=>(this.txOutput&&(this.txOutput.referenceScript={code:i,version:t}),this);spendingPlutusScriptV2=()=>(this.addingScriptInput=!0,this);spendingTxInReference=(i,t,w,u="V2")=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="PubKey")throw Error("Spending tx in reference attempted to be called a non script input");return this.txInQueueItem.scriptTxIn.scriptSource={type:"Inline",txInInfo:{txHash:i,txIndex:t,spendingScriptHash:w,version:u}},this};spendingReferenceTxInInlineDatumPresent=()=>(this.txInInlineDatumPresent(),this);spendingReferenceTxInRedeemerValue=(i,t={...cr},w="Mesh")=>(this.txInRedeemerValue(i,t,w),this);readOnlyTxInReference=(i,t)=>(this.meshTxBuilderBody.referenceInputs.push({txHash:i,txIndex:t}),this);mintPlutusScriptV2=()=>(this.addingPlutusMint=!0,this);mint=(i,t,w)=>(this.mintItem&&this.queueMint(),this.mintItem={type:this.addingPlutusMint?"Plutus":"Native",policyId:t,assetName:w,amount:i},this.addingPlutusMint=!1,this);mintingScript=(i,t="V2")=>{if(!this.mintItem)throw Error("Undefined mint");if(!this.mintItem.type)throw Error("Mint information missing");return this.mintItem.scriptSource={type:"Provided",script:{code:i,version:t}},this};mintTxInReference=(i,t,w="V2")=>{if(!this.mintItem)throw Error("Undefined mint");if(!this.mintItem.type)throw Error("Mint information missing");if(this.mintItem.type=="Native")throw Error("Mint tx in reference can only be used on plutus script tokens");if(!this.mintItem.policyId)throw Error("PolicyId information missing from mint asset");return this.mintItem.scriptSource={type:"Reference Script",txHash:i,txIndex:t,version:w},this};mintReferenceTxInRedeemerValue=(i,t={...cr},w="Mesh")=>{if(!this.mintItem)throw Error("Undefined mint");if(this.mintItem.type=="Native")throw Error("Mint tx in reference can only be used on plutus script tokens");if(this.mintItem.type=="Plutus"){if(!this.mintItem.policyId)throw Error("PolicyId information missing from mint asset");let u=i;if(w==="Mesh")return this.mintItem.redeemer={data:{type:w,content:u},exUnits:t},this;w==="JSON"&&(u=this.castRawDataToJsonString(i)),this.mintItem.redeemer={data:{type:w,content:u},exUnits:t}}return this};mintRedeemerValue=(i,t={...cr},w="Mesh")=>(this.mintReferenceTxInRedeemerValue(i,t,w),this);requiredSignerHash=i=>(this.meshTxBuilderBody.requiredSignatures.push(i),this);txInCollateral=(i,t,w,u)=>(this.collateralQueueItem&&this.meshTxBuilderBody.collaterals.push(this.collateralQueueItem),this.collateralQueueItem={type:"PubKey",txIn:{txHash:i,txIndex:t,amount:w,address:u}},this);registerPoolCertificate=i=>(this.meshTxBuilderBody.certificates.push({type:"RegisterPool",poolParams:i}),this);registerStakeCertificate=i=>(this.meshTxBuilderBody.certificates.push({type:"RegisterStake",stakeKeyHash:i}),this);delegateStakeCertificate=(i,t)=>(this.meshTxBuilderBody.certificates.push({type:"DelegateStake",stakeKeyHash:i,poolId:t}),this);deregisterStakeCertificate=i=>(this.meshTxBuilderBody.certificates.push({type:"DeregisterStake",stakeKeyHash:i}),this);retirePoolCertificate=(i,t)=>(this.meshTxBuilderBody.certificates.push({type:"RetirePool",poolId:i,epoch:t}),this);changeAddress=i=>(this.meshTxBuilderBody.changeAddress=i,this);invalidBefore=i=>(this.meshTxBuilderBody.validityRange.invalidBefore=i,this);invalidHereafter=i=>(this.meshTxBuilderBody.validityRange.invalidHereafter=i,this);metadataValue=(i,t)=>(this.meshTxBuilderBody.metadata.push({tag:i,metadata:t}),this);protocolParams=i=>{const t={...a_,...i};return this._protocolParams=t,this};signingKey=i=>(this.meshTxBuilderBody.signingKey.push(i),this);selectUtxosFrom=(i,t=5e6)=>(this.meshTxBuilderBody.extraInputs=i,this.meshTxBuilderBody.selectionThreshold=t,this);queueInput=()=>{if(!this.txInQueueItem)throw Error("Undefined input");if(this.txInQueueItem.type==="Script")if(this.txInQueueItem.scriptTxIn){if(!this.txInQueueItem.scriptTxIn.datumSource)throw Error("Script input does not contain datum information");if(!this.txInQueueItem.scriptTxIn.redeemer)throw Error("Script input does not contain redeemer information");if(!this.txInQueueItem.scriptTxIn.scriptSource)throw Error("Script input does not contain script information")}else throw Error("Script input does not contain script, datum, or redeemer information");this.meshTxBuilderBody.inputs.push(this.txInQueueItem),this.txInQueueItem=void 0};queueMint=()=>{if(!this.mintItem)throw Error("Undefined mint");if(!this.mintItem.scriptSource)throw Error("Missing mint script information");this.meshTxBuilderBody.mints.push(this.mintItem),this.mintItem=void 0};removeDuplicateInputs=()=>{const i=this.meshTxBuilderBody.inputs,t=u=>`${u.txHash}#${u.txIndex}`,w=[];for(let u=0;u<i.length;u++){const h=t(i[u].txIn);w.includes(h)?(i.splice(u,1),u--):w.push(h)}};queueAllLastItem=()=>{this.txOutput&&(this.meshTxBuilderBody.outputs.push(this.txOutput),this.txOutput=void 0),this.txInQueueItem&&this.queueInput(),this.collateralQueueItem&&(this.meshTxBuilderBody.collaterals.push(this.collateralQueueItem),this.collateralQueueItem=void 0),this.mintItem&&this.queueMint()};updateRedeemer=(i,t)=>{t.forEach(w=>{switch(w.tag){case"SPEND":{const u=i.inputs[w.index];u.type=="Script"&&u.scriptTxIn.redeemer&&(u.scriptTxIn.redeemer.exUnits.mem=Math.floor(w.budget.mem*this.txEvaluationMultiplier),u.scriptTxIn.redeemer.exUnits.steps=Math.floor(w.budget.steps*this.txEvaluationMultiplier));break}case"MINT":{const u=i.mints[w.index];u.type=="Plutus"&&u.redeemer&&(u.redeemer.exUnits.mem=Math.floor(w.budget.mem*this.txEvaluationMultiplier),u.redeemer.exUnits.steps=Math.floor(w.budget.steps*this.txEvaluationMultiplier));break}}})};castRawDataToJsonString=i=>typeof i=="object"?tr.exports.stringify(i):i}class So extends Bo{_fetcher;_submitter;_evaluator;queriedTxHashes=new Set;queriedUTxOs={};constructor({fetcher:i,submitter:t,evaluator:w,isHydra:u=!1}){super(),i&&(this._fetcher=i),t&&(this._submitter=t),w&&(this._evaluator=w),u&&(this.isHydra=!0)}complete=async i=>{i?this.meshTxBuilderBody=i:this.queueAllLastItem();const{inputs:t,collaterals:w}=this.meshTxBuilderBody,u=[...t,...w].filter(h=>!this.isInputComplete(h));if(await this.queryAllTxInfo(u),u.forEach(h=>{this.completeTxInformation(h)}),this.completeSync(i),this._evaluator){const h=await this._evaluator.evaluateTx(this.txHex);this.updateRedeemer(this.meshTxBuilderBody,h),this.completeSync(i)}return this};submitTx=async i=>{var w;return await((w=this._submitter)==null?void 0:w.submitTx(i))};getUTxOInfo=async i=>{var w;let t=[];this.queriedTxHashes.has(i)||(this.queriedTxHashes.add(i),t=await((w=this._fetcher)==null?void 0:w.fetchUTxOs(i))||[],this.queriedUTxOs[i]=t)};queryAllTxInfo=i=>{var w;const t=[];if(i.length>0&&!this._fetcher)throw Error("Transaction information is incomplete while no fetcher instance is provided");for(let u=0;u<i.length;u++){const h=i[u];this.isInputInfoComplete(h)||t.push(this.getUTxOInfo(h.txIn.txHash)),h.type==="Script"&&((w=h.scriptTxIn.scriptSource)==null?void 0:w.type)==="Inline"&&!this.isRefScriptInfoComplete(h)&&t.push(this.getUTxOInfo(h.scriptTxIn.scriptSource.txInInfo.txHash))}return Promise.all(t)};completeTxInformation=i=>{var t;if(!this.isInputInfoComplete(i)){const w=this.queriedUTxOs[i.txIn.txHash],u=w==null?void 0:w.find(j=>j.input.outputIndex===i.txIn.txIndex),h=u==null?void 0:u.output.amount,x=u==null?void 0:u.output.address;if(!h||h.length===0)throw Error(`Couldn't find value information for ${i.txIn.txHash}#${i.txIn.txIndex}`);if(i.txIn.amount=h,i.type==="PubKey"){if(!x||x==="")throw Error(`Couldn't find address information for ${i.txIn.txHash}#${i.txIn.txIndex}`);i.txIn.address=x}}if(i.type==="Script"&&((t=i.scriptTxIn.scriptSource)==null?void 0:t.type)=="Inline"&&!this.isRefScriptInfoComplete(i)){const w=i.scriptTxIn.scriptSource.txInInfo,h=this.queriedUTxOs[w.txHash].find(x=>x.input.outputIndex===w.txIndex);if(!h)throw Error(`Couldn't find script reference utxo for ${w.txHash}#${w.txIndex}`);w.spendingScriptHash=h==null?void 0:h.output.scriptHash}};isInputComplete=i=>i.type==="PubKey"?this.isInputInfoComplete(i):i.type==="Script"?this.isInputInfoComplete(i)&&this.isRefScriptInfoComplete(i):!0;isInputInfoComplete=i=>{const{amount:t,address:w}=i.txIn;return!(i.type==="PubKey"&&(!t||!w)||i.type==="Script"&&!t)};isRefScriptInfoComplete=i=>{var w;const{scriptSource:t}=i.scriptTxIn;return!((t==null?void 0:t.type)==="Inline"&&!((w=t.txInInfo)!=null&&w.spendingScriptHash))}}const Vr=(c,i)=>{const t=c.vkeys();if(t!==void 0){const w=new Set;for(let h=0;h<t.len();h+=1)w.add(t.get(h).to_hex());for(let h=0;h<i.len();h+=1)w.add(i.get(h).to_hex());const u=y.exports.Vkeywitnesses.new();return w.forEach(h=>{u.add(y.exports.Vkeywitness.from_hex(h))}),u}return i};class Vt{constructor(i,t){this._networkId=i,this._encryptedSecret=t}getAccount(i,t){return this.accountContext(i,t,(w,u)=>{const h=Ln(this._networkId,w.to_public().hash(),u.to_public().hash()).to_address().to_bech32(),x=Vn(this._networkId,w.to_public().hash()).to_address().to_bech32(),j=an(this._networkId,u.to_public().hash()).to_address().to_bech32();return{baseAddress:h,enterpriseAddress:x,rewardAddress:j}})}signData(i,t,w,u){try{return this.accountContext(i,t,(h,x)=>{const j={payload:u},P={address:Vt.resolveAddress(this._networkId,w,h,x),key:w.startsWith("stake")?x:h},{coseSign1:p,coseKey:L}=hs(j,P);return{signature:p,key:L}})}catch(h){throw new Error(`An error occurred during signData: ${h}.`)}}signTx(i,t,w,u,h){try{const x=wa(va(u));return this.accountContext(i,t,(j,P)=>{const p=y.exports.Vkeywitnesses.new();return Vt.resolveSigners(u,w,j.to_public().hash().to_hex()).forEach(G=>{if(G===j.to_public().hash().to_hex())p.add(y.exports.make_vkey_witness(x,j));else if(G===P.to_public().hash().to_hex())p.add(y.exports.make_vkey_witness(x,P));else if(h===!1)throw new Error(`Missing key witness for: ${G}`)}),p})}catch(x){throw new Error(`An error occurred during signTx: ${x}.`)}}static encryptMnemonic(i,t){const w=Zr.mnemonicToEntropy(i.join(" ")),u=ha(w),h=d_(u.as_bytes());return u.free(),Vt.encrypt(h,t)}static encryptPrivateKey(i,t){const w=y.exports.Bip32PrivateKey.from_bech32(i),u=d_(w.as_bytes());return w.free(),Vt.encrypt(u,t)}static encryptSigningKeys(i,t,w){const u=Vt.encrypt(i.slice(4),w),h=Vt.encrypt(t.slice(4),w);return[u,h]}static generateMnemonic(i=256){return Zr.generateMnemonic(i).split(" ")}accountContext(i,t,w){const{paymentKey:u,stakeKey:h}=Vt.resolveKeys(i,t,this._encryptedSecret),x=w(u,h);return u.free(),h.free(),x}static decrypt(i,t){try{return y.exports.decrypt_with_password(p_(t),i)}catch{throw new Error("The password is incorrect.")}}static encrypt(i,t){const w=$n.customAlphabet("0123456789abcdef"),u=w(64),h=w(24);return y.exports.encrypt_with_password(p_(t),u,h,i)}static resolveAddress(i,t,w,u){const h=[Ln(i,w.to_public().hash(),u.to_public().hash()),Vn(i,w.to_public().hash()),an(i,u.to_public().hash())].find(x=>x.to_address().to_bech32()===t);if(h!==void 0)return h.to_address();throw new Error(`Address: ${t} doesn't belong to this account.`)}static resolveKeys(i,t,w){if(typeof w=="string"){const x=Vt.decrypt(w,t);return Rs(x,i)}const u=Vt.decrypt(w[0],t),h=Vt.decrypt(w[1],t);return{paymentKey:y.exports.PrivateKey.from_hex(u),stakeKey:y.exports.PrivateKey.from_hex(h)}}static resolveSigners(i,t,w){const u=j=>{const P=(J,v=[],nt=0)=>{var Z,g,D,Q,$;if(J===void 0||nt>=J.len())return v;const ft=J.get(nt),a=new Array;switch(ft.kind()){case y.exports.CertificateKind.StakeDeregistration:{const ct=(Z=ft.as_stake_deregistration())==null?void 0:Z.stake_credential(),ut=(ct==null?void 0:ct.kind())===y.exports.StakeCredKind.Key?ct.to_keyhash():void 0;ut&&a.push(ut.to_hex());break}case y.exports.CertificateKind.StakeDelegation:{const ct=(g=ft.as_stake_delegation())==null?void 0:g.stake_credential(),ut=(ct==null?void 0:ct.kind())===y.exports.StakeCredKind.Key?ct.to_keyhash():void 0;ut&&a.push(ut.to_hex());break}case y.exports.CertificateKind.PoolRegistration:{const ct=(D=ft.as_pool_registration())==null?void 0:D.pool_params().pool_owners();a.push(...L(ct));break}case y.exports.CertificateKind.PoolRetirement:{const ct=(Q=ft.as_pool_retirement())==null?void 0:Q.pool_keyhash();ct&&a.push(ct.to_hex());break}case y.exports.CertificateKind.MoveInstantaneousRewardsCert:{const ct=($=ft.as_move_instantaneous_rewards_cert())==null?void 0:$.move_instantaneous_reward().as_to_stake_creds();if(ct)for(let ut=0;ut<ct.len();ut+=1){const xt=ct.keys().get(ut),At=xt.kind()===y.exports.StakeCredKind.Key?xt.to_keyhash():void 0;At&&a.push(At.to_hex())}break}}return P(J,[...v,...a],nt+1)},p=(J,v=[],nt=0)=>{if(J===void 0||nt>=J.len())return v;const ft=J.get(nt).index(),a=J.get(nt).transaction_id(),Z=t.find(g=>g.input.outputIndex===ft&&g.input.txHash===a.to_hex())!==void 0?w:"OUR_PRINCESS_IS_IN_ANOTHER_CASTLE";return p(J,[...v,Z],nt+1)},L=(J,v=[],nt=0)=>J===void 0||nt>=J.len()?v:L(J,[...v,J.get(nt).to_hex()],nt+1),G=(J,v=[],nt=0)=>{if(J===void 0||nt>=J.len())return v;const ft=J.keys().get(nt).payment_cred(),a=ft.kind()===y.exports.StakeCredKind.Key?ft.to_keyhash():void 0;return G(J,a?[...v,a.to_hex()]:v,nt+1)},R=j.certs(),m=j.collateral(),X=j.inputs(),b=j.required_signers(),_t=j.withdrawals();return[...P(R),...p(m),...p(X),...L(b),...G(_t)]},h=j=>{const P=(L,G=[])=>{var R,m,X,b;if(L)for(let _t=0;_t<L.len();_t+=1){const J=L.get(_t);switch(J.kind()){case y.exports.NativeScriptKind.ScriptPubkey:{const v=(R=J.as_script_pubkey())==null?void 0:R.addr_keyhash().to_hex();return v?[...G,v]:G}case y.exports.NativeScriptKind.ScriptAll:return P((m=J.as_script_all())==null?void 0:m.native_scripts(),G);case y.exports.NativeScriptKind.ScriptAny:return P((X=J.as_script_any())==null?void 0:X.native_scripts(),G);case y.exports.NativeScriptKind.ScriptNOfK:return P((b=J.as_script_n_of_k())==null?void 0:b.native_scripts(),G)}}return G},p=j.native_scripts();return[...P(p)]},x=Y_(i);return new Set([...u(x.body()),...h(x.witness_set())])}}const E_="MARI0TIME";class qr{_fetcher;_submitter;_wallet;constructor(i){switch(this._fetcher=i.fetcher,this._submitter=i.submitter,i.key.type){case"mnemonic":this._wallet=new Vt(i.networkId,Vt.encryptMnemonic(i.key.words,E_));break;case"root":this._wallet=new Vt(i.networkId,Vt.encryptPrivateKey(i.key.bech32,E_));break;case"cli":this._wallet=new Vt(i.networkId,Vt.encryptSigningKeys(i.key.payment,i.key.stake??"f0".repeat(34),E_))}}getBaseAddress(i=0){return this._wallet.getAccount(i,E_).baseAddress}getPaymentAddress(i=0){return this._wallet.getAccount(i,E_).enterpriseAddress}getRewardAddress(i=0){return this._wallet.getAccount(i,E_).rewardAddress}getUsedAddress(i=0){const t=this._wallet.getAccount(i,E_);return O_(t.enterpriseAddress)}getUsedCollateral(i=a_.maxCollateralInputs){throw new Error("getUsedCollateral not implemented.")}async getUsedUTxOs(i=0){const t=this._wallet.getAccount(i,E_);return(await this._fetcher.fetchAddressUTxOs(t.enterpriseAddress)).map(u=>Q_(u))}signData(i,t,w=0){try{return this._wallet.signData(w,E_,i,t)}catch(u){throw new Error(`[AppWallet] An error occurred during signData: ${u}.`)}}async signTx(i,t=!1,w=0){try{const u=this._wallet.getAccount(w,E_),h=await this._fetcher.fetchAddressUTxOs(u.enterpriseAddress),x=this._wallet.signTx(w,E_,h,i,t),j=Y_(i),P=j.witness_set(),p=Vr(P,x);return P.set_vkeys(p),y.exports.Transaction.new(j.body(),P,j.auxiliary_data()).to_hex()}catch(u){throw new Error(`[AppWallet] An error occurred during signTx: ${u}.`)}}async signTxs(i,t){return console.log("unimplemented",i,t),[]}submitTx(i){return this._submitter.submitTx(i)}static brew(i=256){return Vt.generateMnemonic(i)}async getUtxos(){return await this.getUsedUTxOs()}async getCollateral(){return(await this.getUsedUTxOs())[0]}async getUsedAddresses(){return console.log(1,await this.getPaymentAddress()),[await this.getPaymentAddress()]}}class Yr{constructor(i,t){this._walletInstance=i,this._walletName=t,this.walletInstance={...i}}walletInstance;static getInstalledWallets(){return window.cardano===void 0?[]:jn.filter(i=>window.cardano[i]!==void 0).map(i=>({name:window.cardano[i].name,icon:window.cardano[i].icon,version:window.cardano[i].apiVersion}))}static async enable(i){try{const t=await Yr.resolveInstance(i);if(t!==void 0)return new Yr(t,i);throw new Error(`Couldn't create an instance of wallet: ${i}`)}catch(t){throw new Error(`[BrowserWallet] An error occurred during enable: ${JSON.stringify(t)}.`)}}async getBalance(){const i=await this._walletInstance.getBalance();return fa(Ws(i))}async getChangeAddress(){const i=await this._walletInstance.getChangeAddress();return dr(i).to_bech32()}async getCollateral(i=a_.maxCollateralInputs){return(await this.getUsedCollateral(i)).map(w=>Cr(w))}getNetworkId(){return this._walletInstance.getNetworkId()}async getRewardAddresses(){return(await this._walletInstance.getRewardAddresses()).map(t=>dr(t).to_bech32())}async getUnusedAddresses(){return(await this._walletInstance.getUnusedAddresses()).map(t=>dr(t).to_bech32())}async getUsedAddresses(){return(await this._walletInstance.getUsedAddresses()).map(t=>dr(t).to_bech32())}async getUtxos(i=void 0){return(await this.getUsedUTxOs(i)).map(w=>Cr(w))}signData(i,t){const w=O_(i).to_hex();return this._walletInstance.signData(w,p_(t))}async signTx(i,t=!1){try{const w=Y_(i),u=w.witness_set(),h=await this._walletInstance.signTx(i,t),x=Rn(h).vkeys()??y.exports.Vkeywitnesses.new(),j=Vr(u,x);return u.set_vkeys(j),d_(y.exports.Transaction.new(w.body(),u,w.auxiliary_data()).to_bytes())}catch(w){throw new Error(`[BrowserWallet] An error occurred during signTx: ${JSON.stringify(w)}.`)}}async signTxs(i,t=!1){let w;switch(this._walletName){case"Typhon Wallet":this._walletInstance.signTxs&&(w=await this._walletInstance.signTxs(i,t));break;default:this._walletInstance.signTxs?w=await this._walletInstance.signTxs(i.map(h=>({cbor:h,partialSign:t}))):this._walletInstance.experimental.signTxs&&(w=await this._walletInstance.experimental.signTxs(i.map(h=>({cbor:h,partialSign:t}))));break}if(!w)throw new Error("Wallet does not support signTxs");const u=[];for(let h=0;h<w.length;h++){const x=Y_(i[h]),j=x.witness_set(),P=Rn(w[h]).vkeys()??y.exports.Vkeywitnesses.new(),p=Vr(j,P);j.set_vkeys(p);const L=d_(y.exports.Transaction.new(x.body(),j,x.auxiliary_data()).to_bytes());u.push(L)}return u}submitTx(i){return this._walletInstance.submitTx(i)}async getUsedAddress(){const i=await this._walletInstance.getUsedAddresses();return dr(i[0])}async getUsedCollateral(i=a_.maxCollateralInputs){return(await this._walletInstance.experimental.getCollateral()??[]).map(w=>qn(w)).slice(0,i)}async getUsedUTxOs(i=void 0){const t=i?Se(i).to_hex():void 0;return(await this._walletInstance.getUtxos(t)??[]).map(u=>qn(u))}async getAssets(){return(await this.getBalance()).filter(t=>t.unit!=="lovelace").map(t=>{const w=t.unit.slice(0,c_),u=t.unit.slice(c_),h=kn(w,u);return{unit:t.unit,policyId:w,assetName:mn(u),fingerprint:h,quantity:t.quantity}})}async getLovelace(){const t=(await this.getBalance()).find(w=>w.unit==="lovelace");return t!==void 0?t.quantity:"0"}async getPolicyIdAssets(i){return(await this.getAssets()).filter(w=>w.policyId===i)}async getPolicyIds(){const i=await this.getBalance();return Array.from(new Set(i.map(t=>t.unit.slice(0,c_)))).filter(t=>t!=="lovelace")}static resolveInstance(i){if(window.cardano===void 0)return;const t=jn.map(w=>window.cardano[w]).filter(w=>w!==void 0).find(w=>w.name.toLowerCase()===i.toLowerCase());return t==null?void 0:t.enable()}}class Eo{_wallet;_network;constructor(i){switch(this._network=i.networkId,i.key.type){case"root":this._wallet=new qr({networkId:i.networkId,fetcher:i.fetcher,submitter:i.submitter,key:{type:"root",bech32:i.key.bech32}});break;case"cli":this._wallet=new qr({networkId:i.networkId,fetcher:i.fetcher,submitter:i.submitter,key:{type:"cli",payment:i.key.payment}});break;case"mnemonic":this._wallet=new qr({networkId:i.networkId,fetcher:i.fetcher,submitter:i.submitter,key:{type:"mnemonic",words:i.key.words}});break}}async getBalance(){const i=await this.getUtxos(),t=new Map;return i.map(u=>{u.output.amount.map(h=>{const x=h.unit,j=Number(h.quantity);if(t.has(x)){const P=t.get(x);t.set(x,P+j)}else t.set(x,j)})}),Array.from(t,([u,h])=>({unit:u,quantity:h.toString()}))}getChangeAddress(){return this._wallet.getPaymentAddress()}async getCollateral(){const t=(await this.getUtxos()).filter(w=>w.output.amount.length===1&&w.output.amount[0].unit==="lovelace");t.sort((w,u)=>Number(w.output.amount[0].quantity)-Number(u.output.amount[0].quantity));for(const w of t)if(Number(w.output.amount[0].quantity)>=5e6)return[w];return[]}getNetworkId(){return this._network}async getRewardAddresses(){return[await this._wallet.getRewardAddress()]}getUnusedAddresses(){return[this.getChangeAddress()]}async getUsedAddresses(){return[this.getChangeAddress()]}async getUtxos(){return(await this.getUsedUTxOs()).map(t=>Cr(t))}signData(i){return this._wallet.signData(this.getChangeAddress(),i)}async signTx(i,t=!1){return await this._wallet.signTx(i,t)}async signTxs(i,t=!1){const w=[];for(const u of i){const h=await this.signTx(u,t);w.push(h)}return w}async submitTx(i){return await this._wallet.submitTx(i)}getUsedAddress(){return this._wallet.getUsedAddress()}async getUsedCollateral(){return(await this.getCollateral()).map(w=>Q_(w))}async getUsedUTxOs(){return await this._wallet.getUtxos()}async getAssets(){return(await this.getBalance()).filter(t=>t.unit!=="lovelace").map(t=>{const w=t.unit.slice(0,c_),u=t.unit.slice(c_),h=kn(w,u);return{unit:t.unit,policyId:w,assetName:mn(u),fingerprint:h,quantity:t.quantity}})}async getLovelace(){const t=(await this.getBalance()).find(w=>w.unit==="lovelace");return t!==void 0?t.quantity:"0"}async getPolicyIdAssets(i){return(await this.getAssets()).filter(w=>w.policyId===i)}async getPolicyIds(){const i=await this.getBalance();return Array.from(new Set(i.map(t=>t.unit.slice(0,c_)))).filter(t=>t!=="lovelace")}async createCollateral(){const t=await new exports.Transaction({initiator:this._wallet}).sendLovelace(this.getChangeAddress(),"5000000").build(),w=await this.signTx(t);return await this.submitTx(w)}static brew(i=!1,t=256){const w=Vt.generateMnemonic(t);return i?ya(w):w}}exports.AppWallet=qr;exports.BlockfrostProvider=wo;exports.BrowserWallet=Yr;exports.CSLSerializer=Ca;exports.EmbeddedWallet=Vt;exports.ForgeScript=vo;exports.InfuraProvider=lo;exports.KoiosProvider=go;exports.MaestroProvider=ho;exports.MeshTxBuilder=So;exports.MeshWallet=Eo;exports.OgmiosProvider=fo;exports.YaciProvider=yo;exports.assetClass=Ga;exports.assocMap=tn;exports.bool=za;exports.builtinByteString=Oe;exports.checkSignature=ys;exports.conStr=Gr;exports.conStr0=m_;exports.conStr1=$r;exports.conStr2=Ra;exports.currencySymbol=pn;exports.dict=Za;exports.emptyTxBuilderBody=Ia;exports.generateNonce=co;exports.integer=cn;exports.isNetwork=ma;exports.keepRelevant=Xn;exports.largestFirst=ws;exports.largestFirstMultiAsset=Zn;exports.list=La;exports.mConStr=Fa;exports.mConStr0=wr;exports.mConStr1=Jn;exports.mConStr2=Ka;exports.mMaybeStakingHash=dn;exports.mPubKeyAddress=Ha;exports.mScriptAddress=qa;exports.maybeStakingHash=ln;exports.mergeAssets=uo;exports.mergeSignatures=Vr;exports.parseAssetUnit=Qe;exports.parseHttpError=Y;exports.parsePlutusValueToAssets=es;exports.paymentPubKeyHash=Ja;exports.posixTime=Xa;exports.pubKeyAddress=Va;exports.pubKeyHash=Wa;exports.readPlutusData=po;exports.resolveDataHash=to;exports.resolveEpochNo=_o;exports.resolveFingerprint=kn;exports.resolveLanguageView=eo;exports.resolveNativeScriptHash=ro;exports.resolvePaymentKeyHash=Ze;exports.resolvePlutusScriptAddress=no;exports.resolvePlutusScriptHash=ao;exports.resolvePoolId=so;exports.resolvePrivateKey=ya;exports.resolveRewardAddress=jr;exports.resolveScriptRef=oo;exports.resolveSlotNo=io;exports.resolveStakeKeyHash=pr;exports.resolveTxFees=xn;exports.resolveTxHash=va;exports.scriptAddress=Ya;exports.selectUtxos=ca;exports.tokenName=wn;exports.tuple=ts;exports.txOutRef=$a;exports.value=_s;