Constructs a new instance of the IdentityUser class.
The IdentityClient instance.
The underlying User data.
Gets the user's account address.
The user's account address.
Gets the user's bio.
The user's bio.
Gets the user's name.
The user's name.
Gets the user's profile picture URL (pfp).
The user's profile picture URL (pfp).
Gets the user's primary wallet.
The user's primary wallet.
Gets the user's secondary wallets.
The user's secondary wallets.
Gets the user's username.
The user's username.
Adds a new wallet to the user's secondary wallets.
The wallet to be added.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with the transaction context.
Removes a wallet from the user's secondary wallets.
The wallet to be removed.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with the transaction context.
Updates the user's information.
The arguments for updating the user's information.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with the transaction context.
Generated using TypeDoc
Represents the IdentityUser class providing methods to interact with user data.