From 882d7da3282a4ff1716b294db969cf631d2b5351 Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:29:26 +0200 Subject: [PATCH] chore(): changed typo --- src/types/request/v5-account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/request/v5-account.ts b/src/types/request/v5-account.ts index 293ab3b..bb39048 100644 --- a/src/types/request/v5-account.ts +++ b/src/types/request/v5-account.ts @@ -48,7 +48,7 @@ export interface SetCollateralCoinParamsV5 { collateralSwitch: 'ON' | 'OFF'; } -export interface getClassicTransactionLogsParamsV5 { +export interface GetClassicTransactionLogsParamsV5 { currency?: string; baseCoin?: string; type?: string;