genesisId property

  1. @JsonKey(name: 'gen')
String? genesisId
final

The human-readable string that identifies the network for the transaction. The genesis ID is found in the genesis block.

See the genesis ID for MainNet, TestNet, and BetaNet.

Implementation

@JsonKey(name: 'gen')
final String? genesisId;