Package xyz.voltawallet.model
Class UserOperation.Builder
java.lang.Object
xyz.voltawallet.model.UserOperation.Builder
- Enclosing class:
- UserOperation
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setBlockchain(Blockchain blockchain) setCallData(String callData) setCallGasLimit(BigInteger callGasLimit) setEntryPointAddress(String entryPointAddress) setInitCode(String initCode) setMaxFeePerGas(BigInteger maxFeePerGas) setMaxPriorityFeePerGas(BigInteger maxPriorityFeePerGas) setNonce(BigInteger nonce) setPaymasterAndData(String paymasterAndData) setPreVerificationGas(BigInteger preVerificationGas) setSignature(String signature) setVerificationGasLimit(BigInteger verificationGasLimit)
-
Method Details
-
setSender
-
setNonce
-
setInitCode
-
setCallData
-
setCallGasLimit
-
setVerificationGasLimit
-
setPreVerificationGas
-
setMaxFeePerGas
-
setMaxPriorityFeePerGas
-
setPaymasterAndData
-
setSignature
-
setEntryPointAddress
-
setBlockchain
-
build
-