Interface ElementaryTypeName

interface ElementaryTypeName {
    id: number;
    name: string;
    nodeType: "ElementaryTypeName";
    src: string;
    stateMutability?: StateMutability;
    typeDescriptions: TypeDescriptions;
}

Properties

id: number
name: string
nodeType: "ElementaryTypeName"
src: string
stateMutability?: StateMutability
typeDescriptions: TypeDescriptions