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.22 to 0.0.23

19

lib/cjs/lazy_transactions.js

@@ -306,2 +306,16 @@ "use strict";

{
"name": "signerSeeds",
"docs": [
"Additional signer seeds. Should include bump",
"Note that these seeds will be prefixed with \"user\", lazy_transactions.name",
"and the bump you pass and account should be consistent with this. But to save space",
"in the instruction, they should be ommitted here. See tests for examples"
],
"type": {
"vec": {
"vec": "bytes"
}
}
},
{
"name": "index",

@@ -374,2 +388,7 @@ "type": "u32"

"msg": "Failed to serialize instruction"
},
{
"code": 6002,
"name": "ToCreateSerializeFailed",
"msg": "Failed to serialize ToCreate"
}

@@ -376,0 +395,0 @@ ]

@@ -303,2 +303,16 @@ export const IDL = {

{
"name": "signerSeeds",
"docs": [
"Additional signer seeds. Should include bump",
"Note that these seeds will be prefixed with \"user\", lazy_transactions.name",
"and the bump you pass and account should be consistent with this. But to save space",
"in the instruction, they should be ommitted here. See tests for examples"
],
"type": {
"vec": {
"vec": "bytes"
}
}
},
{
"name": "index",

@@ -371,2 +385,7 @@ "type": "u32"

"msg": "Failed to serialize instruction"
},
{
"code": 6002,
"name": "ToCreateSerializeFailed",
"msg": "Failed to serialize ToCreate"
}

@@ -373,0 +392,0 @@ ]

@@ -303,2 +303,16 @@ export type LazyTransactions = {

{
"name": "signerSeeds";
"docs": [
"Additional signer seeds. Should include bump",
"Note that these seeds will be prefixed with \"user\", lazy_transactions.name",
"and the bump you pass and account should be consistent with this. But to save space",
"in the instruction, they should be ommitted here. See tests for examples"
];
"type": {
"vec": {
"vec": "bytes";
};
};
},
{
"name": "index";

@@ -371,2 +385,7 @@ "type": "u32";

"msg": "Failed to serialize instruction";
},
{
"code": 6002;
"name": "ToCreateSerializeFailed";
"msg": "Failed to serialize ToCreate";
}

@@ -373,0 +392,0 @@ ];

4

package.json
{
"name": "@helium/idls",
"version": "0.0.22",
"version": "0.0.23",
"description": "Exported idls",

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

},
"gitHead": "d3e4e0b0a349170d8b9ed79fd65054c383bfda2e"
"gitHead": "e356b94bdc6072cf108769fecaa3b01f54fb3f57"
}

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 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 too big to display

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