- Preparing search index...
- The search index is not available
tonconnect
Type alias ConnectionInfo
Connection
Info
: { auth_type
: AuthType; custom_data
: { chain_id
: string | null; provider
: "http" | "injected" | null; } & Version; wallet_address
: string | null; wallet_type
: string | null; wallet_version
: string | null; }
Type declaration
-
-
custom_data: {
chain_id: string | null;
provider: "http" | "injected" | null;
} & Version
-
wallet_address: string | null
-
wallet_type: string | null
-
wallet_version: string | null
Information about a connected wallet.