Interface OutgoingMessage

All Superinterfaces:
Message
All Known Subinterfaces:
GenericOutgoingMessage, TransactionSigningResponse, TransactionVerifyResponse

public interface OutgoingMessage extends Message
Interface to an outgoing message to the OOB server.
Since:
5.3.0
  • Method Details

    • getMessageType

      @NonNull OutgoingMessage.Type getMessageType()
      Get the underlying message type.
      Returns:
      The message type.