AbiBaseFragment class abstract

Abstract class representing a base fragment in ABI, providing common properties and methods.

Implementers

Constructors

AbiBaseFragment.fromJson(Map<String, dynamic> json, bool tronTypes)
Creates an instance of AbiBaseFragment from JSON representation.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputs List<AbiParameter>
The list of input parameters for the fragment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FragmentTypes
The type of the fragment.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

funcName(String name, AbiBaseFragment fragment) String
Gets the encoded function name for the given name and fragment.