If I want to access an OpCode defined in the lib in my code, only way is to instantiate new ScripWiz(...) first and the access it via .opCodes property.
Would be more handy If I could just the value of them directly in a static way
eg.
import {Opcodes} from "@script-wiz/lib";
If I want to access an OpCode defined in the lib in my code, only way is to instantiate
new ScripWiz(...)first and the access it via.opCodesproperty.Would be more handy If I could just the value of them directly in a static way
eg.