interface DecodeCalldataSource {
    calldata: string;
    function: string;
    options?: CompileOpts;
    source: string;
}

Properties

calldata: string

Calldata to dissect

function: string

Name of the function to call

options?: CompileOpts
source: string

(Possibly partial) Sophia contract code

Generated using TypeDoc