Documentation
    Preparing search index...

    Interface TonAddressItemReply

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

    Properties

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