Skip to content

Documentation / react-auth / Wallet

Interface: Wallet ​

Object representation of a user's wallet.

Extended by ​

Properties ​

address ​

address: string

The wallet address.


chainType ​

chainType: "solana" | "ethereum"

Chain type of the wallet address.


connectorType? ​

connectorType?: string

The connector type used for this wallet during the most recent verification.

This includes but is not limited to injected, wallet_connect, coinbase_wallet, embedded.


delegated ​

delegated: boolean

Whether the wallet is delegated. Only applies to embedded wallets (walletClientType === 'privy').


id? ​

id?: null | string

The server wallet ID of the wallet. Null if the wallet is not delegated. Only applies to embedded wallets (walletClientType === 'privy').


imported ​

imported: boolean

Whether the wallet is imported. Only applies to embedded wallets (walletClientType === 'privy').


recoveryMethod? ​

recoveryMethod?: "privy" | UserRecoveryMethod

If this is a 'privy' embedded wallet, stores the recovery method:

1. 'privy': privy escrow of the recovery material
2. 'user-passcode': recovery protected by user-input passcode

walletClientType? ​

walletClientType?: string

The wallet client used for this wallet during the most recent verification.

If the value is privy, then this is a privy embedded wallet.

Other values include but are not limited to metamask, rainbow, coinbase_wallet, etc.


walletIndex ​

walletIndex: null | number

HD index for the wallet. Only applies to embedded wallets (walletClientType === 'privy').