Core ABI information.

interface AbiBody {
    functions: AbiFunction[];
    root_schema: RootSchema;
}

Properties

functions: AbiFunction[]

ABIs of all contract's functions.

root_schema: RootSchema

Root JSON Schema containing all types referenced in the functions.