query.querycacheentry
Home > @blaze-cardano/query > QueryCacheEntry
QueryCacheEntry type
Signature:
export type QueryCacheEntry<V> = {
value: V;
expiresAt: number;
};
Home > @blaze-cardano/query > QueryCacheEntry
Signature:
export type QueryCacheEntry<V> = {
value: V;
expiresAt: number;
};