Layer 220
StarsTonAmount
Describes an amount of toncoin in nanotons (i. e. 1/1_000_000_000 of a toncoin).
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Amount | long | The amount in nanotons. |
Returns
StarsAmountGogram Example
// Creating StarsTonAmount constructor obj := &tg.StarsTonAmount{ Amount: int64(0), }