@open-web3/orml-type-definitions
Advanced tools
Comparing version 1.0.2-3 to 1.0.2-4
{ | ||
"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: { |
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
26984
495