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

@openbook-dex/openbook-v2

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openbook-dex/openbook-v2 - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

1

dist/cjs/client.d.ts

@@ -43,2 +43,3 @@ /// <reference types="bn.js" />

get walletPk(): PublicKey;
setProvider(provider: AnchorProvider): void;
sendAndConfirmTransaction(ixs: TransactionInstruction[], opts?: any): Promise<string>;

@@ -45,0 +46,0 @@ createProgramAccount(authority: Keypair, size: number): Promise<PublicKey>;

@@ -51,2 +51,5 @@ "use strict";

}
setProvider(provider) {
this.program = new anchor_1.Program(openbook_v2_1.IDL, this.programId, provider);
}
/// Transactions

@@ -53,0 +56,0 @@ async sendAndConfirmTransaction(ixs, opts = {}) {

@@ -47,2 +47,5 @@ import { BN, Program, } from '@coral-xyz/anchor';

}
setProvider(provider) {
this.program = new Program(IDL, this.programId, provider);
}
/// Transactions

@@ -49,0 +52,0 @@ async sendAndConfirmTransaction(ixs, opts = {}) {

@@ -43,2 +43,3 @@ /// <reference types="bn.js" />

get walletPk(): PublicKey;
setProvider(provider: AnchorProvider): void;
sendAndConfirmTransaction(ixs: TransactionInstruction[], opts?: any): Promise<string>;

@@ -45,0 +46,0 @@ createProgramAccount(authority: Keypair, size: number): Promise<PublicKey>;

2

package.json
{
"name": "@openbook-dex/openbook-v2",
"version": "0.0.22",
"version": "0.0.23",
"description": "Typescript Client for openbook-v2 program.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/openbook-dex/openbook-v2/",

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