group property

  1. @JsonKey(name: 'grp')
  2. @Base32Serializer()
Uint8List? group
getter/setter pair

The group specifies that the transaction is part of a group and, if so, specifies the hash of the transaction group.

Assign a group ID to a transaction through the workflow described in the Atomic Transfers Guide.

Implementation

@JsonKey(name: 'grp')
@Base32Serializer()
Uint8List? group;