You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just trying to run a simple example using the following code using latest version of lucid installed yesterday, running on windows with Node.js v20.9.0:
lake need such rude tongue visa skate extend kite apple access flip dutch gas remain
ed25519_sk1r304rc6vqm676w7h8k40lfpxghe3zwt5fmjw2csfr9erfv04tllqwkh2dr
addr1v9jdqluacqluflyth86t07egva3vha6r8sj77x98e99hc5sa0gd3z
C:\Users\Justin\dev\fluidefi\crypto-network-examples\node_modules\lucid-cardano\esm\src\core\libs\cardano_multiplatform_lib\nodejs\cardano_multiplatform_lib.generated.js:232
throw new Error(`expected instance of ${klass.name}`);
^
Error: expected instance of TransactionBuilderConfig
at _assertClass (C:\Users\Justin\dev\fluidefi\crypto-network-examples\node_modules\lucid-cardano\esm\src\core\libs\cardano_multiplatform_lib\nodejs\cardano_multiplatform_lib.generated.js:232:11)
at TransactionBuilder.new (C:\Users\Justin\dev\fluidefi\crypto-network-examples\node_modules\lucid-cardano\esm\src\core\libs\cardano_multiplatform_lib\nodejs\cardano_multiplatform_lib.generated.js:22132:5)
at new Tx (file:///C:/Users/Justin/dev/fluidefi/crypto-network-examples/node_modules/lucid-cardano/esm/src/lucid/tx.js:28:50)
at Lucid.newTx (file:///C:/Users/Justin/dev/fluidefi/crypto-network-examples/node_modules/lucid-cardano/esm/src/lucid/lucid.js:102:16)
at C:\Users\Justin\dev\fluidefi\crypto-network-examples\src\09-cardano\transactions.js:17:28
Looks like its failing an assertion check for class type. Seems to be logic running under the hood. Please let me know if I'm doing something wrong. New to Lucid and Cardano dev in general.
The text was updated successfully, but these errors were encountered:
Just trying to run a simple example using the following code using latest version of lucid installed yesterday, running on windows with Node.js v20.9.0:
Getting the following output / error:
Looks like its failing an assertion check for class type. Seems to be logic running under the hood. Please let me know if I'm doing something wrong. New to Lucid and Cardano dev in general.
The text was updated successfully, but these errors were encountered: