R/transaction_sendTransaction.R

# ! Temporarily Disabled !
#
# sendTransaction = function(secretKey, secondSecretKey = NULL, amount, to) {
#   data = list(
#     username = username
#   )
#
#   url <- paste0(options$url, "/api/transactions")
#   content(PUT(url, body = data, encode='json'))
# }
#
# # 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.