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

    Interface AbiMetadata

    interface AbiMetadata {
        authors?: string[];
        build?: BuildInfo | null;
        name?: string | null;
        version?: string | null;
        wasm_hash?: string | null;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    authors?: string[]

    The authors of the smart contract.

    build?: BuildInfo | null

    The information about how this contract was built.

    name?: string | null

    The name of the smart contract.

    version?: string | null

    The version of the smart contract.

    wasm_hash?: string | null

    The SHA-256 hash of the contract WASM code in Base58 format.