New:Socket for Asana Is Now Available.Learn more
Get Started

@pear-protocol/types

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pear-protocol/types - npm Package Compare versions

Comparing version
1.26.0
to
1.26.1
+2
-0
dist/misc/responses.d.ts

@@ -30,2 +30,4 @@ import { z } from 'zod';

txInfo: z.ZodString;
fee: z.ZodNumber;
availableBalance: z.ZodNumber;
}, z.core.$strip>;

@@ -32,0 +34,0 @@ export type PrepareLighterFastWithdrawResult = z.output<typeof PrepareLighterFastWithdrawResult>;

@@ -25,3 +25,7 @@ import { z } from 'zod';

messageToSign: z.string(),
txInfo: z.string()
txInfo: z.string(),
// Integer USDC units Lighter charges on top of the amount, quoted for this exact transfer.
fee: z.number().int().nonnegative(),
// Integer USDC units the account could still move when the transfer was signed.
availableBalance: z.number().int().nonnegative()
});

@@ -28,0 +32,0 @@ const SubmitLighterFastWithdrawResult = z.object({

+1
-1
{
"name": "@pear-protocol/types",
"version": "1.26.0",
"version": "1.26.1",
"description": "Pear Protocol Types definitions",

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