Interface YulCase

interface YulCase {
    body: YulBlock;
    nativeSrc?: string;
    nodeType: "YulCase";
    src: string;
    value: "default" | YulLiteral;
}

Properties

body: YulBlock
nativeSrc?: string
nodeType: "YulCase"
src: string
value: "default" | YulLiteral