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