CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
112 stars 79 forks source link

Explicit export of ContractFunction and SignatureTemplate #135

Closed mainnet-pat closed 1 year ago

mainnet-pat commented 1 year ago

When using cashscript from an ESM module, compiler can not find ContractFunction and SignatureTemplate. We can be explicit about them.

rkalis commented 1 year ago

JS can be weird 😅

Thanks for the contribution, will release it in 0.7.4 shortly.