@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface SelfDestructInfo

    Self-destruct information for a message.

    SelfDestructInfo

    interface SelfDestructInfo {
        clientDuration?: number;
        clientExpiry?: number;
        serverExpiry?: number;
    }
    Index

    Properties

    clientDuration?: number

    The length of time this message should be available. If undefined, the message should be available indefinitely.

    clientExpiry?: number

    The client-side expiry time of this message.

    serverExpiry?: number

    The expiry time of this message on the server. After this time, the server removes the contents of the message.