genesisHash property

  1. @JsonKey(name: 'gh')
  2. @ByteArrayToB64Converter()
String? genesisHash
final

hash to which this block belongs.

Implementation

@JsonKey(name: 'gh')
@ByteArrayToB64Converter()
final String? genesisHash;