Interface SendEncryptedMessageArgs

interface SendEncryptedMessageArgs {
    feeSigna?: string | number;
    hexMessage?: string;
    message?: string;
    recipientPublicKey: string;
}

Properties

feeSigna?: string | number

A custom fee in Signa value. You can use this to override automatic calculation.

hexMessage?: string

The binary hexadecimal message to be sent. You can either send a text or hex message, but not both

message?: string

The plain message string, i.e. text, stringified json or other human readable string.

recipientPublicKey: string

The recipients public key. It cannot be the numeric Id, i.e. the receiving account must be activated in the network