Socket
Socket
Sign inDemoInstall

@railgun-community/shared-models

Package Overview
Dependencies
Maintainers
2
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@railgun-community/shared-models - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

17

dist/models/relayer.d.ts

@@ -0,1 +1,2 @@

import { ChainType } from './response-types';
export declare type RelayerFeeMessageData = {

@@ -14,1 +15,17 @@ fees: MapType<string>;

};
declare type EncryptedData = [string, string];
export declare type RelayerMethodParamsTransact = {
pubkey: string;
encryptedData: EncryptedData;
};
export declare type RelayerRawParamsTransact = {
serializedTransaction: string;
chainID: number;
chainType: ChainType;
feesID: string;
minGasPrice: Optional<string>;
relayerViewingKey: string;
useRelayAdapt: boolean;
devLog: boolean;
};
export {};

2

package.json
{
"name": "@railgun-community/shared-models",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",

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

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