Skip to content

Commit

Permalink
Fix Broken Example
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed Dec 22, 2024
1 parent 1b9e02c commit 0d56761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/get_parsed_transaction_history.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ async fn main() -> Result<()> {
let request: ParsedTransactionHistoryRequest = ParsedTransactionHistoryRequest {
address: "2k5AXX4guW9XwRQ1AKCpAuUqgWDpQpwFfpVFh3hnm2Ha".to_string(),
before: None,
until: None,
transaction_type: None,
commitment: None,
limit: None,
source: None,
};

let response: Result<Vec<EnhancedTransaction>> = helius.parsed_transaction_history(request).await;
Expand Down

0 comments on commit 0d56761

Please sign in to comment.