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

    Interface AbiRoot

    Contract ABI.

    interface AbiRoot {
        body: AbiBody;
        metadata: AbiMetadata;
        schema_version: string;
    }
    Index

    Properties

    body: AbiBody

    Core ABI information (functions and types).

    metadata: AbiMetadata

    Metadata information about the contract.

    schema_version: string

    Semver of the ABI schema format.