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

@eywa-fi/solana-bridge-ts

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eywa-fi/solana-bridge-ts - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "@eywa-fi/solana-bridge-ts",
"version": "0.0.8",
"version": "0.0.9",
"description": "",

@@ -5,0 +5,0 @@ "author": "",

@@ -5,2 +5,7 @@ import { web3, BN } from '@project-serum/anchor';

interface ICancellablePromise<T> extends Promise<T> {
cancel: () => void;
finalize: () => void;
}
declare type SolWeb3PublicKey = web3.PublicKey;

@@ -1393,4 +1398,6 @@ declare type SolSplU64 = u64;

private removeEventListener;
onceEvent(eventName: string): ICancellablePromise<any>;
subscribeSynthesizeRequest(handler: (ev: ISynthesizeRequestEvent) => void): number;
unsubscribeSynthesizeRequest(subscriptionId: number): Promise<void>;
onceSynthesizeRequestEvent(): ICancellablePromise<ISynthesizeRequestEvent>;
subscribeBurnRequest(handler: (ev: IBurnRequestEvent) => void): number;

@@ -1397,0 +1404,0 @@ unsubscribeBurnRequest(subscriptionId: number): Promise<void>;

Sorry, the diff of this file is too big to display

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