Skip to content

Commit

Permalink
Update types/index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: legobeat <[email protected]>
  • Loading branch information
bergarces and legobeat committed Feb 20, 2023
1 parent 2881523 commit 9714f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export type GetPublicKeyPayload = { hdPath: string };
export type GetPublicKeyResponse = {
publicKey: string;
address: string;
chainCode?: string | undefined;
chainCode?: string;
};

export type LedgerSignTransactionPayload = { hdPath: string; rawTxHex: string };
Expand Down

0 comments on commit 9714f19

Please sign in to comment.