EntryPointWithoutSigner class
Methods
-
depositTo({required String address, required BigInt value, required Credentials credentials, BigInt? gasPrice, BigInt? gasLimit})
→ Future<String>
-
-
getBalance()
→ Future<BigInt>
-
inherited
-
getDeposit({required String address})
→ Future<BigInt>
-
-
getNonce({required String address})
→ Future<BigInt>
-
-
getUserOpHash({required dynamic userOp})
→ Future<Uint8List>
-
-
handleOps({required List ops, required String beneficiary, required Credentials credentials, BigInt? gasPrice, BigInt? gasLimit})
→ Future
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
read({required String functionName, required List args})
→ Future
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
transact({required String privateKey, String? value, String? from, String? to})
→ Future<void>
-
inherited
-
write({required String functionName, required List args, required Credentials credentials, BigInt? value})
→ Future<String>
-
inherited