tact-docs icon indicating copy to clipboard operation
tact-docs copied to clipboard

Update description of `bounced()` message receiver

Open novusnota opened this issue 1 year ago • 0 comments

It currently only describes how to accept the raw Slice and the truncated to 224 bits bounced<Message>. But if the message occupies less than 224-bits, than it can be specified there directly, without the special type constructor bounced<…>.

Some prior discussion (and links to implementation in Tact 1.1.0!): https://github.com/tact-lang/tact/issues/29

novusnota avatar Jul 12 '24 16:07 novusnota