Link Search Menu Expand Document

Constructor: starsTonAmount

Back to constructors index

Describes an amount of toncoin in nanotons (i.e. 1/1_000_000_000 of a toncoin).

Attributes:

NameTypeRequiredDescription
amountlongYesThe amount in nanotons.

Type: StarsAmount

Example:

$starsTonAmount = ['_' => 'starsTonAmount', 'amount' => long];