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 authored Nov 21, 2022
1 parent 3a58b64 commit b55ae09
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 b55ae09

Please sign in to comment.