Type Alias: ModifyAssetParams
ModifyAssetParams = {
assetType?
:KnownAssetType
|string
|BigNumber
;fundingRound?
:string
;identifiers?
:SecurityIdentifier
[];makeDivisible?
:true
;name
:string
; } | {assetType?
:KnownAssetType
|string
|BigNumber
;fundingRound?
:string
;identifiers?
:SecurityIdentifier
[];makeDivisible
:true
;name?
:string
; } | {assetType?
:KnownAssetType
|string
|BigNumber
;fundingRound
:string
;identifiers?
:SecurityIdentifier
[];makeDivisible?
:true
;name?
:string
; } | {assetType?
:KnownAssetType
|string
|BigNumber
;fundingRound?
:string
;identifiers
:SecurityIdentifier
[];makeDivisible?
:true
;name?
:string
; } | {assetType
:KnownAssetType
|string
|BigNumber
;fundingRound?
:string
;identifiers?
:SecurityIdentifier
[];makeDivisible?
:true
;name?
:string
; }
Defined in: src/api/procedures/types.ts:1146
Type declaration
{ assetType?
: KnownAssetType
| string
| BigNumber
; fundingRound?
: string
; identifiers?
: SecurityIdentifier
[]; makeDivisible?
: true
; name
: string
; }
Name | Type | Description | Defined in |
---|---|---|---|
|
| ‐ | |
|
| ‐ | |
| ‐ | ||
|
| makes an indivisible Asset divisible | |
|
| ‐ |
{ assetType?
: KnownAssetType
| string
| BigNumber
; fundingRound?
: string
; identifiers?
: SecurityIdentifier
[]; makeDivisible
: true
; name?
: string
; }
Name | Type | Defined in |
---|---|---|
|
| |
|
| |
| ||
|
| |
|
|
{ assetType?
: KnownAssetType
| string
| BigNumber
; fundingRound
: string
; identifiers?
: SecurityIdentifier
[]; makeDivisible?
: true
; name?
: string
; }
Name | Type | Defined in |
---|---|---|
|
| |
|
| |
| ||
|
| |
|
|
{ assetType?
: KnownAssetType
| string
| BigNumber
; fundingRound?
: string
; identifiers
: SecurityIdentifier
[]; makeDivisible?
: true
; name?
: string
; }
Name | Type | Defined in |
---|---|---|
|
| |
|
| |
| ||
|
| |
|
|
{ assetType
: KnownAssetType
| string
| BigNumber
; fundingRound?
: string
; identifiers?
: SecurityIdentifier
[]; makeDivisible?
: true
; name?
: string
; }
Name | Type | Defined in |
---|---|---|
|
| |
|
| |
| ||
|
| |
|
|