BlockchainChainId

sealed class BlockchainChainId

Supported blockchain chain identifiers for balance queries. Each value maps to a specific chain supported by the underlying providers (Privy, Coinbase).

Inheritors

Types

Link copied to clipboard

Base Mainnet (EVM L2)

Link copied to clipboard

Base Sepolia testnet (EVM L2)

Link copied to clipboard
object Companion
Link copied to clipboard

Ethereum Mainnet (EVM L1)

Link copied to clipboard
data class SdkUnknown(val value: String) : BlockchainChainId
Link copied to clipboard

Solana Mainnet

Link copied to clipboard

Solana Devnet testnet

Properties

Link copied to clipboard
abstract val value: String