interface ValidateByteCodeInput {
    bytecode: string;
    options?: CompileOpts;
    source: string;
}

Properties

bytecode: string

Compiled contract

options?: CompileOpts
source: string

Sophia contract source code

Generated using TypeDoc