@helium/idls
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -390,3 +390,10 @@ "use strict"; | ||
}, | ||
"path": "args.collection" | ||
"path": "args.sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0" | ||
}, | ||
"path": "args.symbol" | ||
} | ||
@@ -702,6 +709,10 @@ ] | ||
{ | ||
"name": "collection", | ||
"name": "subDao", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "authorityBump", | ||
@@ -708,0 +719,0 @@ "type": "u8" |
@@ -204,7 +204,2 @@ "use strict"; | ||
{ | ||
"name": "hotspotCollection", | ||
"isMut": false, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "treasury", | ||
@@ -346,3 +341,10 @@ "isMut": true, | ||
"account": "SubDaoV0", | ||
"path": "sub_dao.hotspot_collection" | ||
"path": "sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "TrackAddedDeviceArgsV0" | ||
}, | ||
"path": "args.symbol" | ||
} | ||
@@ -855,6 +857,2 @@ ] | ||
{ | ||
"name": "hotspotCollection", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "dntMint", | ||
@@ -1002,2 +1000,6 @@ "type": "publicKey" | ||
"type": "u8" | ||
}, | ||
{ | ||
"name": "symbol", | ||
"type": "string" | ||
} | ||
@@ -1004,0 +1006,0 @@ ] |
@@ -28,2 +28,8 @@ "use strict"; | ||
{ | ||
"kind": "account", | ||
"type": "publicKey", | ||
"account": "SubDaoV0", | ||
"path": "sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
@@ -39,2 +45,15 @@ "type": { | ||
{ | ||
"name": "subDao", | ||
"isMut": false, | ||
"isSigner": false, | ||
"relations": [ | ||
"authority" | ||
] | ||
}, | ||
{ | ||
"name": "authority", | ||
"isMut": false, | ||
"isSigner": true | ||
}, | ||
{ | ||
"name": "metadata", | ||
@@ -123,4 +142,11 @@ "isMut": true, | ||
"type": "publicKey", | ||
"account": "Mint", | ||
"path": "collection" | ||
"account": "SubDaoV0", | ||
"path": "sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "InitializeHotspotConfigArgsV0" | ||
}, | ||
"path": "args.symbol" | ||
} | ||
@@ -193,3 +219,9 @@ ] | ||
"account": "HotspotConfigV0", | ||
"path": "hotspot_config.collection" | ||
"path": "hotspot_config.sub_dao" | ||
}, | ||
{ | ||
"kind": "account", | ||
"type": "string", | ||
"account": "HotspotConfigV0", | ||
"path": "hotspot_config.symbol" | ||
} | ||
@@ -343,20 +375,6 @@ ] | ||
"isSigner": false, | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const", | ||
"type": "string", | ||
"value": "hotspot_config" | ||
}, | ||
{ | ||
"kind": "account", | ||
"type": "publicKey", | ||
"account": "Mint", | ||
"path": "collection" | ||
} | ||
] | ||
}, | ||
"relations": [ | ||
"collection", | ||
"dc_mint" | ||
"dc_mint", | ||
"sub_dao" | ||
] | ||
@@ -613,2 +631,10 @@ }, | ||
{ | ||
"name": "symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "subDao", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "bumpSeed", | ||
@@ -615,0 +641,0 @@ "type": "u8" |
@@ -387,3 +387,10 @@ export const IDL = { | ||
}, | ||
"path": "args.collection" | ||
"path": "args.sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0" | ||
}, | ||
"path": "args.symbol" | ||
} | ||
@@ -699,6 +706,10 @@ ] | ||
{ | ||
"name": "collection", | ||
"name": "subDao", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "authorityBump", | ||
@@ -705,0 +716,0 @@ "type": "u8" |
@@ -201,7 +201,2 @@ export const IDL = { | ||
{ | ||
"name": "hotspotCollection", | ||
"isMut": false, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "treasury", | ||
@@ -343,3 +338,10 @@ "isMut": true, | ||
"account": "SubDaoV0", | ||
"path": "sub_dao.hotspot_collection" | ||
"path": "sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "TrackAddedDeviceArgsV0" | ||
}, | ||
"path": "args.symbol" | ||
} | ||
@@ -852,6 +854,2 @@ ] | ||
{ | ||
"name": "hotspotCollection", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "dntMint", | ||
@@ -999,2 +997,6 @@ "type": "publicKey" | ||
"type": "u8" | ||
}, | ||
{ | ||
"name": "symbol", | ||
"type": "string" | ||
} | ||
@@ -1001,0 +1003,0 @@ ] |
@@ -25,2 +25,8 @@ export const IDL = { | ||
{ | ||
"kind": "account", | ||
"type": "publicKey", | ||
"account": "SubDaoV0", | ||
"path": "sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
@@ -36,2 +42,15 @@ "type": { | ||
{ | ||
"name": "subDao", | ||
"isMut": false, | ||
"isSigner": false, | ||
"relations": [ | ||
"authority" | ||
] | ||
}, | ||
{ | ||
"name": "authority", | ||
"isMut": false, | ||
"isSigner": true | ||
}, | ||
{ | ||
"name": "metadata", | ||
@@ -120,4 +139,11 @@ "isMut": true, | ||
"type": "publicKey", | ||
"account": "Mint", | ||
"path": "collection" | ||
"account": "SubDaoV0", | ||
"path": "sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "InitializeHotspotConfigArgsV0" | ||
}, | ||
"path": "args.symbol" | ||
} | ||
@@ -190,3 +216,9 @@ ] | ||
"account": "HotspotConfigV0", | ||
"path": "hotspot_config.collection" | ||
"path": "hotspot_config.sub_dao" | ||
}, | ||
{ | ||
"kind": "account", | ||
"type": "string", | ||
"account": "HotspotConfigV0", | ||
"path": "hotspot_config.symbol" | ||
} | ||
@@ -340,20 +372,6 @@ ] | ||
"isSigner": false, | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const", | ||
"type": "string", | ||
"value": "hotspot_config" | ||
}, | ||
{ | ||
"kind": "account", | ||
"type": "publicKey", | ||
"account": "Mint", | ||
"path": "collection" | ||
} | ||
] | ||
}, | ||
"relations": [ | ||
"collection", | ||
"dc_mint" | ||
"dc_mint", | ||
"sub_dao" | ||
] | ||
@@ -610,2 +628,10 @@ }, | ||
{ | ||
"name": "symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "subDao", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "bumpSeed", | ||
@@ -612,0 +638,0 @@ "type": "u8" |
@@ -387,3 +387,10 @@ export declare type DataCredits = { | ||
}; | ||
"path": "args.collection"; | ||
"path": "args.sub_dao"; | ||
}, | ||
{ | ||
"kind": "arg"; | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0"; | ||
}; | ||
"path": "args.symbol"; | ||
} | ||
@@ -699,6 +706,10 @@ ]; | ||
{ | ||
"name": "collection"; | ||
"name": "subDao"; | ||
"type": "publicKey"; | ||
}, | ||
{ | ||
"name": "symbol"; | ||
"type": "string"; | ||
}, | ||
{ | ||
"name": "authorityBump"; | ||
@@ -705,0 +716,0 @@ "type": "u8"; |
@@ -201,7 +201,2 @@ export declare type HeliumSubDaos = { | ||
{ | ||
"name": "hotspotCollection"; | ||
"isMut": false; | ||
"isSigner": false; | ||
}, | ||
{ | ||
"name": "treasury"; | ||
@@ -343,3 +338,10 @@ "isMut": true; | ||
"account": "SubDaoV0"; | ||
"path": "sub_dao.hotspot_collection"; | ||
"path": "sub_dao"; | ||
}, | ||
{ | ||
"kind": "arg"; | ||
"type": { | ||
"defined": "TrackAddedDeviceArgsV0"; | ||
}; | ||
"path": "args.symbol"; | ||
} | ||
@@ -852,6 +854,2 @@ ]; | ||
{ | ||
"name": "hotspotCollection"; | ||
"type": "publicKey"; | ||
}, | ||
{ | ||
"name": "dntMint"; | ||
@@ -999,2 +997,6 @@ "type": "publicKey"; | ||
"type": "u8"; | ||
}, | ||
{ | ||
"name": "symbol"; | ||
"type": "string"; | ||
} | ||
@@ -1001,0 +1003,0 @@ ]; |
@@ -25,2 +25,8 @@ export declare type HotspotIssuance = { | ||
{ | ||
"kind": "account"; | ||
"type": "publicKey"; | ||
"account": "SubDaoV0"; | ||
"path": "sub_dao"; | ||
}, | ||
{ | ||
"kind": "arg"; | ||
@@ -36,2 +42,15 @@ "type": { | ||
{ | ||
"name": "subDao"; | ||
"isMut": false; | ||
"isSigner": false; | ||
"relations": [ | ||
"authority" | ||
]; | ||
}, | ||
{ | ||
"name": "authority"; | ||
"isMut": false; | ||
"isSigner": true; | ||
}, | ||
{ | ||
"name": "metadata"; | ||
@@ -120,4 +139,11 @@ "isMut": true; | ||
"type": "publicKey"; | ||
"account": "Mint"; | ||
"path": "collection"; | ||
"account": "SubDaoV0"; | ||
"path": "sub_dao"; | ||
}, | ||
{ | ||
"kind": "arg"; | ||
"type": { | ||
"defined": "InitializeHotspotConfigArgsV0"; | ||
}; | ||
"path": "args.symbol"; | ||
} | ||
@@ -190,3 +216,9 @@ ]; | ||
"account": "HotspotConfigV0"; | ||
"path": "hotspot_config.collection"; | ||
"path": "hotspot_config.sub_dao"; | ||
}, | ||
{ | ||
"kind": "account"; | ||
"type": "string"; | ||
"account": "HotspotConfigV0"; | ||
"path": "hotspot_config.symbol"; | ||
} | ||
@@ -340,20 +372,6 @@ ]; | ||
"isSigner": false; | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const"; | ||
"type": "string"; | ||
"value": "hotspot_config"; | ||
}, | ||
{ | ||
"kind": "account"; | ||
"type": "publicKey"; | ||
"account": "Mint"; | ||
"path": "collection"; | ||
} | ||
]; | ||
}; | ||
"relations": [ | ||
"collection", | ||
"dc_mint" | ||
"dc_mint", | ||
"sub_dao" | ||
]; | ||
@@ -610,2 +628,10 @@ }, | ||
{ | ||
"name": "symbol"; | ||
"type": "string"; | ||
}, | ||
{ | ||
"name": "subDao"; | ||
"type": "publicKey"; | ||
}, | ||
{ | ||
"name": "bumpSeed"; | ||
@@ -612,0 +638,0 @@ "type": "u8"; |
{ | ||
"name": "@helium/idls", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Exported idls", | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b36ee7997d75126d7e9efd90fcdaaf14a2dae89d" | ||
"gitHead": "714ad551d3d6efe4be1ddd8c89a13357d105ffd3" | ||
} |
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 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 not supported yet
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
671583
13856