SmartAccountFactory class

Implementers

Constructors

SmartAccountFactory({required String contractAddress, required dynamic contractABI, required dynamic contractName})

Properties

contractABI String
getter/setter pair
contractAddress String
getter/setter pair
contractName String
getter/setter pair
deployedContract ↔ DeployedContract
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer ↔ Signer<_SignerImpl>
getter/setter pair

Methods

getAddress(String address, int salt, List<String> modules) Future<List>
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

Constants

entryPoint → const String