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

@open-web3/orml-type-definitions

Package Overview
Dependencies
Maintainers
3
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-web3/orml-type-definitions - npm Package Compare versions

Comparing version 1.0.2-3 to 1.0.2-4

2

package.json
{
"name": "@open-web3/orml-type-definitions",
"version": "1.0.2-3",
"version": "1.0.2-4",
"description": "Polkadot.js type definitions for Open Runtime Module Library (ORML)",

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

declare const _default: {
rpc: {};
rpc: {
queryExistentialDeposit: {
description: string;
params: ({
name: string;
type: string;
isHistoric?: undefined;
isOptional?: undefined;
} | {
name: string;
type: string;
isHistoric: boolean;
isOptional: boolean;
})[];
type: string;
};
};
types: {

@@ -4,0 +20,0 @@ OrmlAccountData: {

@@ -8,3 +8,17 @@ "use strict";

var _default = {
rpc: {},
rpc: {
queryExistentialDeposit: {
description: 'Query Existential Deposit for a given currency.',
params: [{
name: 'currencyId',
type: 'CurrencyId'
}, {
name: 'at',
type: 'BlockHash',
isHistoric: true,
isOptional: true
}],
type: 'NumberOrHex'
}
},
types: {

@@ -11,0 +25,0 @@ OrmlAccountData: {

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