@polymeshassociation/polymesh-sdk / Modules / api/procedures/modifyAsset
ModifyAssetParams
Ƭ ModifyAssetParams: { fundingRound?: string ; identifiers?: SecurityIdentifier[] ; makeDivisible?: true ; name: string } | { fundingRound?: string ; identifiers?: SecurityIdentifier[] ; makeDivisible: true ; name?: string } | { fundingRound: string ; identifiers?: SecurityIdentifier[] ; makeDivisible?: true ; name?: string } | { fundingRound?: string ; identifiers: SecurityIdentifier[] ; makeDivisible?: true ; name?: string }
fundingRound?
string
identifiers?
SecurityIdentifier
makeDivisible?
true
name
makeDivisible
name?
fundingRound
identifiers
Defined in
api/procedures/modifyAsset.ts:11arrow-up-right
Last updated 3 years ago
Was this helpful?