Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

I guess I'm something missing in understanding hyperblock. Let's take this hyperblock "curl https://gateway.elrond.com/hyperblock/by-nonce/8936293" tx 16f984ce9bd9347bfe234c94b44335c40da189febd602be8615f1f5672040838 If we'll investigate block response, this tx marked as success, if we'll see the same tx via explorer https://explorer.elrond.com/transactions/16f984ce9bd9347bfe234c94b44335c40da189febd602be8615f1f5672040838 - it has status failed. From the doc, I understood, that hyperblock returns only executed transactions. The main goal: listen and save only all successful transactions 1. Does this mean that tx was executed, but we don't know if it was successful or failed? 2. Is there any possibility by one API call collects all executed and successful tx? 3. Will sorting by destinationShard filter executed and accepted tx to the shards (this tx dest. is metachain)?