entities: {
    address: typeof AddressEntity;
    asset: typeof AssetEntity;
    block: typeof BlockEntity;
    blockData: typeof BlockDataEntity;
    currentPoolMetrics: typeof CurrentPoolMetricsEntity;
    handle: typeof HandleEntity;
    handleMetadata: typeof HandleMetadataEntity;
    nftMetadata: typeof NftMetadataEntity;
    output: typeof OutputEntity;
    poolDelisted: typeof PoolDelistedEntity;
    poolMetadata: typeof PoolMetadataEntity;
    poolRegistration: typeof PoolRegistrationEntity;
    poolRetirement: typeof PoolRetirementEntity;
    poolRewards: typeof PoolRewardsEntity;
    stakeKeyRegistration: typeof StakeKeyRegistrationEntity;
    stakePool: typeof StakePoolEntity;
    tokens: typeof TokensEntity;
} = ...

Type declaration

Generated using TypeDoc