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

@helium/idls

Package Overview
Dependencies
Maintainers
5
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helium/idls - npm Package Compare versions

Comparing version 0.0.49 to 0.0.50

lib/cjs/rewards_oracle.js

10

lib/cjs/data_credits.js

@@ -925,3 +925,11 @@ "use strict";

"name": "newAuthority",
"type": "publicKey"
"type": {
"option": "publicKey"
}
},
{
"name": "hntPriceOracle",
"type": {
"option": "publicKey"
}
}

@@ -928,0 +936,0 @@ ]

@@ -643,2 +643,8 @@ "use strict";

"type": "u8"
},
{
"name": "approver",
"type": {
"option": "publicKey"
}
}

@@ -808,2 +814,8 @@ ]

}
},
{
"name": "approver",
"type": {
"option": "publicKey"
}
}

@@ -849,2 +861,10 @@ ]

}
},
{
"name": "approver",
"type": {
"option": {
"option": "publicKey"
}
}
}

@@ -1114,2 +1134,7 @@ ]

"msg": "Oracle index was out of range"
},
{
"code": 6004,
"name": "InvalidApproverSignature",
"msg": "Approver signature required"
}

@@ -1116,0 +1141,0 @@ ]

@@ -922,3 +922,11 @@ export const IDL = {

"name": "newAuthority",
"type": "publicKey"
"type": {
"option": "publicKey"
}
},
{
"name": "hntPriceOracle",
"type": {
"option": "publicKey"
}
}

@@ -925,0 +933,0 @@ ]

@@ -640,2 +640,8 @@ export const IDL = {

"type": "u8"
},
{
"name": "approver",
"type": {
"option": "publicKey"
}
}

@@ -805,2 +811,8 @@ ]

}
},
{
"name": "approver",
"type": {
"option": "publicKey"
}
}

@@ -846,2 +858,10 @@ ]

}
},
{
"name": "approver",
"type": {
"option": {
"option": "publicKey"
}
}
}

@@ -1111,2 +1131,7 @@ ]

"msg": "Oracle index was out of range"
},
{
"code": 6004,
"name": "InvalidApproverSignature",
"msg": "Approver signature required"
}

@@ -1113,0 +1138,0 @@ ]

@@ -922,3 +922,11 @@ export type DataCredits = {

"name": "newAuthority";
"type": "publicKey";
"type": {
"option": "publicKey";
};
},
{
"name": "hntPriceOracle";
"type": {
"option": "publicKey";
};
}

@@ -925,0 +933,0 @@ ];

@@ -640,2 +640,8 @@ export type LazyDistributor = {

"type": "u8";
},
{
"name": "approver";
"type": {
"option": "publicKey";
};
}

@@ -805,2 +811,8 @@ ];

};
},
{
"name": "approver";
"type": {
"option": "publicKey";
};
}

@@ -846,2 +858,10 @@ ];

};
},
{
"name": "approver";
"type": {
"option": {
"option": "publicKey";
};
};
}

@@ -1111,2 +1131,7 @@ ];

"msg": "Oracle index was out of range";
},
{
"code": 6004;
"name": "InvalidApproverSignature";
"msg": "Approver signature required";
}

@@ -1113,0 +1138,0 @@ ];

4

package.json
{
"name": "@helium/idls",
"version": "0.0.49",
"version": "0.0.50",
"description": "Exported idls",

@@ -39,3 +39,3 @@ "publishConfig": {

},
"gitHead": "8751d1acbb7b38f7c520fd2ad5732a1867ba7d1c"
"gitHead": "6ebea82ff4782697743462a6f1c25eacd10c8a98"
}

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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