@helium/idls
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -995,2 +995,6 @@ "use strict"; | ||
"type": "bool" | ||
}, | ||
{ | ||
"name": "numLocationAsserts", | ||
"type": "u16" | ||
} | ||
@@ -1032,2 +1036,6 @@ ] | ||
"type": "bool" | ||
}, | ||
{ | ||
"name": "numLocationAsserts", | ||
"type": "u16" | ||
} | ||
@@ -1034,0 +1042,0 @@ ] |
@@ -402,3 +402,6 @@ "use strict"; | ||
"isMut": false, | ||
"isSigner": false | ||
"isSigner": false, | ||
"docs": [ | ||
"TODO: Should this be permissioned? Should the owner have to sign to receive rewards?" | ||
] | ||
}, | ||
@@ -506,3 +509,6 @@ { | ||
"isMut": false, | ||
"isSigner": false | ||
"isSigner": false, | ||
"docs": [ | ||
"TODO: Should this be permissioned? Should the owner have to sign to receive rewards?" | ||
] | ||
}, | ||
@@ -608,3 +614,4 @@ { | ||
"relations": [ | ||
"authority" | ||
"authority", | ||
"rewards_mint" | ||
] | ||
@@ -611,0 +618,0 @@ }, |
@@ -992,2 +992,6 @@ export const IDL = { | ||
"type": "bool" | ||
}, | ||
{ | ||
"name": "numLocationAsserts", | ||
"type": "u16" | ||
} | ||
@@ -1029,2 +1033,6 @@ ] | ||
"type": "bool" | ||
}, | ||
{ | ||
"name": "numLocationAsserts", | ||
"type": "u16" | ||
} | ||
@@ -1031,0 +1039,0 @@ ] |
@@ -399,3 +399,6 @@ export const IDL = { | ||
"isMut": false, | ||
"isSigner": false | ||
"isSigner": false, | ||
"docs": [ | ||
"TODO: Should this be permissioned? Should the owner have to sign to receive rewards?" | ||
] | ||
}, | ||
@@ -503,3 +506,6 @@ { | ||
"isMut": false, | ||
"isSigner": false | ||
"isSigner": false, | ||
"docs": [ | ||
"TODO: Should this be permissioned? Should the owner have to sign to receive rewards?" | ||
] | ||
}, | ||
@@ -605,3 +611,4 @@ { | ||
"relations": [ | ||
"authority" | ||
"authority", | ||
"rewards_mint" | ||
] | ||
@@ -608,0 +615,0 @@ }, |
@@ -992,2 +992,6 @@ export type HeliumEntityManager = { | ||
"type": "bool"; | ||
}, | ||
{ | ||
"name": "numLocationAsserts"; | ||
"type": "u16"; | ||
} | ||
@@ -1029,2 +1033,6 @@ ]; | ||
"type": "bool"; | ||
}, | ||
{ | ||
"name": "numLocationAsserts"; | ||
"type": "u16"; | ||
} | ||
@@ -1031,0 +1039,0 @@ ]; |
@@ -400,2 +400,5 @@ export type LazyDistributor = { | ||
"isSigner": false; | ||
"docs": [ | ||
"TODO: Should this be permissioned? Should the owner have to sign to receive rewards?" | ||
]; | ||
}, | ||
@@ -504,2 +507,5 @@ { | ||
"isSigner": false; | ||
"docs": [ | ||
"TODO: Should this be permissioned? Should the owner have to sign to receive rewards?" | ||
]; | ||
}, | ||
@@ -605,3 +611,4 @@ { | ||
"relations": [ | ||
"authority" | ||
"authority", | ||
"rewards_mint" | ||
]; | ||
@@ -608,0 +615,0 @@ }, |
{ | ||
"name": "@helium/idls", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Exported idls", | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ed88653af069954a3d84e2b50ea8cc696ad65d21" | ||
"gitHead": "4d4c27d0af74e04c737066bef9c73fcf6cfc937c" | ||
} |
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
1314357
27149