Skip to content

Documentation / react-auth / ConnectedSolanaWallet

Interface: ConnectedSolanaWallet

Object representation of a connected Solana wallet for the user.

Properties

address

address: string

The Solana wallet address (base58-encoded public key)


connectedAt

connectedAt: number

The first time this wallet was connected.


connectorType

connectorType: "embedded"

The connector type for the Solana wallet. Currently, only embedded wallets (connectorType: 'embedded') is supported.


getProvider

getProvider: () => Promise<SolanaProvider>

A method to create a SolanaProvider to make RPC requests, like 'signMessage' to the wallet.

Returns

Promise<SolanaProvider>


meta

meta: WalletBranding

Branding metadata for the Solana wallet.


walletClientType

walletClientType: "privy"

The wallet client for the Solana wallet. Currently, only embedded wallets (walletClientType: 'privy') is supported.