signature property
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);
The signature of this event, which is the keccak hash of the event's name followed by it's components.
late final Uint8List signature = keccakUtf8(stringSignature);