Type alias BlossomURI

BlossomURI: {
    authors: string[];
    ext: string;
    servers: string[];
    sha256: string;
    size?: number;
}

Type declaration

  • authors: string[]

    Author pubkey hints from as params

  • ext: string

    File extension (e.g. "png", "pdf")

  • servers: string[]

    Server hints from xs params

  • sha256: string

    SHA-256 hash of the blob

  • Optional size?: number

    Expected blob size in bytes from sz param