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

    Type Alias TrackedShardsConfig

    TrackedShardsConfig:
        | "NoShards"
        | { Shards: ShardUId[] }
        | "AllShards"
        | { ShadowValidator: AccountId }
        | { Schedule: ShardId[][] }
        | { Accounts: AccountId[] }

    Describes the expected behavior of the node regarding shard tracking. If the node is an active validator, it will also track the shards it is responsible for as a validator.