tact-docs
tact-docs copied to clipboard
Wrong function signature for `fromSlice`
The signature in the docs is as follows:
extends fun fromSlice(self: Struct, cell: Slice): Struct;
But fromSlice is not called on any instance of Struct. Struct is better understood as a namespace here.
Incidentally, cell: Slice is confusing, it should be slice: Slice.