recentBlockhash property

  1. @TagNumber(3)
String get recentBlockhash

Relatively recent block hash (base58 encoded).

Implementation

@$pb.TagNumber(3)
$core.String get recentBlockhash => $_getSZ(2);
  1. @TagNumber(3)
set recentBlockhash (String v)

Implementation

@$pb.TagNumber(3)
set recentBlockhash($core.String v) {
  $_setString(2, v);
}