Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/core/src/rpc/full.rs
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ pub trait Full {
/// - `address`: The base-58 encoded address to query.
/// - `config` (optional): Configuration object with the following fields:
/// - `before`: Start search before this signature.
/// - `until`: Search until this signature (inclusive).
/// - `until`: Search until this signature (exclusive).
/// - `limit`: Maximum number of results to return (default: 1,000; max: 1,000).
/// - `commitment`: The level of commitment desired (e.g., finalized).
/// - `minContextSlot`: The minimum slot that the query should be evaluated at.
Expand Down
Loading
Loading