getChainIds method

Set<int> getChainIds()

Gets all unique chain IDs in this batch.

Implementation

Set<int> getChainIds() {
  return _authorizations.map((auth) => auth.chainId).toSet();
}