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
Currently, getBalance and getNonce are able to resolve null when no such block exists. (the given blockNumber is too big)
For TypeScript users, they should put the type guard for every getBalance and getNonce.
The problem is, a type guard is useless if the users use a valid block number only.
Methods using blockNumber parameter
getBalance
getNonce
getRegularKey
getRegularKeyOwner
getAsset
getAssetScheme*
getBlock
getBlockHash
isAssetSpent
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently,
getBalance
andgetNonce
are able to resolvenull
when no such block exists. (the given blockNumber is too big)For TypeScript users, they should put the type guard for every
getBalance
andgetNonce
.The problem is, a type guard is useless if the users use a valid block number only.
Methods using blockNumber parameter
The text was updated successfully, but these errors were encountered: