Documentation
    Preparing search index...

    Interface Wallet

    interface Wallet {
        account: Account;
        connectItems?: { tonProof?: TonProofItemReply };
        device: DeviceInfo;
        provider: "injected" | "http";
    }
    Index

    Properties

    account: Account

    Selected account.

    connectItems?: { tonProof?: TonProofItemReply }

    Response for connect items request.

    device: DeviceInfo

    Information about user's wallet's device.

    provider: "injected" | "http"

    Provider type: http bridge or injected js.