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

    Type Alias ViewGlobalContractCodeArgs

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