mainAddress property
main account -- can be same as signer, or other main account (if done on some other account's behalf)
Implementation
@$pb.TagNumber(1)
$core.String get mainAddress => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set mainAddress($core.String v) {
$_setString(0, v);
}