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

    Interface ContractCodeView

    interface ContractCodeView {
        block_hash: string;
        block_height: number;
        code: Uint8Array;
        hash: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    block_hash: string
    block_height: number
    code: Uint8Array
    hash: string