Constructs a new instance of the IdentityProfileEntity class.
The parent IdentityProfile instance.
The label associated with the entity data.
The account address of the Merkle tree for entity data.
Gets the account address of the Merkle tree for entity data.
The account address of the Merkle tree.
Gets the label associated with the entity data.
The label associated with the entity data.
Gets the leaves (entity data nodes) of the Merkle tree.
The leaves of the Merkle tree.
Gets the Merkle tree instance associated with the entity data.
The Merkle tree instance.
Gets the values of the entity data.
The values of the entity data.
Adds new entity data to the Merkle tree.
The entity data to be added.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with the transaction context.
Removes entity data from the Merkle tree.
The index of the entity data to be removed.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with the transaction context.
Updates entity data in the Merkle tree.
The index of the entity data to be updated.
The updated entity data.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with the transaction context.
Verifies entity data in the Merkle tree.
The index of the entity data to be verified.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with the transaction context.
Generated using TypeDoc
Represents the IdentityProfileEntity class providing methods to interact with profile entity data.