interface ByteCode {
    bytecode: string;
}

Properties

Properties

bytecode: string

Base64Check encoded tagged byte array

Generated using TypeDoc