Get data
getBalance
async window.fewcha.getBalance(): Promise<Response<string>>;{
"method": "getBalance",
"status": 200,
"data": "4000"
}account
async window.fewcha.account(): Promise<Response<Record<string, string>>>;{
"method": "getCurrentAccount",
"status": 200,
"data": {
"address": "0x...",
"publicKey": "0x..."
}
}getNetworkType
Last updated