wire_incept_group method

void wire_incept_group(
  1. int port_,
  2. Pointer<wire_Identifier> identifier,
  3. Pointer<wire_list_identifier> participants,
  4. int signature_threshold,
  5. Pointer<wire_StringList> initial_witnesses,
  6. 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,
  );
}