TransactionScriptABI class
Constructors
-
TransactionScriptABI(String name, String doc, Uint8List code, List<
TypeArgumentABI> tyArgs, List<ArgumentABI> args)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
Serializer serializer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
load(
Deserializer deserializer) → TransactionScriptABI