AbiContract class
- Inheritance
- Object
- TonSdkStructure
- AbiContract
Constructors
-
AbiContract({int abi_version_spaced, int abi_version, List<
String> header, List<AbiFunction> functions, List<AbiEvent> events, List<AbiData> data}) -
AbiContract.fromMap(Map<
String, dynamic> map)
Properties
- abi_version → int
-
read-only
- abi_version_spaced → int
-
read-only
-
data
→ List<
AbiData> -
read-only
-
events
→ List<
AbiEvent> -
read-only
-
functions
→ List<
AbiFunction> -
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
header
→ List<
String> -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited