Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Dec 12, 2024
1 parent 481bb34 commit 163ccd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion typescript-api/src/moonbase/interfaces/augment-api-rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" {
>;
};
moon: {
/** Returns the latest synced block from frontier's backend */
/**
* Returns the latest synced block from frontier's backend
**/
getLatestSyncedBlock: AugmentedRpc<() => Observable<u32>>;
/**
* Returns whether an Ethereum block is finalized
Expand Down
4 changes: 3 additions & 1 deletion typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" {
>;
};
moon: {
/** Returns the latest synced block from frontier's backend */
/**
* Returns the latest synced block from frontier's backend
**/
getLatestSyncedBlock: AugmentedRpc<() => Observable<u32>>;
/**
* Returns whether an Ethereum block is finalized
Expand Down
4 changes: 3 additions & 1 deletion typescript-api/src/moonriver/interfaces/augment-api-rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" {
>;
};
moon: {
/** Returns the latest synced block from frontier's backend */
/**
* Returns the latest synced block from frontier's backend
**/
getLatestSyncedBlock: AugmentedRpc<() => Observable<u32>>;
/**
* Returns whether an Ethereum block is finalized
Expand Down

0 comments on commit 163ccd0

Please sign in to comment.