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

    Type Alias RpcViewCodeResponse

    A view of the contract code.

    type RpcViewCodeResponse = {
        block_hash: CryptoHash;
        block_height: number;
        code_base64: string;
        hash: CryptoHash;
    }
    Index

    Properties

    block_hash: CryptoHash
    block_height: number
    code_base64: string