functionSignature property

Uint8List get functionSignature

Implementation

Uint8List get functionSignature {
  return data.sublist(0, 4);
}