assignGroupId method

void assignGroupId(
  1. Uint8List groupId
)

Assign a group id to this transaction. GroupId is the id generated by the SDK.

This is used for Atomic Transfers.

Implementation

void assignGroupId(Uint8List groupId) {
  group = groupId;
}