Documentation

    Interface StandardConnectOutput

    Output of the StandardConnectMethod.

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

    Properties

    accounts: readonly WalletAccount[]

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

    supportedIntents?: string[]
    MMNEPVFCICPMFPCPTTAAATR