group property

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

Uint8List? group;