Clarify that Struct.fromCell()
and similar functions aren't extension functions per se
#1786
Labels
docs: Reference
/ref section of the docs: API reference, standard libraries, specification and evolution
kind: docs
Documentation for docs.tact-lang.org kept in docs folder
Milestone
And derive a better signature for them. This is also important for the language server: tact-lang/tact-language-server#187.
Technically, those are global functions that just happen to be hidden in namespaces of all Struct and Message types.
StructType.fromCell()
StructType.fromSlice()
MessageType.fromCell()
MessageType.fromSlice()
The text was updated successfully, but these errors were encountered: