Interface UpdateOwnedTonCount

The number of Toncoins owned by the current user has changed. Subtype of Update.

interface UpdateOwnedTonCount {
    @type: "updateOwnedTonCount";
    ton_amount: number;
}

Properties

Properties

@type: "updateOwnedTonCount"
ton_amount: number

The new amount of owned Toncoins; in the smallest units of the cryptocurrency.