selector property

Uint8List selector

The selector of this function, as described by solidity.

Implementation

Uint8List get selector {
  return keccakUtf8(encodeName()).sublist(0, 4);
}