Cell.Integer

Static opCall method to create a cell containing an integer.

struct Cell
static
Integer
(
ulong integer
,)

Parameters

integer ulong

integer to put in cell

use_thousands_separator bool

if true the integer will be "thousands" comma-separated.

Return Value

Type: Cell

new cell struct

Meta