Skip to main content

Interface: WalletWithMetadata

Object representation of a user's wallet, with additional metadata for advanced use cases.

Hierarchy

  • LinkMetadata

  • Wallet

    WalletWithMetadata

Properties

address

address: string

The wallet address.

Inherited from

Wallet.address


chainId

Optional chainId: string

DO NOT USE: This feature is under active development.

The chain ID of the active connected wallet, if used to verify in the current session. Only present for the active wallet.

e.g. testnet, mainnet, goerli

Inherited from

Wallet.chainId


chainType

chainType: "ethereum" | "solana"

Chain type of the wallet address.

Inherited from

Wallet.chainType


type

type: "wallet"

Denotes that this is a wallet account.

Overrides

LinkMetadata.type


verifiedAt

verifiedAt: Date

Datetime when this account was linked to the user.

Inherited from

LinkMetadata.verifiedAt


walletType

Optional walletType: "metamask" | "coinbase_wallet" | "wallet_connect"

DO NOT USE: This feature is under active development.

The wallet type of the active connected wallet, if used to verify in the current session. Only present for the active wallet.

Inherited from

Wallet.walletType