Interface iMsgDeleteCollection<T>

interface iMsgDeleteCollection<T> {
    collectionId: T;
    creator: string;
}

Type Parameters

Implemented by

Properties

collectionId: T

The ID of the collection to delete.

creator: string

The creator of the transaction.