interface CompileResult {
    aci: Record<string, unknown>[];
    bytecode: string;
    warnings: CompilerError[];
}

Properties

Properties

aci: Record<string, unknown>[]
bytecode: string

Prefixed (cb_) Base64Check encoded byte array

warnings: CompilerError[]

Generated using TypeDoc