HttpCanisterUpdate_id function

Uint8List HttpCanisterUpdate_id(
  1. Map update
)

@param {object} update @returns {Buffer}

Implementation

// ignore: non_constant_identifier_names
Uint8List HttpCanisterUpdate_id(Map update) {
  return HttpCanisterUpdate_representation_independent_hash(update);
}