Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $list_tx = $bitcoin->listtransactions("*", 1, 0, false);
  2. $amount = $list_tx["amount"];
  3. $address = $list_tx["address"];
  4. $txid = $list_tx["txid"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement