You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * get storage balance of account id function */exportasyncfunctionstorage_balance_of(account_id){letbalance=awaitwindow.ftContract.storage_balance_of({account_id: account_id,});returnbalance;}
The text was updated successfully, but these errors were encountered:
I'm developing Dapp on NEAR protocol.
And I want to cross call method.
I'm writing FT contract's storage_balance_of() method before call ross call method.
But Unhandled Rejection (Error): [-32700] occured.
What are the possible causes and countermeasures?
Unhandled Rejection (Error): [-32700] Parse error: Failed parsing args: missing field `account_id`
frontend source code is here.
The text was updated successfully, but these errors were encountered: