A file reference attached to a digital asset's content.

Represents a single off-chain file (image, video, etc.) linked to an asset.

1.0.0

interface DasFile {
    contexts?: string[];
    mime?: string;
    quality?: string;
    uri?: string;
}

Properties

contexts?: string[]
mime?: string
quality?: string
uri?: string