Variable $FunctionInputsAbiConst

$FunctionInputsAbi: {
    description: "ABI of a function fragment inputs";
    example: readonly [{
        internalType: "address";
        name: "to";
        type: "address";
    }];
    items: {
        $ref: "#/components/schemas/AbiParamType";
    };
    type: "array";
} = ...