fulfillment property
Hex-encoded fulfillment matching condition
Implementation
@$pb.TagNumber(4)
$core.String get fulfillment => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set fulfillment($core.String v) {
$_setString(3, v);
}
Hex-encoded fulfillment matching condition
@$pb.TagNumber(4)
$core.String get fulfillment => $_getSZ(3);
@$pb.TagNumber(4)
set fulfillment($core.String v) {
$_setString(3, v);
}