Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starknet_subscribePendingTransactions #2218

Open
sistemd opened this issue Sep 4, 2024 · 0 comments
Open

starknet_subscribePendingTransactions #2218

sistemd opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@sistemd
Copy link
Contributor

sistemd commented Sep 4, 2024

The starknet_subscribePendingTransactions method accepts a transaction_details boolean parameter and a sender_address array argument. It will stream transactions from the pending block to the client. If sender_address is specified, the results will only include transactions sent by one of the addresses in sender_address. If transaction_details is set to true (by default it is false), it will return full transactions (pathfinder_common::transaction::Transaction), otherwise it will only return transaction hashes (pathfinder_common::TransactionHash).

@sistemd sistemd added this to the Starknet Websocket RPC milestone Sep 4, 2024
@sistemd sistemd self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant