Interface InlineAssembly

Hierarchy

  • InlineAssembly

Properties

documentation?: string
evmVersion: "homestead" | "tangerineWhistle" | "spuriousDragon" | "byzantium" | "constantinople" | "petersburg" | "istanbul" | "berlin" | "london" | "paris" | "shanghai" | "cancun"
externalReferences: {
    declaration: number;
    isOffset: boolean;
    isSlot: boolean;
    src: string;
    suffix?: "offset" | "slot";
    valueSize: number;
}[]

Type declaration

  • declaration: number
  • isOffset: boolean
  • isSlot: boolean
  • src: string
  • Optional suffix?: "offset" | "slot"
  • valueSize: number
flags?: "memory-safe"[]
id: number
nodeType: "InlineAssembly"
src: string

Generated using TypeDoc