Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@everlend/general-pool

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everlend/general-pool - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

3

dist/accounts/withdrawRequest.d.ts
/// <reference types="node" />
import { AccountType } from '../program';
import { AccountInfo, Connection, PublicKey } from '@solana/web3.js';

@@ -7,2 +8,3 @@ import BN from 'bn.js';

declare type Args = {
accountType: AccountType;
pool: PublicKey;

@@ -18,2 +20,3 @@ from: PublicKey;

static readonly SCHEMA: any;
accountType: AccountType;
pool: PublicKey;

@@ -20,0 +23,0 @@ from: PublicKey;

@@ -27,2 +27,3 @@ "use strict";

WithdrawalRequestData.SCHEMA = _a.struct([
['accountType', 'u8'],
['pool', 'publicKey'],

@@ -29,0 +30,0 @@ ['from', 'publicKey'],

2

package.json
{
"name": "@everlend/general-pool",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -9,2 +9,3 @@ import { AccountType, GeneralPoolsProgram } from '../program'

type Args = {
accountType: AccountType
pool: PublicKey

@@ -21,2 +22,3 @@ from: PublicKey

static readonly SCHEMA = this.struct([
['accountType', 'u8'],
['pool', 'publicKey'],

@@ -31,2 +33,3 @@ ['from', 'publicKey'],

accountType: AccountType
pool: PublicKey

@@ -33,0 +36,0 @@ from: PublicKey

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc