Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageApi

The Message API

Hierarchy

  • MessageApi

Index

Properties

sendEncryptedMessage

sendEncryptedMessage: function

Sends an encrypted text message to another account/recipient

param

The argument object

returns

The Transaction Id or Unsigned Bytes as Hex String if no private key was sent

Type declaration

sendMessage

sendMessage: function

Sends a plain text message to another account/recipient

param

The argument object

returns

The Transaction Id or Unsigned Bytes as Hex String if no private key was sent

Type declaration