Interface Stitch

This interface defines the Options used for Open Ordinal Stitch.

interface Stitch {
    sat?: number;
    parent?: string;
    parts?: string[];
    contentType: string;
}

Properties

sat?: number

Sat to use for stitch

parent?: string

Parent to use for stitch

parts?: string[]

Parts used for stitch

contentType: string

Content type for stitched file