nonceAccount property
Required for building pre-signing hash of a transaction
Implementation
@$pb.TagNumber(1)
$core.String get nonceAccount => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set nonceAccount($core.String v) {
$_setString(0, v);
}