genesisHash property

  1. @JsonKey(name: 'gh')
  2. @NullableByteArraySerializer()
Uint8List? genesisHash
final

The hash of the genesis block of the network for which the transaction is valid. See the genesis hash for MainNet, TestNet, and BetaNet.

Implementation

@JsonKey(name: 'gh')
@NullableByteArraySerializer()
final Uint8List? genesisHash;