sendTransaction: Send Transaction

Description Usage Examples

Description

Send ark from one account to another.

Usage

1
sendTransaction(secretKey, to, amount)

Examples

1
2
3
4
5
# The following example would send 1 Ark from the account with the given secret key to the given address, which must be entered as a string.
# example:
sendTransaction(secretKey = "one two three four five six seven eight nine ten eleven twelve",
                to = address,
                amount = 1)

rrbest/arkR documentation built on May 20, 2019, 3:32 p.m.