MsgExecuteUniversalUpdateCollection
Overview
Message Structure
message MsgExecuteUniversalUpdateCollection {
option (cosmos.msg.v1.signer) = "executor";
option (amino.name) = "managersplitter/ExecuteUniversalUpdateCollection";
// Address executing the message (must be approved or admin).
string executor = 1;
// Address of the manager splitter to execute through.
string managerSplitterAddress = 2;
// The UniversalUpdateCollection message to execute.
tokenization.MsgUniversalUpdateCollection universalUpdateCollectionMsg = 3;
}Fields
executor (string, required)
executor (string, required)managerSplitterAddress (string, required)
managerSplitterAddress (string, required)universalUpdateCollectionMsg (tokenization.MsgUniversalUpdateCollection, required)
universalUpdateCollectionMsg (tokenization.MsgUniversalUpdateCollection, required)Permission Checking
Response
collectionId (Uint)
collectionId (Uint)Validation
Authorization
Usage Example
Last updated