Last active
October 28, 2018 16:05
-
-
Save ezemery/6d1dcef173af2beb58146ece3c0a9e3f to your computer and use it in GitHub Desktop.
Making a transfer with Rave SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$single = new Transfer(); | |
$result = $single->singleTransfer($array); | |
$trx = json_decode($result, true); | |
return $trx; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment