• Selects a required set of entities, mappers and store operators based on 'projections' and presence of 'buffer':

    Parameters

    Returns {
        __debug: {
            entities: (null | "stakePool" | "block" | "asset" | "handle" | "address" | "blockData" | "currentPoolMetrics" | "handleMetadata" | "nftMetadata" | "output" | "poolDelisted" | "poolMetadata" | "poolRegistration" | "poolRetirement" | "poolRewards" | "stakeKeyRegistration" | "tokens")[];
            mappers: (null | "filterMint" | "filterProducedUtxoByAssetsPresence" | "filterUtxo" | "withAddresses" | "withCIP67" | "withCertificates" | "withHandleMetadata" | "withHandles" | "withMint" | "withNftMetadata" | "withStakeKeyRegistrations" | "withStakePools" | "withUtxo")[];
            stores: (null | "storeAddresses" | "storeAssets" | "storeBlock" | "storeHandleMetadata" | "storeHandles" | "storeNftMetadata" | "storePoolMetricsUpdateJob" | "storeStakeKeyRegistrations" | "storeStakePoolMetadataJob" | "storeStakePoolRewardsJob" | "storeStakePools" | "storeUtxo")[];
            willStoreCheckers: string[];
        };
        entities: Entity[];
        extensions: DataSourceExtensions;
        mappers: MapperOperator[];
        stores: StoreOperator[];
        willStore: (<T>(evt: T) => boolean);
    }

    • __debug: {
          entities: (null | "stakePool" | "block" | "asset" | "handle" | "address" | "blockData" | "currentPoolMetrics" | "handleMetadata" | "nftMetadata" | "output" | "poolDelisted" | "poolMetadata" | "poolRegistration" | "poolRetirement" | "poolRewards" | "stakeKeyRegistration" | "tokens")[];
          mappers: (null | "filterMint" | "filterProducedUtxoByAssetsPresence" | "filterUtxo" | "withAddresses" | "withCIP67" | "withCertificates" | "withHandleMetadata" | "withHandles" | "withMint" | "withNftMetadata" | "withStakeKeyRegistrations" | "withStakePools" | "withUtxo")[];
          stores: (null | "storeAddresses" | "storeAssets" | "storeBlock" | "storeHandleMetadata" | "storeHandles" | "storeNftMetadata" | "storePoolMetricsUpdateJob" | "storeStakeKeyRegistrations" | "storeStakePoolMetadataJob" | "storeStakePoolRewardsJob" | "storeStakePools" | "storeUtxo")[];
          willStoreCheckers: string[];
      }
      • entities: (null | "stakePool" | "block" | "asset" | "handle" | "address" | "blockData" | "currentPoolMetrics" | "handleMetadata" | "nftMetadata" | "output" | "poolDelisted" | "poolMetadata" | "poolRegistration" | "poolRetirement" | "poolRewards" | "stakeKeyRegistration" | "tokens")[]
      • mappers: (null | "filterMint" | "filterProducedUtxoByAssetsPresence" | "filterUtxo" | "withAddresses" | "withCIP67" | "withCertificates" | "withHandleMetadata" | "withHandles" | "withMint" | "withNftMetadata" | "withStakeKeyRegistrations" | "withStakePools" | "withUtxo")[]
      • stores: (null | "storeAddresses" | "storeAssets" | "storeBlock" | "storeHandleMetadata" | "storeHandles" | "storeNftMetadata" | "storePoolMetricsUpdateJob" | "storeStakeKeyRegistrations" | "storeStakePoolMetadataJob" | "storeStakePoolRewardsJob" | "storeStakePools" | "storeUtxo")[]
      • willStoreCheckers: string[]
    • entities: Entity[]
    • extensions: DataSourceExtensions
    • mappers: MapperOperator[]
    • stores: StoreOperator[]
    • willStore: (<T>(evt: T) => boolean)
        • <T>(evt: T): boolean
        • Type Parameters

          Parameters

          • evt: T

          Returns boolean

Generated using TypeDoc