Skip to content

Commit

Permalink
feat: add slot to transaction notification
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstrnad committed Oct 20, 2024
1 parent 1bf58c8 commit 1231f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/enhanced_websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ pub struct RpcTransactionsConfig {
pub struct TransactionNotification {
pub transaction: EncodedTransactionWithStatusMeta,
pub signature: String,
pub slot: u64,
}

0 comments on commit 1231f6c

Please sign in to comment.