Interface RunStaticMethodCallTransactionResultMessage

All Superinterfaces:
ResultMessage<Optional<StorageValue>>, io.hotmoka.websockets.beans.api.RpcMessage, Supplier<Optional<StorageValue>>

public interface RunStaticMethodCallTransactionResultMessage extends ResultMessage<Optional<StorageValue>>
The network message corresponding to the result of the Node.runStaticMethodCallTransaction(StaticMethodCallTransactionRequest) method.
  • Method Summary

    Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage

    equals, getId, getType, hashCode

    Methods inherited from interface java.util.function.Supplier

    get