fromAddress property
Address for building the appropriate input
Implementation
@$pb.TagNumber(4)
$core.String get fromAddress => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set fromAddress($core.String v) {
$_setString(3, v);
}
Address for building the appropriate input
@$pb.TagNumber(4)
$core.String get fromAddress => $_getSZ(3);
@$pb.TagNumber(4)
set fromAddress($core.String v) {
$_setString(3, v);
}