public static class TransactionVerificationException.TransactionNetworkParameterOrderingException
If the network parameters associated with an input or reference state in a transaction are more recent than the network parameters of the new transaction itself.
public TransactionNetworkParameterOrderingException(@NotNull
SecureHash txId,
@NotNull
java.lang.String message)
If the network parameters associated with an input or reference state in a transaction are more recent than the network parameters of the new transaction itself.
public TransactionNetworkParameterOrderingException(@NotNull
SecureHash txId,
@NotNull
StateRef inputStateRef,
@NotNull
NetworkParameters txnNetworkParameters,
@NotNull
NetworkParameters inputNetworkParameters)