customPayload property

  1. @TagNumber(8)
String get customPayload

TON transfer with custom payload (contract call). Raw one-cell BoC encoded in Base64.

Implementation

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

Implementation

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