To achieve this, according to the NEM NIS API Documentation a MosaicDefinitionCreationTransaction has to be created and published to the network. A MosaicDefinitionCreationTransaction object is actually just yet another RequestPrepareAnnounce object so it's a decoded transaction, that will be encoded into a RequestAnnounce transaction and then broadcasted to the NEM network by sending it to NIS.
Unfortunately I didn't find any information on how to do this with the NEM sdk.
Can the NEM sdk be used to create new mosaics?
To achieve this, according to the NEM NIS API Documentation a
MosaicDefinitionCreationTransaction
has to be created and published to the network. AMosaicDefinitionCreationTransaction
object is actually just yet anotherRequestPrepareAnnounce
object so it's a decoded transaction, that will be encoded into aRequestAnnounce
transaction and then broadcasted to the NEM network by sending it to NIS.Unfortunately I didn't find any information on how to do this with the NEM sdk.