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

    Interface iMsgExecuteUniversalUpdateCollection<T>

    interface iMsgExecuteUniversalUpdateCollection<T extends NumberType> {
        executor: string;
        managerSplitterAddress: string;
        universalUpdateCollectionMsg: iMsgUniversalUpdateCollection<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    executor: string

    Address executing the message (must be approved or admin).

    managerSplitterAddress: string

    Address of the manager splitter to execute through.

    universalUpdateCollectionMsg: iMsgUniversalUpdateCollection<T>

    The UniversalUpdateCollection message to execute.