AppleSauce
    Preparing search index...

    Wallet service capabilities and information

    interface WalletSupport {
        encryption: WalletConnectEncryptionMethod[];
        methods: WalletMethod[];
        notifications?: NotificationType[];
    }
    Index

    Properties

    List of supported encryption methods

    methods: WalletMethod[]

    List of supported methods for this wallet service

    notifications?: NotificationType[]

    List of supported notifications, optional