Interface YulIf

interface YulIf {
    body: YulBlock;
    condition: YulExpression;
    nativeSrc?: string;
    nodeType: "YulIf";
    src: string;
}

Properties

body: YulBlock
condition: YulExpression
nativeSrc?: string
nodeType: "YulIf"
src: string