Returns false if the target script ID doesn't exist in the compiler configuration (allows for the caller to generate the error message).
false
If the compilation produced errors, returns a CompilerOperationErrorFatal.
If the compilation was successful, returns the compiled bytecode as a Uint8Array.
Uint8Array
Generated using TypeDoc
Returns
false
if the target script ID doesn't exist in the compiler configuration (allows for the caller to generate the error message).If the compilation produced errors, returns a CompilerOperationErrorFatal.
If the compilation was successful, returns the compiled bytecode as a
Uint8Array
.