Constructor: starsTonAmount
Describes an amount of toncoin in nanotons (i.e. 1/1_000_000_000
of a toncoin).
Attributes:
Name | Type | Required | Description |
---|---|---|---|
amount | long | Yes | The amount in nanotons. |
Type: StarsAmount
Example:
$starsTonAmount = ['_' => 'starsTonAmount', 'amount' => long];