Skip to content

Commit

Permalink
add a type for SigningClientResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Oct 16, 2024
1 parent 6d5c760 commit fa74eab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/telescope/src/helpers/helper-func-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,7 @@ export interface AminoConverter {
fromAmino: (data: any) => any;
toAmino: (data: any) => any;
}
export type SigningClientResolver = () => ISigningClient | undefined;
`;
};

0 comments on commit fa74eab

Please sign in to comment.