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

@helium/idls

Package Overview
Dependencies
Maintainers
7
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.2.5 to 0.2.14-next.112

2

lib/cjs/circuit_breaker.js

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.0.1",
"version": "0.1.0",
"name": "circuit_breaker",

@@ -8,0 +8,0 @@ "instructions": [

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.1.2",
"version": "0.2.0",
"name": "data_credits",

@@ -8,0 +8,0 @@ "instructions": [

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.0.1",
"version": "0.1.0",
"name": "fanout",

@@ -415,7 +415,2 @@ "instructions": [

"isSigner": false
},
{
"name": "rent",
"isMut": false,
"isSigner": false
}

@@ -422,0 +417,0 @@ ],

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.0.1",
"version": "0.1.0",
"name": "lazy_distributor",

@@ -8,0 +8,0 @@ "instructions": [

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.0.1",
"version": "0.1.1",
"name": "lazy_transactions",

@@ -44,2 +44,7 @@ "instructions": [

{
"name": "executedTransactions",
"isMut": true,
"isSigner": false
},
{
"name": "systemProgram",

@@ -69,6 +74,7 @@ "isMut": false,

"name": "lazyTransactions",
"isMut": false,
"isMut": true,
"isSigner": false,
"relations": [
"canopy"
"canopy",
"executed_transactions"
]

@@ -103,3 +109,3 @@ },

"name": "block",
"isMut": true,
"isMut": false,
"isSigner": false,

@@ -133,2 +139,7 @@ "pda": {

"isSigner": false
},
{
"name": "executedTransactions",
"isMut": true,
"isSigner": false
}

@@ -155,6 +166,7 @@ ],

"name": "lazyTransactions",
"isMut": false,
"isMut": true,
"isSigner": false,
"relations": [
"authority"
"authority",
"executed_transactions"
]

@@ -193,2 +205,7 @@ },

}
},
{
"name": "executedTransactions",
"isMut": true,
"isSigner": false
}

@@ -255,2 +272,7 @@ ],

"isSigner": false
},
{
"name": "executedTransactions",
"isMut": true,
"isSigner": false
}

@@ -334,2 +356,6 @@ ],

"type": "u8"
},
{
"name": "executedTransactions",
"type": "publicKey"
}

@@ -355,3 +381,3 @@ ]

"name": "index",
"type": "u64"
"type": "u32"
}

@@ -515,2 +541,7 @@ ]

"msg": "Invalid canopy length"
},
{
"code": 6004,
"name": "TransactionAlreadyExecuted",
"msg": "Transaction has already been executed"
}

@@ -517,0 +548,0 @@ ]

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.0.1",
"version": "0.1.0",
"name": "mobile_entity_manager",

@@ -670,3 +670,10 @@ "instructions": [

],
"args": []
"args": [
{
"name": "args",
"type": {
"defined": "IssueCarrierNftArgsV0"
}
}
]
},

@@ -875,2 +882,8 @@ {

"type": "string"
},
{
"name": "metadataUrl",
"type": {
"option": "string"
}
}

@@ -881,2 +894,16 @@ ]

{
"name": "IssueCarrierNftArgsV0",
"type": {
"kind": "struct",
"fields": [
{
"name": "metadataUrl",
"type": {
"option": "string"
}
}
]
}
},
{
"name": "UpdateCarrierTreeArgsV0",

@@ -907,3 +934,3 @@ "type": {

"name": "InvalidStringLength",
"msg": "Names must be less than 32 characters"
"msg": "Names, symbols and urls must be less than 32, 10, and 200 characters respectively"
},

@@ -910,0 +937,0 @@ {

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.1.0",
"version": "0.2.0",
"name": "price_oracle",

@@ -8,0 +8,0 @@ "instructions": [

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.1.0",
"version": "0.2.0",
"name": "rewards_oracle",

@@ -68,2 +68,62 @@ "instructions": [

]
},
{
"name": "setCurrentRewardsWrapperV1",
"accounts": [
{
"name": "oracle",
"isMut": true,
"isSigner": true
},
{
"name": "lazyDistributor",
"isMut": false,
"isSigner": false
},
{
"name": "recipient",
"isMut": true,
"isSigner": false,
"relations": [
"lazy_distributor"
]
},
{
"name": "keyToAsset",
"isMut": false,
"isSigner": false
},
{
"name": "oracleSigner",
"isMut": false,
"isSigner": false,
"pda": {
"seeds": [
{
"kind": "const",
"type": "string",
"value": "oracle_signer"
}
]
}
},
{
"name": "lazyDistributorProgram",
"isMut": false,
"isSigner": false
},
{
"name": "systemProgram",
"isMut": false,
"isSigner": false
}
],
"args": [
{
"name": "args",
"type": {
"defined": "SetCurrentRewardsWrapperArgsV1"
}
}
]
}

@@ -91,2 +151,18 @@ ],

}
},
{
"name": "SetCurrentRewardsWrapperArgsV1",
"type": {
"kind": "struct",
"fields": [
{
"name": "oracleIndex",
"type": "u16"
},
{
"name": "currentRewards",
"type": "u64"
}
]
}
}

@@ -93,0 +169,0 @@ ]

@@ -5,3 +5,3 @@ "use strict";

exports.IDL = {
"version": "0.0.1",
"version": "0.2.0",
"name": "treasury_management",

@@ -8,0 +8,0 @@ "instructions": [

export const IDL = {
"version": "0.0.1",
"version": "0.1.0",
"name": "circuit_breaker",

@@ -4,0 +4,0 @@ "instructions": [

export const IDL = {
"version": "0.1.2",
"version": "0.2.0",
"name": "data_credits",

@@ -4,0 +4,0 @@ "instructions": [

export const IDL = {
"version": "0.0.1",
"version": "0.1.0",
"name": "fanout",

@@ -411,7 +411,2 @@ "instructions": [

"isSigner": false
},
{
"name": "rent",
"isMut": false,
"isSigner": false
}

@@ -418,0 +413,0 @@ ],

export const IDL = {
"version": "0.0.1",
"version": "0.1.0",
"name": "lazy_distributor",

@@ -4,0 +4,0 @@ "instructions": [

export const IDL = {
"version": "0.0.1",
"version": "0.1.1",
"name": "lazy_transactions",

@@ -40,2 +40,7 @@ "instructions": [

{
"name": "executedTransactions",
"isMut": true,
"isSigner": false
},
{
"name": "systemProgram",

@@ -65,6 +70,7 @@ "isMut": false,

"name": "lazyTransactions",
"isMut": false,
"isMut": true,
"isSigner": false,
"relations": [
"canopy"
"canopy",
"executed_transactions"
]

@@ -99,3 +105,3 @@ },

"name": "block",
"isMut": true,
"isMut": false,
"isSigner": false,

@@ -129,2 +135,7 @@ "pda": {

"isSigner": false
},
{
"name": "executedTransactions",
"isMut": true,
"isSigner": false
}

@@ -151,6 +162,7 @@ ],

"name": "lazyTransactions",
"isMut": false,
"isMut": true,
"isSigner": false,
"relations": [
"authority"
"authority",
"executed_transactions"
]

@@ -189,2 +201,7 @@ },

}
},
{
"name": "executedTransactions",
"isMut": true,
"isSigner": false
}

@@ -251,2 +268,7 @@ ],

"isSigner": false
},
{
"name": "executedTransactions",
"isMut": true,
"isSigner": false
}

@@ -330,2 +352,6 @@ ],

"type": "u8"
},
{
"name": "executedTransactions",
"type": "publicKey"
}

@@ -351,3 +377,3 @@ ]

"name": "index",
"type": "u64"
"type": "u32"
}

@@ -511,2 +537,7 @@ ]

"msg": "Invalid canopy length"
},
{
"code": 6004,
"name": "TransactionAlreadyExecuted",
"msg": "Transaction has already been executed"
}

@@ -513,0 +544,0 @@ ]

export const IDL = {
"version": "0.0.1",
"version": "0.1.0",
"name": "mobile_entity_manager",

@@ -666,3 +666,10 @@ "instructions": [

],
"args": []
"args": [
{
"name": "args",
"type": {
"defined": "IssueCarrierNftArgsV0"
}
}
]
},

@@ -871,2 +878,8 @@ {

"type": "string"
},
{
"name": "metadataUrl",
"type": {
"option": "string"
}
}

@@ -877,2 +890,16 @@ ]

{
"name": "IssueCarrierNftArgsV0",
"type": {
"kind": "struct",
"fields": [
{
"name": "metadataUrl",
"type": {
"option": "string"
}
}
]
}
},
{
"name": "UpdateCarrierTreeArgsV0",

@@ -903,3 +930,3 @@ "type": {

"name": "InvalidStringLength",
"msg": "Names must be less than 32 characters"
"msg": "Names, symbols and urls must be less than 32, 10, and 200 characters respectively"
},

@@ -906,0 +933,0 @@ {

export const IDL = {
"version": "0.1.0",
"version": "0.2.0",
"name": "price_oracle",

@@ -4,0 +4,0 @@ "instructions": [

export const IDL = {
"version": "0.1.0",
"version": "0.2.0",
"name": "rewards_oracle",

@@ -64,2 +64,62 @@ "instructions": [

]
},
{
"name": "setCurrentRewardsWrapperV1",
"accounts": [
{
"name": "oracle",
"isMut": true,
"isSigner": true
},
{
"name": "lazyDistributor",
"isMut": false,
"isSigner": false
},
{
"name": "recipient",
"isMut": true,
"isSigner": false,
"relations": [
"lazy_distributor"
]
},
{
"name": "keyToAsset",
"isMut": false,
"isSigner": false
},
{
"name": "oracleSigner",
"isMut": false,
"isSigner": false,
"pda": {
"seeds": [
{
"kind": "const",
"type": "string",
"value": "oracle_signer"
}
]
}
},
{
"name": "lazyDistributorProgram",
"isMut": false,
"isSigner": false
},
{
"name": "systemProgram",
"isMut": false,
"isSigner": false
}
],
"args": [
{
"name": "args",
"type": {
"defined": "SetCurrentRewardsWrapperArgsV1"
}
}
]
}

@@ -87,2 +147,18 @@ ],

}
},
{
"name": "SetCurrentRewardsWrapperArgsV1",
"type": {
"kind": "struct",
"fields": [
{
"name": "oracleIndex",
"type": "u16"
},
{
"name": "currentRewards",
"type": "u64"
}
]
}
}

@@ -89,0 +165,0 @@ ]

export const IDL = {
"version": "0.0.1",
"version": "0.2.0",
"name": "treasury_management",

@@ -4,0 +4,0 @@ "instructions": [

export type CircuitBreaker = {
"version": "0.0.1";
"version": "0.1.0";
"name": "circuit_breaker";

@@ -4,0 +4,0 @@ "instructions": [

export type DataCredits = {
"version": "0.1.2";
"version": "0.2.0";
"name": "data_credits";

@@ -4,0 +4,0 @@ "instructions": [

export type Fanout = {
"version": "0.0.1";
"version": "0.1.0";
"name": "fanout";

@@ -411,7 +411,2 @@ "instructions": [

"isSigner": false;
},
{
"name": "rent";
"isMut": false;
"isSigner": false;
}

@@ -418,0 +413,0 @@ ];

export type LazyDistributor = {
"version": "0.0.1";
"version": "0.1.0";
"name": "lazy_distributor";

@@ -4,0 +4,0 @@ "instructions": [

export type LazyTransactions = {
"version": "0.0.1";
"version": "0.1.1";
"name": "lazy_transactions";

@@ -40,2 +40,7 @@ "instructions": [

{
"name": "executedTransactions";
"isMut": true;
"isSigner": false;
},
{
"name": "systemProgram";

@@ -65,6 +70,7 @@ "isMut": false;

"name": "lazyTransactions";
"isMut": false;
"isMut": true;
"isSigner": false;
"relations": [
"canopy"
"canopy",
"executed_transactions"
];

@@ -99,3 +105,3 @@ },

"name": "block";
"isMut": true;
"isMut": false;
"isSigner": false;

@@ -129,2 +135,7 @@ "pda": {

"isSigner": false;
},
{
"name": "executedTransactions";
"isMut": true;
"isSigner": false;
}

@@ -151,6 +162,7 @@ ];

"name": "lazyTransactions";
"isMut": false;
"isMut": true;
"isSigner": false;
"relations": [
"authority"
"authority",
"executed_transactions"
];

@@ -189,2 +201,7 @@ },

};
},
{
"name": "executedTransactions";
"isMut": true;
"isSigner": false;
}

@@ -251,2 +268,7 @@ ];

"isSigner": false;
},
{
"name": "executedTransactions";
"isMut": true;
"isSigner": false;
}

@@ -330,2 +352,6 @@ ];

"type": "u8";
},
{
"name": "executedTransactions";
"type": "publicKey";
}

@@ -351,3 +377,3 @@ ];

"name": "index";
"type": "u64";
"type": "u32";
}

@@ -511,2 +537,7 @@ ];

"msg": "Invalid canopy length";
},
{
"code": 6004;
"name": "TransactionAlreadyExecuted";
"msg": "Transaction has already been executed";
}

@@ -513,0 +544,0 @@ ];

export type MobileEntityManager = {
"version": "0.0.1";
"version": "0.1.0";
"name": "mobile_entity_manager";

@@ -666,3 +666,10 @@ "instructions": [

];
"args": [];
"args": [
{
"name": "args";
"type": {
"defined": "IssueCarrierNftArgsV0";
};
}
];
},

@@ -871,2 +878,8 @@ {

"type": "string";
},
{
"name": "metadataUrl";
"type": {
"option": "string";
};
}

@@ -877,2 +890,16 @@ ];

{
"name": "IssueCarrierNftArgsV0";
"type": {
"kind": "struct";
"fields": [
{
"name": "metadataUrl";
"type": {
"option": "string";
};
}
];
};
},
{
"name": "UpdateCarrierTreeArgsV0";

@@ -903,3 +930,3 @@ "type": {

"name": "InvalidStringLength";
"msg": "Names must be less than 32 characters";
"msg": "Names, symbols and urls must be less than 32, 10, and 200 characters respectively";
},

@@ -906,0 +933,0 @@ {

export type PriceOracle = {
"version": "0.1.0";
"version": "0.2.0";
"name": "price_oracle";

@@ -4,0 +4,0 @@ "instructions": [

export type RewardsOracle = {
"version": "0.1.0";
"version": "0.2.0";
"name": "rewards_oracle";

@@ -64,2 +64,62 @@ "instructions": [

];
},
{
"name": "setCurrentRewardsWrapperV1";
"accounts": [
{
"name": "oracle";
"isMut": true;
"isSigner": true;
},
{
"name": "lazyDistributor";
"isMut": false;
"isSigner": false;
},
{
"name": "recipient";
"isMut": true;
"isSigner": false;
"relations": [
"lazy_distributor"
];
},
{
"name": "keyToAsset";
"isMut": false;
"isSigner": false;
},
{
"name": "oracleSigner";
"isMut": false;
"isSigner": false;
"pda": {
"seeds": [
{
"kind": "const";
"type": "string";
"value": "oracle_signer";
}
];
};
},
{
"name": "lazyDistributorProgram";
"isMut": false;
"isSigner": false;
},
{
"name": "systemProgram";
"isMut": false;
"isSigner": false;
}
];
"args": [
{
"name": "args";
"type": {
"defined": "SetCurrentRewardsWrapperArgsV1";
};
}
];
}

@@ -87,2 +147,18 @@ ];

};
},
{
"name": "SetCurrentRewardsWrapperArgsV1";
"type": {
"kind": "struct";
"fields": [
{
"name": "oracleIndex";
"type": "u16";
},
{
"name": "currentRewards";
"type": "u64";
}
];
};
}

@@ -89,0 +165,0 @@ ];

export type TreasuryManagement = {
"version": "0.0.1";
"version": "0.2.0";
"name": "treasury_management";

@@ -4,0 +4,0 @@ "instructions": [

{
"name": "@helium/idls",
"version": "0.2.5",
"version": "0.2.14-next.112+cf8dfca6",
"description": "Exported idls",

@@ -29,4 +29,4 @@ "publishConfig": {

"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@solana/web3.js": "^1.43.4",
"@coral-xyz/anchor": "^0.28.0",
"@solana/web3.js": "^1.78.4",
"bn.js": "^5.2.0",

@@ -38,5 +38,5 @@ "borsh": "^0.7.0",

"ts-loader": "^9.2.3",
"typescript": "^4.3.4"
"typescript": "^4.8.4"
},
"gitHead": "d391d5f039aef3f222ebfa5ca69bcc403fff86a7"
"gitHead": "cf8dfca6713e480e0633a2f23ec94c8294f1a6a5"
}

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 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 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 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 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 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