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

    Type Alias RpcBlockError

    RpcBlockError:
        | { info: { [key: string]: unknown }; name: "UNKNOWN_BLOCK" }
        | { name: "NOT_SYNCED_YET" }
        | { info: { error_message: string }; name: "INTERNAL_ERROR" }