Skip to content

adamant-console / sendTokens

Function: sendTokens()

sendTokens(address?, amountString?, passphrase?): Promise<any>

Defined in: send.js:23

Sends ADM tokens from the configured account.

Parameters

address?

string = ...

Recipient ADAMANT address or public key

amountString?

string = ...

Token amount, optionally suffixed with ADM

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.