Accountsdb plugin transaction part 3: Transaction Notifier (#21374)
The TransactionNotifierInterface interface for notifying transactions. Changes to transaction_status_service to notify the notifier of the transaction data. Interface to query the plugin's interest in transaction data
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -4349,6 +4349,8 @@ name = "solana-accountsdb-plugin-interface"
|
||||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"log 0.4.14",
|
||||
"solana-sdk",
|
||||
"solana-transaction-status",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
@@ -4370,6 +4372,7 @@ dependencies = [
|
||||
"solana-rpc",
|
||||
"solana-runtime",
|
||||
"solana-sdk",
|
||||
"solana-transaction-status",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user