how do i send ethereum, litecoin, bitcoin cash, etc with this same api. in bitcoin it is
$transaction = Transaction::send([ 'toBitcoinAddress' => $order->address, 'amount' => new Money($amount, CurrencyCode::USD), 'description' => 'Bitcoin from' // 'fee' => '0.0001' // only required for transactions under BTC0.0001 ]);
what should i change the 'toBitcoinAddress' to for every other ones.
how do i send ethereum, litecoin, bitcoin cash, etc with this same api. in bitcoin it is
$transaction = Transaction::send([ 'toBitcoinAddress' => $order->address, 'amount' => new Money($amount, CurrencyCode::USD), 'description' => 'Bitcoin from' // 'fee' => '0.0001' // only required for transactions under BTC0.0001 ])
; what should i change the 'toBitcoinAddress' to for every other ones.