可以获取用户的余额、代理和公钥等数据
async getStates(){
let username = "timool"
let s = await this.steem.api.getAccountsAsync([username])
console.log(789, s[0].balance)
}
可以获取用户的余额、代理和公钥等数据
async getStates(){
let username = "timool"
let s = await this.steem.api.getAccountsAsync([username])
console.log(789, s[0].balance)
}
RE: SteemJS中文手册