bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MsgDeleteCollection<T>

    MsgDeleteCollection represents the message for deleting a collection. Once deleted, the collection cannot be recovered. Note that the collection can be archived instead of deleted, which will prevent any transactions but not delete the collection from the storage.

    Only executable by the manager. Must have adequate permissions.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    collectionId: string

    The ID of the collection to delete.

    creator: string

    The creator of the transaction.

    Methods