Class: NumberedPortfolio
api/entities/NumberedPortfolio.NumberedPortfolio
Represents a numbered (non-default) Portfolio for an Identity
Hierarchy
-
↳
NumberedPortfolio
Properties
id
• id: BigNumber
Portfolio identifier number
Defined in
api/entities/NumberedPortfolio.ts:39
owner
• owner: Identity
Identity of the Portfolio's owner
Inherited from
Defined in
api/entities/Portfolio/index.ts:77
uuid
• uuid: string
Inherited from
Defined in
Methods
createdAt
▸ createdAt(): Promise
<null
| EventIdentifier
>
Retrieve the identifier data (block number, date and event index) of the event that was emitted when this Portfolio was created
Returns
Promise
<null
| EventIdentifier
>
Note
uses the middlewareV2
Note
there is a possibility that the data is not ready by the time it is requested. In that case, null
is returned
Defined in
api/entities/NumberedPortfolio.ts:101
exists
▸ exists(): Promise
<boolean
>
Return whether this Portfolio exists
Returns
Promise
<boolean
>