inceptGroup method

  1. @override
Future<GroupInception> inceptGroup({
  1. required Identifier identifier,
  2. required List<Identifier> participants,
  3. required int signatureThreshold,
  4. required List<String> initialWitnesses,
  5. required int witnessThreshold,
  6. dynamic hint,
})
override

Implementation

@override
Future<GroupInception> inceptGroup(
    {required Identifier identifier,
    required List<Identifier> participants,
    required int signatureThreshold,
    required List<String> initialWitnesses,
    required int witnessThreshold,
    dynamic hint}) async {
  throw UnimplementedError('inceptGroup() has not been implemented.');
}