帐户数据几乎都在这里了,包括创建的时间,余额,点赞能量等等。
let result = await hive.api.getAccountsAsync([account])
console.log(256, result, result.length === 0) //length为0表示帐户不存在
帐户数据几乎都在这里了,包括创建的时间,余额,点赞能量等等。
let result = await hive.api.getAccountsAsync([account])
console.log(256, result, result.length === 0) //length为0表示帐户不存在