@blockchaincommons/xid - v1.0.0-beta.3
    Preparing search index...

    Interface AttachmentInput

    What XIDDocument.addAttachment takes.

    interface AttachmentInput {
        payload: EnvelopeInput;
        vendor: string;
        conformsTo?: string;
    }
    Index
    payload: EnvelopeInput

    The payload, as anything an envelope is made from.

    vendor: string

    The vendor, a reverse domain name.

    conformsTo?: string

    The URI of the format the payload conforms to.