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
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
This requires one import the CollectionConfig and MintSettings types/factories. However, the experience ends up being much smoother and more closely resembles the Rust equivalent. Also, we can in most cases forgo importing Rune.
The text was updated successfully, but these errors were encountered:
Every object type should overlap a factory. One can use the
type
modifier should they only want the TS type.Let's consider the NFTs pallet usage.
There's no autocompletion inside of
Rune.rec
. Yes, one gets a type error should they supply invalid fields, but that's not a great DX.The alternative:
This requires one import the
CollectionConfig
andMintSettings
types/factories. However, the experience ends up being much smoother and more closely resembles the Rust equivalent. Also, we can in most cases forgo importingRune
.The text was updated successfully, but these errors were encountered: