@everlend/general-pool
Advanced tools
Comparing version 0.0.7 to 0.0.8
/// <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'], |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120291
2568