doneFuture

fun <V> doneFuture(value: V): CordaFuture<V>

Return

a done future with the given value as its outcome.