api_procedures_modifyAsset
@polymeshassociation/polymesh-sdk / Modules / api/procedures/modifyAsset
Module: api/procedures/modifyAsset
Table of contents
Type Aliases
Type Aliases
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
}
Defined in
Last updated