topic property
String
get
topic
Gets the event topic (keccak256 of signature).
Implementation
String get topic {
throw UnimplementedError('Use AbiEncoder.getEventTopic');
}
Gets the event topic (keccak256 of signature).
String get topic {
throw UnimplementedError('Use AbiEncoder.getEventTopic');
}