AppleSauce
    Preparing search index...

    Interface WalletSupport<Methods>

    Wallet service capabilities and information

    interface WalletSupport<Methods extends TWalletMethod = TWalletMethod> {
        encryption: WalletConnectEncryptionMethod[];
        methods: Methods["method"][];
        notifications?: NotificationType[];
    }

    Type Parameters

    Index

    Properties

    List of supported encryption methods

    methods: Methods["method"][]

    List of supported methods for this wallet service

    notifications?: NotificationType[]

    List of supported notifications, optional