customPayload property
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);
Implementation
@$pb.TagNumber(6)
set customPayload($core.String v) {
$_setString(5, v);
}