interface DecodedCalldata {
    arguments: Record<string, unknown>[];
    function: string;
}

Properties

Properties

arguments: Record<string, unknown>[]
function: string

Generated using TypeDoc