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

    Type Alias ViewGlobalContractCodeArgs

    ViewGlobalContractCodeArgs: Prettify<
        {
            identifier: | { codeHash: CryptoHash
            | Uint8Array }
            | { accountId: string };
        } & BlockQuery,
    >