@pear-protocol/types
Advanced tools
@@ -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, |
858220
0.04%24601
0.02%