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

    Interface BuildInfo

    interface BuildInfo {
        builder: string;
        compiler: string;
        image?: string | null;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    builder: string

    The build tool (versioned) that was used to build the contract.

    compiler: string

    The compiler (versioned) that was used to build the contract.

    image?: string | null

    The docker image (versioned) where the contract was built.