recentBlockhash property
Relatively recent block hash (base58 encoded).
Implementation
@$pb.TagNumber(3)
$core.String get recentBlockhash => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set recentBlockhash($core.String v) {
$_setString(2, v);
}