Usage Guide
Using the NIX SDK
Console Commands
help getaddressbalance
//ghost 0.1 NIX and log response
client.command('ghostamountv2', '0.1').then(value => console.log(value));
//un-ghost 0.1 NIX and log response
client.command('unghostamountv2', '0.1').then(value => console.log(value)); 
Last updated
Was this helpful?