diff --git a/types/index.d.ts b/types/index.d.ts index a6cac62b..81eba0c3 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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 };