Documentation
    Preparing search index...

    Interface TonAddressItem

    interface TonAddressItem {
        name: "ton_addr";
        network?: string;
    }
    Index

    Properties

    Properties

    name: "ton_addr"
    network?: string

    Desired TON network global_id the dApp wants to connect on. A hint only; the network-mismatch alert is enforced at request time (sendTransaction / signData), not at connect.