1

I am trying to get the balance of a wallet account using the wallet address and it's nonce. For example I can get the latest balance and the total number of nonce of a wallet address with this.

const { nonce, data: balance } = await api.query.system.account(ADDR); console.log(balance of account is ${balance.free} and a nonce of ${nonce});

I'd like to get the balance of an address at a particular nonce like.

get the balance of account x at nonce number y

Thank you for reading.

Lee
  • 39
  • 7
  • 2
    https://substrate.stackexchange.com/ would be a much better place to surface this question, could you ask there instead? – Nuke Mar 17 '22 at 15:45

0 Answers0