selector property
Uint8List
get
selector
The selector of this function, as described by solidity.
Implementation
Uint8List get selector {
return keccakUtf8(encodeName()).sublist(0, 4);
}
The selector of this function, as described by solidity.
Uint8List get selector {
return keccakUtf8(encodeName()).sublist(0, 4);
}