Variable $FunctionSelectorConst

$FunctionSelector: {
    description: "A smart-contract function selector";
    example: "0x40d097c3";
    pattern: "^0x[a-fA-F0-9]{8}$";
    type: "string";
} = ...