customPayload property

  1. @TagNumber(6)
String get customPayload

Optional raw one-cell BoC encoded in Base64. Can be used in the case of mintless jetton transfers.

Implementation

@$pb.TagNumber(6)
$core.String get customPayload => $_getSZ(5);
  1. @TagNumber(6)
set customPayload (String v)

Implementation

@$pb.TagNumber(6)
set customPayload($core.String v) {
  $_setString(5, v);
}