Class UserOperation

java.lang.Object
xyz.voltawallet.model.UserOperation

public class UserOperation extends Object
  • Constructor Details

    • UserOperation

      public UserOperation()
  • Method Details

    • builder

      public static UserOperation.Builder builder()
    • sign

      public String sign(String... privateKeys)
    • copyToBuilder

      public UserOperation.Builder copyToBuilder()
    • getSender

      public String getSender()
    • getNonce

      public BigInteger getNonce()
    • getInitCode

      public String getInitCode()
    • getCallData

      public String getCallData()
    • getCallGasLimit

      public BigInteger getCallGasLimit()
    • getVerificationGasLimit

      public BigInteger getVerificationGasLimit()
    • getPreVerificationGas

      public BigInteger getPreVerificationGas()
    • getMaxFeePerGas

      public BigInteger getMaxFeePerGas()
    • getMaxPriorityFeePerGas

      public BigInteger getMaxPriorityFeePerGas()
    • getPaymasterAndData

      public String getPaymasterAndData()
    • getSignature

      public String getSignature()
    • getEntryPointAddress

      public String getEntryPointAddress()
    • getBlockchain

      public Blockchain getBlockchain()