Documentation

    Type Alias StandardConnectFeature

    standard:connect is a "@wallet-standard/base".Wallet.features | feature that may be implemented by a "@wallet-standard/base".Wallet to allow the app to obtain authorization to use "@wallet-standard/base".Wallet.accounts.

    type StandardConnectFeature = {
        "standard:connect": {
            connect: StandardConnectMethod;
            version: StandardConnectVersion;
        };
    }
    Index

    Properties

    "standard:connect": {
        connect: StandardConnectMethod;
        version: StandardConnectVersion;
    }

    Name of the feature.

    Type declaration

    MMNEPVFCICPMFPCPTTAAATR