Skip to content

Commit

Permalink
chore(ts-sdk): regenerate graphql and json rpc to update comments (#4519
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cpl121 authored Dec 17, 2024
1 parent 82ffdcc commit 070a635
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sdk/typescript/src/client/types/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ export interface GetValidatorsApyParams {}
/** Return list of events for a specified query criteria. */
export interface QueryEventsParams {
/**
* The event query criteria. See [Event filter](https://docs.iota.org/developer/iota-101/using-events#applying-event-filters)
* The event query criteria. See
* [Event filter](https://docs.iota.org/developer/iota-101/using-events#applying-event-filters)
* documentation for examples.
*/
query: RpcTypes.IotaEventFilter;
Expand All @@ -353,7 +354,8 @@ export type QueryTransactionBlocksParams = {
export interface SubscribeEventParams {
/**
* The filter criteria of the event stream. See
* [Event filter](https://docs.iota.org/developer/iota-101/using-events#applying-event-filters) documentation for examples.
* [Event filter](https://docs.iota.org/developer/iota-101/using-events#applying-event-filters)
* documentation for examples.
*/
filter: RpcTypes.IotaEventFilter;
}
Expand Down

0 comments on commit 070a635

Please sign in to comment.