🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@kasplex/kiwi-web

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasplex/kiwi-web - npm Package Compare versions

Comparing version
1.0.13
to
1.0.14
+4
-0
dist/types/interface.d.ts

@@ -30,1 +30,5 @@ import { Wasm } from "../index";

}
export interface TransferList {
toAddress: string;
amount: bigint;
}

@@ -11,2 +11,3 @@ export declare const BASE_URL_TEST = "https://tn10api.kasplex.org";

export declare const DEFAULT_FEE = 100000000n;
export declare const TRANSFER_FEE = 10000n;
export declare const MIN_PUSHDATA: {

@@ -13,0 +14,0 @@ MIN_PUSHDATA1: number;

+1
-1
{
"name": "@kasplex/kiwi-web",
"version": "1.0.13",
"version": "1.0.14",
"type": "module",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is too big to display