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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
We have RPC system_accountNextIndex / account_nextIndex, but the method is returning nonce.
substrate/utils/frame/rpc/system/src/lib.rs
Lines 57 to 58 in 510e68b
And we have another
AccountIndex
substrate/bin/node/primitives/src/lib.rs
Lines 38 to 39 in 510e68b
IMO
account_nextIndex
means give me the next AccountIndex, not the next account nonce.Feel free to close this if I am the only one found this confusing.
The text was updated successfully, but these errors were encountered: