Documentation
    Preparing search index...

    Interface TonAddressItemReply

    interface TonAddressItemReply {
        address: string;
        name: "ton_addr";
        network: CHAIN;
        publicKey: string;
        walletStateInit: string;
    }
    Index

    Properties

    address: string
    name: "ton_addr"
    network: CHAIN
    publicKey: string
    walletStateInit: string