-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Description
I'm looking at the API and it's really confusing.
I should be able to set the bitcoin address using setaddress
, but I have no idea how accounts work. Can I omit the account and just specify a bitcoin address?
Would the following make sense in node-bitcoin?
var myBitCoinAddress = "abc1234567890qwertyQWERTY";
client.setAddress(myBitcoinAddress);
Metadata
Metadata
Assignees
Labels
No labels