v26.0.0-alpha.3
Pre-release
Pre-release
prashantasdeveloper
released this
09 Oct 15:57
·
77 commits
to alpha
since this release
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 inBaseAsset
is now optional.did
field inBaseAsset
is now also optional.
- Since an instruction can be created without specifying a venue,
venue
field in
InstructionDetails
is now nullable. TickerReservationDetails
optionally returnsassetId
when the status is
TickerReservationStatus.AssetCreated
.ticker
field inCreateNftCollectionParams
is now optional. Also, a new optional
fieldassetId
has been added to specify ID of the asset while creating NFT collection.Ticker
value has been marked as deprecated in favour of newAsset
value for
the enums:ScopeType
andClaimScopeTypeEnum
ticker
field has been deprecated in favour ofassetId
field in:
a.HumanReadable
interfaces for these entities:Checkpoint
,CheckpointSchedule
,
CorporateAction
,DividendDistribution
,CustomPermissionGroup
,KnownPermissionGroup
,
MetadataEntry
,Offering
b.MetadataKeyId
interface