signature property

Uint8List signature
latefinal

The signature of this event, which is the keccak hash of the event's name followed by it's components.

Implementation

late final Uint8List signature = keccakUtf8(stringSignature);