Table of Contents

Class UserOperationRevertReasonEventDTO

Namespace
Thirdweb.AccountAbstraction
Assembly
Thirdweb.dll
[Event("UserOperationRevertReason")]
public class UserOperationRevertReasonEventDTO : IEventDTO
Inheritance
UserOperationRevertReasonEventDTO
Implements
IEventDTO
Inherited Members

Properties

Nonce

[Parameter("uint256", "nonce", 3, false)]
public virtual BigInteger Nonce { get; set; }

Property Value

BigInteger

RevertReason

[Parameter("bytes", "revertReason", 4, false)]
public virtual byte[] RevertReason { get; set; }

Property Value

byte[]

Sender

[Parameter("address", "sender", 2, true)]
public virtual string Sender { get; set; }

Property Value

string

UserOpHash

[Parameter("bytes32", "userOpHash", 1, true)]
public virtual byte[] UserOpHash { get; set; }

Property Value

byte[]