wire_program_tree_hash method

void wire_program_tree_hash(
  1. int port_,
  2. Pointer<wire_uint_8_list> ser_program_bytes
)

Implementation

void wire_program_tree_hash(
  int port_,
  ffi.Pointer<wire_uint_8_list> ser_program_bytes,
) {
  return _wire_program_tree_hash(
    port_,
    ser_program_bytes,
  );
}