signify-ts
    Preparing search index...

    Interface IpexApplyArgs

    interface IpexApplyArgs {
        attributes?: Record<string, unknown>;
        datetime?: string;
        message?: string;
        recipient: string;
        schemaSaid: string;
        senderName: string;
    }
    Index

    Properties

    attributes?: Record<string, unknown>

    Optional attributes for selective disclosure

    datetime?: string
    message?: string

    Message to send

    recipient: string

    Prefix of the IPEX recipient AID

    schemaSaid: string

    SAID of schema to apply for

    senderName: string

    Alias for the IPEX sender AID