recipientOtherChain property
source on other chain, optional
Implementation
@$pb.TagNumber(3)
$core.String get recipientOtherChain => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set recipientOtherChain($core.String v) {
$_setString(2, v);
}
source on other chain, optional
@$pb.TagNumber(3)
$core.String get recipientOtherChain => $_getSZ(2);
@$pb.TagNumber(3)
set recipientOtherChain($core.String v) {
$_setString(2, v);
}