diff --git a/types/index.ts b/types/index.ts index f6e78f1..16c5879 100644 --- a/types/index.ts +++ b/types/index.ts @@ -39,7 +39,7 @@ export interface DbAccount { export interface WalletAccount { address?: Uint8Array; - pubkey: Uint8Array; + pubKey: Uint8Array; algo: string; bech32Address: string; isNanoLedger?: boolean;