@kasplex/kiwi
Advanced tools
+7
-0
@@ -56,2 +56,9 @@ import { Krc20Data } from "./types/interface"; | ||
| /** | ||
| * Validates the ticker field in the data. | ||
| * @param data The Krc20Data object to validate. | ||
| * @returns The current instance for chaining. | ||
| * @throws Error if the ticker is invalid. | ||
| */ | ||
| private static validateTickOrCa; | ||
| /** | ||
| * Validates the 'to' address field in the data. | ||
@@ -58,0 +65,0 @@ * @returns The current instance for chaining. |
@@ -90,2 +90,3 @@ export interface PaginationParam { | ||
| amt?: string; | ||
| name: string; | ||
| from: string; | ||
@@ -92,0 +93,0 @@ to: string; |
+1
-1
| { | ||
| "name": "@kasplex/kiwi", | ||
| "version": "1.0.18", | ||
| "version": "1.0.19", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+7
-0
@@ -62,3 +62,10 @@ # Kasplex Wallet SDK - Kiwi | ||
| ## 📜 Version History | ||
| ### [1.0.19] - 2025-05-01 | ||
| #### 🛠️ Bug Fixes | ||
| - Fixed issue with transaction processing (#123) | ||
| #### API Request Interface Modifications | ||
| - Added the getBlackList interface for querying the blacklist. | ||
| - Enhanced interface return types for better data type visibility. | ||
| ### [1.0.11] - 2025-04-17 | ||
@@ -65,0 +72,0 @@ |
Sorry, the diff of this file is too big to display
12167317
0.01%19815
0.12%82
9.33%