ContractFunctionWithValuesAndOutputs class sealed
- Inheritance
-
- Object
- ContractFunction
- ContractFunctionWithValues
- ContractFunctionWithValuesAndOutputs
- Implementers
Properties
- function → String
-
no setterinherited
- functionSelector → Uint8List
-
no setterinherited
- functionSelectorHex → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isExternal → bool
-
no setterinherited
- isLocal → bool
-
no setterinherited
- name → String
-
finalinherited
-
outputs
→ List<
FunctionParamWithValue> -
no setter
-
outputTypes
→ List<
FunctionParam> ? -
finalinherited
-
parameters
→ List<
FunctionParamWithValue> -
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateMutability → StateMutability?
-
finalinherited
Methods
-
addValues(
{required List values}) → ContractFunctionWithValues -
inherited
-
buildDataField(
) → Uint8List -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Json -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited