You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@bifrost-finance/type-definitions

Package Overview
Dependencies
Maintainers
5
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bifrost-finance/type-definitions - npm Package Compare versions

Comparing version

to
1.3.4

3

json/types.json

@@ -473,2 +473,5 @@ {

"Amount": "AmountOf",
"NodePrimitivesCurrencyCurrencyId": "CurrencyId",
"OrmlTokensBalanceLock": "BalanceLock",
"OrmlTokensAccountData": "OrmlAccountData",
"TransferOriginType": {

@@ -475,0 +478,0 @@ "_enum": {

2

package.json
{
"name": "@bifrost-finance/type-definitions",
"version": "1.3.3",
"version": "1.3.4",
"description": "Polkadot.js type definations for Acala Network",

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

@@ -34,2 +34,5 @@ declare const _default: {

Amount: string;
NodePrimitivesCurrencyCurrencyId: string;
OrmlTokensBalanceLock: string;
OrmlTokensAccountData: string;
TransferOriginType: {

@@ -36,0 +39,0 @@ _enum: {

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

Amount: 'AmountOf',
NodePrimitivesCurrencyCurrencyId: "CurrencyId",
OrmlTokensBalanceLock: 'BalanceLock',
OrmlTokensAccountData: 'OrmlAccountData',
TransferOriginType: {

@@ -42,0 +45,0 @@ _enum: {

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