toAddress property
Destination address, on destination chain
Implementation
@$pb.TagNumber(4)
$core.String get toAddress => $_getSZ(3);Implementation
@$pb.TagNumber(4)
set toAddress($core.String v) {
  $_setString(3, v);
}Destination address, on destination chain
@$pb.TagNumber(4)
$core.String get toAddress => $_getSZ(3);@$pb.TagNumber(4)
set toAddress($core.String v) {
  $_setString(3, v);
}