Interface UniquenessCheckStateRef

  • All Implemented Interfaces:

    
    public interface UniquenessCheckStateRef
    
                        

    Representation of a state reference. This type might also be attached to some of the error types and returned through the client service. This representation does not depend on any specific ledger model and is agnostic to both the message bus API and any DB schema that may be used to persist data by the backing store.

    Please note that this representation of a state ref is entirely different from the Ledger specific net.corda.v5.ledger.utxo.StateRef class. This class represents a state ref that the uniqueness checker will process and may differ from the UTXO ledger data model.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract SecureHash getTxHash()
      abstract int getStateIndex()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait