What does SIGNERS mean in Steem API?
steem.api.verifyAccountAuthority(nameOrId, signers, function(err, result) { console.log(err, result); });
I didn't find much information about this. The signers parameter is not the API secret. I guess I need to do something with it, but what and how?
thanks.