wire_incept_group method
      
void
wire_incept_group(
    
    
- int port_,
- Pointer<wire_Identifier> identifier,
- Pointer<wire_list_identifier> participants,
- int signature_threshold,
- Pointer<wire_StringList> initial_witnesses,
- int witness_threshold,
Implementation
void wire_incept_group(
  int port_,
  ffi.Pointer<wire_Identifier> identifier,
  ffi.Pointer<wire_list_identifier> participants,
  int signature_threshold,
  ffi.Pointer<wire_StringList> initial_witnesses,
  int witness_threshold,
) {
  return _wire_incept_group(
    port_,
    identifier,
    participants,
    signature_threshold,
    initial_witnesses,
    witness_threshold,
  );
}