public static class TransactionVerificationException.MissingNetworkParametersException
Thrown when the network parameters with hash: missingNetworkParametersHash is not available at this node. Usually all the parameters that are in the resolution chain for transaction with txId should be fetched from peer via FetchParametersFlow or from network map.
public MissingNetworkParametersException(@NotNull
SecureHash txId,
@NotNull
java.lang.String message)
Thrown when the network parameters with hash: missingNetworkParametersHash is not available at this node. Usually all the parameters that are in the resolution chain for transaction with txId should be fetched from peer via FetchParametersFlow or from network map.
txId - Id of the transaction that has missing parameters hash in the resolution chainpublic MissingNetworkParametersException(@NotNull
SecureHash txId,
@NotNull
SecureHash missingNetworkParametersHash)