Interface MethodFuture

All Superinterfaces:
CodeFuture<Optional<StorageValue>>

public interface MethodFuture extends CodeFuture<Optional<StorageValue>>
The future of a transaction that executes a method in a node. It yields an optional value, since void method return non value.