Contracts class

Implemented types

Constructors

Contracts({dynamic messenger, Wallet? wallet})

Properties

hashCode int
The hash code for this object.
no setterinherited
messenger ↔ dynamic
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wallet Wallet
getter/setter pair

Methods

at(Contract contract) Contract
getAddressForContract(Transaction tx) String
newContract({String? code, List? init, int? version, bool? toDS}) Contract
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
testContract({String? code, List? init, int? version}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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