You are viewing a single comment's thread from:RE: Hive-js & Hive-tx migration to Hive - Breaking changes for browsers!View the full contextView the direct parentsn0n (63)in HiveDevs • 5 years ago What about to view it? My project site I'd like to display posting, but not sure what to call
https://developers.hive.io/apidefinitions/#database_api.find_accounts
database_api.find_accounts
returnsposting_json_metadata
hive.api.callAsync('database_api.find_accounts', { accounts: ['mahdiyari'] }) .then((res) => console.log(res))
or
hive.api.call('database_api.find_accounts', { accounts: ['mahdiyari'] }, (err, res) => { console.log(err, res) })
Beautiful, going to try that shortly. Appreciate the help.
Worked great, thank you again.