EventEntry class

Inheritance

Constructors

EventEntry({required bool anonymous, required String name, required List<AbiEntryParam> inputs})

Properties

anonymous bool
finalinherited
asTopic Hash
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inputs List<AbiEntryParam>
finalinherited
name String
finalinherited
outputs List<AbiEntryParam>
finalinherited
payable bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureHash Hash
no setterinherited
type AbiEntryType
finalinherited

Methods

decode(Uint8List encoded, [List<Hash> topics = const []]) List<Object>
override
decodeTopics(Uint8List data, List<Uint8List> topics) List<Object>
encodeArguments(List<Object> args) Uint8List
inherited
encodeSignature() Uint8List
inherited
filteredInputs(bool indexed) List<AbiEntryParam>
fingerprintSignature() Uint8List
inherited
formatSignature([String? contractName]) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited