Skip to main content
Version: v29.0.x

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; }

NameTypeDescriptionDefined in

assetType?

KnownAssetType | string | BigNumber

src/api/procedures/types.ts:1155

fundingRound?

string

src/api/procedures/types.ts:1153

identifiers?

SecurityIdentifier[]

src/api/procedures/types.ts:1154

makeDivisible?

true

makes an indivisible Asset divisible

src/api/procedures/types.ts:1151

name

string

src/api/procedures/types.ts:1152

{ assetType?: KnownAssetType | string | BigNumber; fundingRound?: string; identifiers?: SecurityIdentifier[]; makeDivisible: true; name?: string; }

NameTypeDefined in

assetType?

KnownAssetType | string | BigNumber

src/api/procedures/types.ts:1162

fundingRound?

string

src/api/procedures/types.ts:1160

identifiers?

SecurityIdentifier[]

src/api/procedures/types.ts:1161

makeDivisible

true

src/api/procedures/types.ts:1158

name?

string

src/api/procedures/types.ts:1159

{ assetType?: KnownAssetType | string | BigNumber; fundingRound: string; identifiers?: SecurityIdentifier[]; makeDivisible?: true; name?: string; }

NameTypeDefined in

assetType?

KnownAssetType | string | BigNumber

src/api/procedures/types.ts:1169

fundingRound

string

src/api/procedures/types.ts:1167

identifiers?

SecurityIdentifier[]

src/api/procedures/types.ts:1168

makeDivisible?

true

src/api/procedures/types.ts:1165

name?

string

src/api/procedures/types.ts:1166

{ assetType?: KnownAssetType | string | BigNumber; fundingRound?: string; identifiers: SecurityIdentifier[]; makeDivisible?: true; name?: string; }

NameTypeDefined in

assetType?

KnownAssetType | string | BigNumber

src/api/procedures/types.ts:1176

fundingRound?

string

src/api/procedures/types.ts:1174

identifiers

SecurityIdentifier[]

src/api/procedures/types.ts:1175

makeDivisible?

true

src/api/procedures/types.ts:1172

name?

string

src/api/procedures/types.ts:1173

{ assetType: KnownAssetType | string | BigNumber; fundingRound?: string; identifiers?: SecurityIdentifier[]; makeDivisible?: true; name?: string; }

NameTypeDefined in

assetType

KnownAssetType | string | BigNumber

src/api/procedures/types.ts:1183

fundingRound?

string

src/api/procedures/types.ts:1181

identifiers?

SecurityIdentifier[]

src/api/procedures/types.ts:1182

makeDivisible?

true

src/api/procedures/types.ts:1179

name?

string

src/api/procedures/types.ts:1180