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
jelilat
changed the title
Implement starknet.go support for starknet_getBlockWithTxHashes
Implement starknet.go support for transaction endpoints
Feb 15, 2024
@Ash20pk I was waiting for another PR that introduces the go template, since it's been merged I am raising a PR soon. Edit: Okay you already raised a PR congrats
Current State
The RPC Request Builder autogenerates
starknet.go
code snippets for StarkNet RPC endpoints. However, some endpoints are not yet supported.Required Action
Add autogenerated
starknet.go
support for the following endpoints.starknet_getTransactionStatus
starknet_getTransactionByHash
starknet_getTransactionByBlockIdAndIndex
starknet_getTransactionReceipt
starknet_getBlockTransactionCount
starknet_getEvents
Additional Context:
The text was updated successfully, but these errors were encountered: