@helium/idls
Advanced tools
Comparing version 0.0.41 to 0.0.42
@@ -543,2 +543,7 @@ "use strict"; | ||
"msg": "Error in arithmetic" | ||
}, | ||
{ | ||
"code": 6002, | ||
"name": "InvalidConfig", | ||
"msg": "Invalid config" | ||
} | ||
@@ -545,0 +550,0 @@ ] |
@@ -304,3 +304,3 @@ "use strict"; | ||
"type": { | ||
"defined": "SetRewardsArgsV0" | ||
"defined": "SetCurrentRewardsArgsV0" | ||
} | ||
@@ -714,3 +714,3 @@ } | ||
{ | ||
"name": "hash", | ||
"name": "dataHash", | ||
"type": { | ||
@@ -724,2 +724,11 @@ "array": [ | ||
{ | ||
"name": "creatorHash", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
@@ -746,3 +755,3 @@ "type": { | ||
{ | ||
"name": "hash", | ||
"name": "dataHash", | ||
"type": { | ||
@@ -756,2 +765,11 @@ "array": [ | ||
{ | ||
"name": "creatorHash", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
@@ -799,3 +817,3 @@ "type": { | ||
{ | ||
"name": "SetRewardsArgsV0", | ||
"name": "SetCurrentRewardsArgsV0", | ||
"type": { | ||
@@ -1094,2 +1112,7 @@ "kind": "struct", | ||
"msg": "Provided asset was invalid" | ||
}, | ||
{ | ||
"code": 6003, | ||
"name": "InvalidOracleIndex", | ||
"msg": "Oracle index was out of range" | ||
} | ||
@@ -1096,0 +1119,0 @@ ] |
@@ -47,2 +47,7 @@ "use strict"; | ||
{ | ||
"name": "mintAuthority", | ||
"isMut": false, | ||
"isSigner": true | ||
}, | ||
{ | ||
"name": "circuitBreaker", | ||
@@ -49,0 +54,0 @@ "isMut": true, |
@@ -540,2 +540,7 @@ export const IDL = { | ||
"msg": "Error in arithmetic" | ||
}, | ||
{ | ||
"code": 6002, | ||
"name": "InvalidConfig", | ||
"msg": "Invalid config" | ||
} | ||
@@ -542,0 +547,0 @@ ] |
@@ -301,3 +301,3 @@ export const IDL = { | ||
"type": { | ||
"defined": "SetRewardsArgsV0" | ||
"defined": "SetCurrentRewardsArgsV0" | ||
} | ||
@@ -711,3 +711,3 @@ } | ||
{ | ||
"name": "hash", | ||
"name": "dataHash", | ||
"type": { | ||
@@ -721,2 +721,11 @@ "array": [ | ||
{ | ||
"name": "creatorHash", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
@@ -743,3 +752,3 @@ "type": { | ||
{ | ||
"name": "hash", | ||
"name": "dataHash", | ||
"type": { | ||
@@ -753,2 +762,11 @@ "array": [ | ||
{ | ||
"name": "creatorHash", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
@@ -796,3 +814,3 @@ "type": { | ||
{ | ||
"name": "SetRewardsArgsV0", | ||
"name": "SetCurrentRewardsArgsV0", | ||
"type": { | ||
@@ -1091,2 +1109,7 @@ "kind": "struct", | ||
"msg": "Provided asset was invalid" | ||
}, | ||
{ | ||
"code": 6003, | ||
"name": "InvalidOracleIndex", | ||
"msg": "Oracle index was out of range" | ||
} | ||
@@ -1093,0 +1116,0 @@ ] |
@@ -44,2 +44,7 @@ export const IDL = { | ||
{ | ||
"name": "mintAuthority", | ||
"isMut": false, | ||
"isSigner": true | ||
}, | ||
{ | ||
"name": "circuitBreaker", | ||
@@ -46,0 +51,0 @@ "isMut": true, |
@@ -540,2 +540,7 @@ export type CircuitBreaker = { | ||
"msg": "Error in arithmetic"; | ||
}, | ||
{ | ||
"code": 6002; | ||
"name": "InvalidConfig"; | ||
"msg": "Invalid config"; | ||
} | ||
@@ -542,0 +547,0 @@ ]; |
@@ -301,3 +301,3 @@ export type LazyDistributor = { | ||
"type": { | ||
"defined": "SetRewardsArgsV0"; | ||
"defined": "SetCurrentRewardsArgsV0"; | ||
}; | ||
@@ -711,3 +711,3 @@ } | ||
{ | ||
"name": "hash"; | ||
"name": "dataHash"; | ||
"type": { | ||
@@ -721,2 +721,11 @@ "array": [ | ||
{ | ||
"name": "creatorHash"; | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "root"; | ||
@@ -743,3 +752,3 @@ "type": { | ||
{ | ||
"name": "hash"; | ||
"name": "dataHash"; | ||
"type": { | ||
@@ -753,2 +762,11 @@ "array": [ | ||
{ | ||
"name": "creatorHash"; | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "root"; | ||
@@ -796,3 +814,3 @@ "type": { | ||
{ | ||
"name": "SetRewardsArgsV0"; | ||
"name": "SetCurrentRewardsArgsV0"; | ||
"type": { | ||
@@ -1091,2 +1109,7 @@ "kind": "struct"; | ||
"msg": "Provided asset was invalid"; | ||
}, | ||
{ | ||
"code": 6003; | ||
"name": "InvalidOracleIndex"; | ||
"msg": "Oracle index was out of range"; | ||
} | ||
@@ -1093,0 +1116,0 @@ ]; |
@@ -44,2 +44,7 @@ export type TreasuryManagement = { | ||
{ | ||
"name": "mintAuthority"; | ||
"isMut": false; | ||
"isSigner": true; | ||
}, | ||
{ | ||
"name": "circuitBreaker"; | ||
@@ -46,0 +51,0 @@ "isMut": true; |
{ | ||
"name": "@helium/idls", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"description": "Exported idls", | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "42030bda3da00f7e40baa435669264aeb384a61d" | ||
"gitHead": "9c127394f7c0a0c2abec80352296e239137cd567" | ||
} |
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 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 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
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
1545580
32320