group property

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

Base64 encoded byte array of a sha512/256 digest. When present indicates that this transaction is part of a transaction group and the value is the sha512/256 hash of the transactions in that group.

Implementation

@JsonKey(name: 'group')
final String? group;