github PolymeshAssociation/polymesh-sdk v26.0.0-alpha.3

pre-release12 hours ago

26.0.0-alpha.3 (2024-10-09)

Documentation

  • ✏️ Update interfaces with notes about ticker deprecation (aab288a)

BREAKING CHANGES

  • 🧨 - Since its not mandatory to specify a ticker while creating an Asset,
    ticker field in BaseAsset is now optional. did field in BaseAsset is now also optional.
  • Since an instruction can be created without specifying a venue, venue field in
    InstructionDetails is now nullable.
  • TickerReservationDetails optionally returns assetId when the status is
    TickerReservationStatus.AssetCreated.
  • ticker field in CreateNftCollectionParams is now optional. Also, a new optional
    field assetId has been added to specify ID of the asset while creating NFT collection.
  • Ticker value has been marked as deprecated in favour of new Asset value for
    the enums: ScopeType and ClaimScopeTypeEnum
  • ticker field has been deprecated in favour of assetId field in:
    a. HumanReadable interfaces for these entities: Checkpoint, CheckpointSchedule,
    CorporateAction, DividendDistribution, CustomPermissionGroup, KnownPermissionGroup,
    MetadataEntry, Offering
    b. MetadataKeyId interface

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.