Interface: AssetFilter
Defined in: packages/overcast-core/src/storage/index.ts:127
Filter for OvercastView.listAssets.
domain is the only clause because it is the only thing that partitions the
set: an asset address is unique within a domain, not across domains (see
AssetRegistry). A single-domain deployment can ignore it.
Properties
domain?
optional domain?: number;
Defined in: packages/overcast-core/src/storage/index.ts:129
Only assets on this domain, plus the domain-less ones that answer for it.