CreateProfileParams
@liquidium/client / CreateProfileParams
Interface: CreateProfileParams
Defined in: packages/client/src/modules/accounts/types.ts:17
Parameters for creating a profile through a wallet adapter.
Properties
account
account:
string
Defined in: packages/client/src/modules/accounts/types.ts:19
Wallet address that will own the new profile.
chain
chain:
SigningChain
Defined in: packages/client/src/modules/accounts/types.ts:21
Chain used to sign the profile-creation message.
walletAdapter
walletAdapter:
WalletAdapter
Defined in: packages/client/src/modules/accounts/types.ts:23
Wallet adapter used to sign the profile-creation message.