regen-docs
  • Regen Ledger
  • DRAFT
    • Users and Organizations
      • Account
      • Group
    • Bank
    • Data
    • Simple Credit
    • Fractional NFT Credit
    • Semantic Data
    • Coin
    • Script
    • Market
    • Chain Schema
    • Basic Types
Powered by GitBook
On this page

Was this helpful?

  1. DRAFT

Coin

tx CreateCoinAsset(minter Address, metadata data.HashURI) AssetID
tx UpdateMinter(asset AssetID, newMinter Address)
tx UpdateMetadata(asset AssetID, metadata data.HashURI)
tx MintCoins(asset AssetID, units Decimal, to Address)
PreviousSemantic DataNextScript

Last updated 5 years ago

Was this helpful?