Class InvalidWallet

java.lang.Object
dev.vality.damsel.claim_management.InvalidWallet
All Implemented Interfaces:
Serializable, Cloneable, Comparable<InvalidWallet>, org.apache.thrift.TBase<InvalidWallet,​InvalidWallet._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
           date="2022-10-25")
public class InvalidWallet
extends Object
implements org.apache.thrift.TBase<InvalidWallet,​InvalidWallet._Fields>, Serializable, Cloneable, Comparable<InvalidWallet>
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • InvalidWallet

      public InvalidWallet()
    • InvalidWallet

      public InvalidWallet​(String id, InvalidWalletReason reason)
    • InvalidWallet

      public InvalidWallet​(InvalidWallet other)
      Performs a deep copy on other.
  • Method Details