All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.p8e.functional.ContractErrorHandler.kt Maven / Gradle / Ivy

Go to download

A collection of services and libraries that iteract and run Provenance Java based contracts.

There is a newer version: 0.9.0-grpc
Show newest version
package io.p8e.functional

import io.p8e.proxy.ContractError
import io.p8e.spec.P8eContract

@FunctionalInterface
interface ContractErrorHandler {
    fun handle(contractError: ContractError): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy