getTransactionStatus not returning sealed block id
See original GitHub issueProblem
I’m using version 1.0.0. When I list an NFT for sale on the p2p marketplace, I wait for the transaction to be sealed. The result includes blockId. When I later call getTransactionStatus on the transaction id, blockId is null.
Steps to Reproduce
Create a storefront listing and call getTransactionStatus on the resulting sealed transaction id. blockId will be null.
Context
After calling getTransactionStatus I want to use blockId to get the block height for the sealed transaction.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
@onflow/interaction - npm
isSealed (getLatestBlock) Boolean -- determines if the criteria for the latest block is sealed or not. height (getBlockByHeight) Int -- sets ...
Read more >Home Depot Declined My Return, But I've Only Returned One ...
Home Depot's own in-store purchase return policy says: We require a valid ID for non-receipted returns and returns generated from purchases made ...
Read more >Condition of returned items policy - eBay
If a buyer returns an item, it should be returned in the same condition in which it was received, and it should include...
Read more >Returns, Refunds & Exchanges at Lowe's
See Lowe's Return Policy for plants, paint, appliances and more. ... state ID card or military ID) for returns without a valid proof...
Read more >Refund and Return Policies - Barnes & Noble
All returned items must be in their original condition; shrink-wrapped or sealed products must be unopened. Shipping fees are not refunded.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Believe this is only available via the HTTP API. There is currently not feature parity between the 2
Closing as this issue has been inactive for two months.