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

    Type Alias ContractCodeView

    A view of the contract code.

    type ContractCodeView = {
        code_base64: string;
        hash: CryptoHash;
    }
    Index

    Properties

    Properties

    code_base64: string