Skip to content

adamant-console / sendRich

Function: sendRich()

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

Defined in: send.js:83

Sends an encrypted rich message.

Parameters

address?

string = ...

Recipient ADAMANT address or public key

json?

any = ...

Rich message 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.