interface DecodeCalldataBytecode {
    bytecode: string;
    calldata: string;
}

Properties

Properties

bytecode: string

Compiled contract

calldata: string

Calldata to dissect

Generated using TypeDoc