EntryPointWithoutSigner class

Inheritance

Constructors

EntryPointWithoutSigner({required String rpcURL})

Properties

client ↔ Web3Client
getter/setter pairinherited
contract ↔ DeployedContract
getter/setter pairinherited
contractABI String
finalinherited
contractAddress String
finalinherited
contractName String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
rpcURL String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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

Constants

abi → const String