Skip to content

Commit

Permalink
Revert PaginationOptionschanges - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Oct 2, 2024
1 parent a8a24e2 commit 6417f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-rpc/internal/methods/get_transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"github.com/stellar/soroban-rpc/cmd/soroban-rpc/internal/ledgerbucketwindow"
)

// TransactionsPaginationOptions defines the available options for paginating through transactions.
type TransactionsPaginationOptions struct {
Cursor string `json:"cursor,omitempty"`
Limit uint `json:"limit,omitempty"`
Expand Down

0 comments on commit 6417f93

Please sign in to comment.