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

    Interface ContractCodeViewRaw

    interface ContractCodeViewRaw {
        block_hash: string;
        block_height: number;
        code_base64: string;
        hash: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    block_hash: string
    block_height: number
    code_base64: string
    hash: string