Interface YulNode

interface YulNode {
    nodeType: string;
    src: string;
    [name: string]: any;
}

Indexable

[name: string]: any

Properties

Properties

nodeType: string
src: string

Generated using TypeDoc