near-api-js - v7.0.4
    Preparing search index...

    Interface AbiBody

    Core ABI information.

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

    Properties

    functions: AbiFunction[]

    ABIs of all contract's functions.

    root_schema: RootSchema

    Root JSON Schema containing all types referenced in the functions.