Skip to content

adamant-console / sendSignal

Function: sendSignal()

sendSignal(address?, json?, passphrase?): Promise<any>

Defined in: send.js:110

Sends an encrypted signal message.

Parameters

address?

string = ...

Recipient ADAMANT address or public key

json?

any = ...

Signal payload

passphrase?

string

Optional passphrase override for RPC/library use

Returns

Promise<any>

Send transaction response, unwrapped from data when present

Released under the GPL-3.0 License.