final case class MismatchedNonces(acctNonce: Unsigned256, transactionNonce: Unsigned256) extends Aborted with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MismatchedNonces
- Serializable
- Serializable
- Product
- Equals
- Aborted
- ExecutionStatus
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MismatchedNonces(acctNonce: Unsigned256, transactionNonce: Unsigned256)
Value Members
- val acctNonce: Unsigned256
- val transactionNonce: Unsigned256