Guest User

Untitled

a guest
Nov 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. client.getAccount('12222222222uCp455Vm22222222222222', function(err, account) {
  2. account.createAddress(null, function(err, address) {
  3. console.log("new address--->"+address);
  4. });
  5. });
Add Comment
Please, Sign In to add comment