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 value) => $_setString(2, value);