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
For example, in a schema, I want to use Script as an address type. However, I don't want to name the type as Script since it does not match the business domain. Type aliases can resolve this issue for me.
import blockchain;
type Address = Script;
The text was updated successfully, but these errors were encountered:
For example, in a schema, I want to use Script as an address type. However, I don't want to name the type as Script since it does not match the business domain. Type aliases can resolve this issue for me.
The text was updated successfully, but these errors were encountered: