ConstructorEntry class

Inheritance

Constructors

ConstructorEntry({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<Object>
override
encode(List<Object> args) Uint8List
encodeArguments(List<Object> args) Uint8List
inherited
encodeSignature() Uint8List
inherited
fingerprintSignature() Uint8List
inherited
formatSignature([String? contractName]) String
override
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