Developer Center

Developer Center

  • Getting Started
  • Built-in Features
  • REST API Endpoints
  • Guides
  • Cheat Sheet

Remove Mosaic Levy

Remove levy of a mosaic.

Background

Golang
// an exist mosaicId. For example created ne one
mosaicId, err := sdk.NewMosaicIdFromNonceAndOwner(nonce, creator.PublicAccount.PublicKey)
if err != nil {
panic(err)
}
// Remove levy
removeTx, err := Client.NewMosaicRemoveLevyTransaction(sdk.NewDeadline(Deadline), mosaicId)
if err != nil {
panic(err)
}
  • Background
  • Follow our profile
  • Ask development questions
  • Join our Discord channel
  • Explore our Youtube channel
  • Explore Github
Protocol
BlockConsensus AlgorithmsCryptographyInflationNodeReceiptTransactionValidating
Built-in Features
AccountAggregate TransactionCross-Chain SwapsExchange MarketDecentralized Exchange MarketMetadataMosaicMultisig AccountNamespaceTransfer TransactionStorageLiquidity Provider
References
REST APISDKsCheat Sheet
Includes Documentation Forked from NEM
Copyright © 2025 Sirius Chain