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 v) {
$_setString(7, v);
}