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
Currently, to write a contract using freenet-scaffold, you need to both write the ComposableStates and the ContractInterface impl. If the contract has only a single root composableState, this impl will be the same every time. I think it would be a good idea to provide a standard Contract<T: CompostbleState> to remove the boilerplate.