Output of the StandardConnectMethod.

interface StandardConnectOutput {
    accounts: readonly WalletAccount[];
    supportedIntents?: string[];
}

Properties

accounts: readonly WalletAccount[]

List of accounts in the "@wallet-standard/base".Wallet that the app has been authorized to use.

supportedIntents?: string[]