Interface GetTransactionRepresentationResultMessage

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

public interface GetTransactionRepresentationResultMessage extends io.hotmoka.websockets.beans.api.ResultMessage<Optional<String>>
The network message corresponding to the result of the PublicNode.getTransactionRepresentation(byte[]) 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