customPayload property
TON transfer with custom payload (contract call). Raw one-cell BoC encoded in Base64.
Implementation
@$pb.TagNumber(8)
$core.String get customPayload => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set customPayload($core.String value) => $_setString(7, value);