We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Aleph Zero:
The hook useBalance("5FKbRdY3LSH3u7i5HQtZJFUDYK48gVDTk9UHfLVReB2V7iCe", true)
useBalance("5FKbRdY3LSH3u7i5HQtZJFUDYK48gVDTk9UHfLVReB2V7iCe", true)
returns:
freeBalance: 12744289824425306 reservedBalance: 0 reducibleBalance: 12744289824425306 balance: 12744289824425306
While using the extrinsic: system.account(5FKbRdY3LSH3u7i5HQtZJFUDYK48gVDTk9UHfLVReB2V7iCe)
system.account(5FKbRdY3LSH3u7i5HQtZJFUDYK48gVDTk9UHfLVReB2V7iCe)
{ nonce: 282 consumers: 3 providers: 1 sufficients: 0 data: { free: 12,744,289,824,425,306 reserved: 0 frozen: 12,500,000,927,318,979 flags: 170,141,183,460,469,231,731,698,539,259,012,003,331 } }
The frozen balance is being ignored within the useBalance hook
The text was updated successfully, but these errors were encountered:
Fixed in #84
Sorry, something went wrong.
No branches or pull requests
On Aleph Zero:
The hook
useBalance("5FKbRdY3LSH3u7i5HQtZJFUDYK48gVDTk9UHfLVReB2V7iCe", true)
returns:
While using the extrinsic:
system.account(5FKbRdY3LSH3u7i5HQtZJFUDYK48gVDTk9UHfLVReB2V7iCe)
returns:
The frozen balance is being ignored within the useBalance hook
The text was updated successfully, but these errors were encountered: