python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Polkadot.js api how to get the balance of an account at a particular nonce
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 ...
Lee
Votes: 0
Answers: 0
Uncaught (in promise) Error: Objects are not valid as a React chid. If you meant to render a collection of children, use an array instead
Im trying to render the output of the polkadot browser extension but i'm getting this error Uncaught (in promise) Error: Objects are not valid as a React child (found: object with keys {address, meta,...

nvx
Votes: 0
Answers: 2
How to decode extrinsic at json-RPC call's data(byte code)
I call json-RPC through the terminal and get the data as below.
extrinsics is raw byte, but I'm using polkadot-js(SCALE codec?) to decode it.
But I don't know which method to call.
"block"...
PaperFrog
Votes: 0
Answers: 0
Correlate events with extrinsics in a utility.batch call in Polkadot
In Polkadot and Kusama blockchains emitted module events has the phase property so we can correlate them with the extrinsic that triggered that event but I can't do the same when the extrinsic is incl...

Mario Pino Uceda
Votes: 0
Answers: 0