comment function

Cell comment(
  1. String src
)

Implementation

Cell comment(String src) {
  return beginCell().storeUint(BigInt.zero, 32).storeStringTail(src).endCell();
}