@helium/idls
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -314,3 +314,3 @@ "use strict"; | ||
{ | ||
"name": "issueHotspotV0", | ||
"name": "issueIotHotspotV0", | ||
"accounts": [ | ||
@@ -448,3 +448,3 @@ { | ||
{ | ||
"name": "storage", | ||
"name": "info", | ||
"isMut": true, | ||
@@ -593,3 +593,3 @@ "isSigner": false | ||
"type": { | ||
"defined": "IssueHotspotArgsV0" | ||
"defined": "IssueIotHotspotArgsV0" | ||
} | ||
@@ -646,3 +646,3 @@ } | ||
{ | ||
"name": "storage", | ||
"name": "info", | ||
"isMut": true, | ||
@@ -778,6 +778,6 @@ "isSigner": false | ||
{ | ||
"name": "changeMetadataV0", | ||
"name": "updateIotInfoV0", | ||
"accounts": [ | ||
{ | ||
"name": "storage", | ||
"name": "info", | ||
"isMut": true, | ||
@@ -902,3 +902,3 @@ "isSigner": false | ||
"type": { | ||
"defined": "ChangeMetadataArgsV0" | ||
"defined": "UpdateIotInfoArgsV0" | ||
} | ||
@@ -944,18 +944,8 @@ } | ||
{ | ||
"name": "minGain", | ||
"type": "i32" | ||
"name": "settings", | ||
"type": { | ||
"defined": "ConfigSettingsV0" | ||
} | ||
}, | ||
{ | ||
"name": "maxGain", | ||
"type": "i32" | ||
}, | ||
{ | ||
"name": "fullLocationStakingFee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "dataonlyLocationStakingFee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "bumpSeed", | ||
@@ -1000,3 +990,3 @@ "type": "u8" | ||
{ | ||
"name": "hotspotStorageV0", | ||
"name": "iotHotspotInfoV0", | ||
"type": { | ||
@@ -1045,50 +1035,2 @@ "kind": "struct", | ||
{ | ||
"name": "ChangeMetadataArgsV0", | ||
"type": { | ||
"kind": "struct", | ||
"fields": [ | ||
{ | ||
"name": "location", | ||
"type": { | ||
"option": "u64" | ||
} | ||
}, | ||
{ | ||
"name": "elevation", | ||
"type": { | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
"name": "gain", | ||
"type": { | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
"name": "hash", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "index", | ||
"type": "u32" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "GenesisIssueHotspotArgsV0", | ||
@@ -1149,18 +1091,8 @@ "type": { | ||
{ | ||
"name": "minGain", | ||
"type": "i32" | ||
"name": "settings", | ||
"type": { | ||
"defined": "ConfigSettingsV0" | ||
} | ||
}, | ||
{ | ||
"name": "maxGain", | ||
"type": "i32" | ||
}, | ||
{ | ||
"name": "fullLocationStakingFee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "dataonlyLocationStakingFee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "maxDepth", | ||
@@ -1193,3 +1125,3 @@ "type": "u32" | ||
{ | ||
"name": "IssueHotspotArgsV0", | ||
"name": "IssueIotHotspotArgsV0", | ||
"type": { | ||
@@ -1250,2 +1182,50 @@ "kind": "struct", | ||
{ | ||
"name": "UpdateIotInfoArgsV0", | ||
"type": { | ||
"kind": "struct", | ||
"fields": [ | ||
{ | ||
"name": "location", | ||
"type": { | ||
"option": "u64" | ||
} | ||
}, | ||
{ | ||
"name": "elevation", | ||
"type": { | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
"name": "gain", | ||
"type": { | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
"name": "hash", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "index", | ||
"type": "u32" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Collection", | ||
@@ -1340,2 +1320,31 @@ "type": { | ||
{ | ||
"name": "ConfigSettingsV0", | ||
"type": { | ||
"kind": "enum", | ||
"variants": [ | ||
{ | ||
"name": "IotConfig", | ||
"fields": [ | ||
{ | ||
"name": "min_gain", | ||
"type": "i32" | ||
}, | ||
{ | ||
"name": "max_gain", | ||
"type": "i32" | ||
}, | ||
{ | ||
"name": "full_location_staking_fee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "dataonly_location_staking_fee", | ||
"type": "u64" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "CollectionDetails", | ||
@@ -1383,7 +1392,2 @@ "type": { | ||
"msg": "The realloc increase was too large" | ||
}, | ||
{ | ||
"code": 6005, | ||
"name": "InvalidGain", | ||
"msg": "Gain outside valid range" | ||
} | ||
@@ -1390,0 +1394,0 @@ ] |
@@ -311,3 +311,3 @@ export const IDL = { | ||
{ | ||
"name": "issueHotspotV0", | ||
"name": "issueIotHotspotV0", | ||
"accounts": [ | ||
@@ -445,3 +445,3 @@ { | ||
{ | ||
"name": "storage", | ||
"name": "info", | ||
"isMut": true, | ||
@@ -590,3 +590,3 @@ "isSigner": false | ||
"type": { | ||
"defined": "IssueHotspotArgsV0" | ||
"defined": "IssueIotHotspotArgsV0" | ||
} | ||
@@ -643,3 +643,3 @@ } | ||
{ | ||
"name": "storage", | ||
"name": "info", | ||
"isMut": true, | ||
@@ -775,6 +775,6 @@ "isSigner": false | ||
{ | ||
"name": "changeMetadataV0", | ||
"name": "updateIotInfoV0", | ||
"accounts": [ | ||
{ | ||
"name": "storage", | ||
"name": "info", | ||
"isMut": true, | ||
@@ -899,3 +899,3 @@ "isSigner": false | ||
"type": { | ||
"defined": "ChangeMetadataArgsV0" | ||
"defined": "UpdateIotInfoArgsV0" | ||
} | ||
@@ -941,18 +941,8 @@ } | ||
{ | ||
"name": "minGain", | ||
"type": "i32" | ||
"name": "settings", | ||
"type": { | ||
"defined": "ConfigSettingsV0" | ||
} | ||
}, | ||
{ | ||
"name": "maxGain", | ||
"type": "i32" | ||
}, | ||
{ | ||
"name": "fullLocationStakingFee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "dataonlyLocationStakingFee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "bumpSeed", | ||
@@ -997,3 +987,3 @@ "type": "u8" | ||
{ | ||
"name": "hotspotStorageV0", | ||
"name": "iotHotspotInfoV0", | ||
"type": { | ||
@@ -1042,50 +1032,2 @@ "kind": "struct", | ||
{ | ||
"name": "ChangeMetadataArgsV0", | ||
"type": { | ||
"kind": "struct", | ||
"fields": [ | ||
{ | ||
"name": "location", | ||
"type": { | ||
"option": "u64" | ||
} | ||
}, | ||
{ | ||
"name": "elevation", | ||
"type": { | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
"name": "gain", | ||
"type": { | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
"name": "hash", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "index", | ||
"type": "u32" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "GenesisIssueHotspotArgsV0", | ||
@@ -1146,18 +1088,8 @@ "type": { | ||
{ | ||
"name": "minGain", | ||
"type": "i32" | ||
"name": "settings", | ||
"type": { | ||
"defined": "ConfigSettingsV0" | ||
} | ||
}, | ||
{ | ||
"name": "maxGain", | ||
"type": "i32" | ||
}, | ||
{ | ||
"name": "fullLocationStakingFee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "dataonlyLocationStakingFee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "maxDepth", | ||
@@ -1190,3 +1122,3 @@ "type": "u32" | ||
{ | ||
"name": "IssueHotspotArgsV0", | ||
"name": "IssueIotHotspotArgsV0", | ||
"type": { | ||
@@ -1247,2 +1179,50 @@ "kind": "struct", | ||
{ | ||
"name": "UpdateIotInfoArgsV0", | ||
"type": { | ||
"kind": "struct", | ||
"fields": [ | ||
{ | ||
"name": "location", | ||
"type": { | ||
"option": "u64" | ||
} | ||
}, | ||
{ | ||
"name": "elevation", | ||
"type": { | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
"name": "gain", | ||
"type": { | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
"name": "hash", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "index", | ||
"type": "u32" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Collection", | ||
@@ -1337,2 +1317,31 @@ "type": { | ||
{ | ||
"name": "ConfigSettingsV0", | ||
"type": { | ||
"kind": "enum", | ||
"variants": [ | ||
{ | ||
"name": "IotConfig", | ||
"fields": [ | ||
{ | ||
"name": "min_gain", | ||
"type": "i32" | ||
}, | ||
{ | ||
"name": "max_gain", | ||
"type": "i32" | ||
}, | ||
{ | ||
"name": "full_location_staking_fee", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "dataonly_location_staking_fee", | ||
"type": "u64" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "CollectionDetails", | ||
@@ -1380,7 +1389,2 @@ "type": { | ||
"msg": "The realloc increase was too large" | ||
}, | ||
{ | ||
"code": 6005, | ||
"name": "InvalidGain", | ||
"msg": "Gain outside valid range" | ||
} | ||
@@ -1387,0 +1391,0 @@ ] |
@@ -311,3 +311,3 @@ export declare type HeliumEntityManager = { | ||
{ | ||
"name": "issueHotspotV0"; | ||
"name": "issueIotHotspotV0"; | ||
"accounts": [ | ||
@@ -445,3 +445,3 @@ { | ||
{ | ||
"name": "storage"; | ||
"name": "info"; | ||
"isMut": true; | ||
@@ -590,3 +590,3 @@ "isSigner": false; | ||
"type": { | ||
"defined": "IssueHotspotArgsV0"; | ||
"defined": "IssueIotHotspotArgsV0"; | ||
}; | ||
@@ -643,3 +643,3 @@ } | ||
{ | ||
"name": "storage"; | ||
"name": "info"; | ||
"isMut": true; | ||
@@ -775,6 +775,6 @@ "isSigner": false; | ||
{ | ||
"name": "changeMetadataV0"; | ||
"name": "updateIotInfoV0"; | ||
"accounts": [ | ||
{ | ||
"name": "storage"; | ||
"name": "info"; | ||
"isMut": true; | ||
@@ -899,3 +899,3 @@ "isSigner": false; | ||
"type": { | ||
"defined": "ChangeMetadataArgsV0"; | ||
"defined": "UpdateIotInfoArgsV0"; | ||
}; | ||
@@ -941,18 +941,8 @@ } | ||
{ | ||
"name": "minGain"; | ||
"type": "i32"; | ||
"name": "settings"; | ||
"type": { | ||
"defined": "ConfigSettingsV0"; | ||
}; | ||
}, | ||
{ | ||
"name": "maxGain"; | ||
"type": "i32"; | ||
}, | ||
{ | ||
"name": "fullLocationStakingFee"; | ||
"type": "u64"; | ||
}, | ||
{ | ||
"name": "dataonlyLocationStakingFee"; | ||
"type": "u64"; | ||
}, | ||
{ | ||
"name": "bumpSeed"; | ||
@@ -997,3 +987,3 @@ "type": "u8"; | ||
{ | ||
"name": "hotspotStorageV0"; | ||
"name": "iotHotspotInfoV0"; | ||
"type": { | ||
@@ -1042,50 +1032,2 @@ "kind": "struct"; | ||
{ | ||
"name": "ChangeMetadataArgsV0"; | ||
"type": { | ||
"kind": "struct"; | ||
"fields": [ | ||
{ | ||
"name": "location"; | ||
"type": { | ||
"option": "u64"; | ||
}; | ||
}, | ||
{ | ||
"name": "elevation"; | ||
"type": { | ||
"option": "i32"; | ||
}; | ||
}, | ||
{ | ||
"name": "gain"; | ||
"type": { | ||
"option": "i32"; | ||
}; | ||
}, | ||
{ | ||
"name": "hash"; | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "root"; | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "index"; | ||
"type": "u32"; | ||
} | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "GenesisIssueHotspotArgsV0"; | ||
@@ -1146,18 +1088,8 @@ "type": { | ||
{ | ||
"name": "minGain"; | ||
"type": "i32"; | ||
"name": "settings"; | ||
"type": { | ||
"defined": "ConfigSettingsV0"; | ||
}; | ||
}, | ||
{ | ||
"name": "maxGain"; | ||
"type": "i32"; | ||
}, | ||
{ | ||
"name": "fullLocationStakingFee"; | ||
"type": "u64"; | ||
}, | ||
{ | ||
"name": "dataonlyLocationStakingFee"; | ||
"type": "u64"; | ||
}, | ||
{ | ||
"name": "maxDepth"; | ||
@@ -1190,3 +1122,3 @@ "type": "u32"; | ||
{ | ||
"name": "IssueHotspotArgsV0"; | ||
"name": "IssueIotHotspotArgsV0"; | ||
"type": { | ||
@@ -1247,2 +1179,50 @@ "kind": "struct"; | ||
{ | ||
"name": "UpdateIotInfoArgsV0"; | ||
"type": { | ||
"kind": "struct"; | ||
"fields": [ | ||
{ | ||
"name": "location"; | ||
"type": { | ||
"option": "u64"; | ||
}; | ||
}, | ||
{ | ||
"name": "elevation"; | ||
"type": { | ||
"option": "i32"; | ||
}; | ||
}, | ||
{ | ||
"name": "gain"; | ||
"type": { | ||
"option": "i32"; | ||
}; | ||
}, | ||
{ | ||
"name": "hash"; | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "root"; | ||
"type": { | ||
"array": [ | ||
"u8", | ||
32 | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "index"; | ||
"type": "u32"; | ||
} | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "Collection"; | ||
@@ -1337,2 +1317,31 @@ "type": { | ||
{ | ||
"name": "ConfigSettingsV0"; | ||
"type": { | ||
"kind": "enum"; | ||
"variants": [ | ||
{ | ||
"name": "IotConfig"; | ||
"fields": [ | ||
{ | ||
"name": "min_gain"; | ||
"type": "i32"; | ||
}, | ||
{ | ||
"name": "max_gain"; | ||
"type": "i32"; | ||
}, | ||
{ | ||
"name": "full_location_staking_fee"; | ||
"type": "u64"; | ||
}, | ||
{ | ||
"name": "dataonly_location_staking_fee"; | ||
"type": "u64"; | ||
} | ||
]; | ||
} | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "CollectionDetails"; | ||
@@ -1380,7 +1389,2 @@ "type": { | ||
"msg": "The realloc increase was too large"; | ||
}, | ||
{ | ||
"code": 6005; | ||
"name": "InvalidGain"; | ||
"msg": "Gain outside valid range"; | ||
} | ||
@@ -1387,0 +1391,0 @@ ]; |
{ | ||
"name": "@helium/idls", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Exported idls", | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "608867d62fd0735a0298a110fd80484c5d8867da" | ||
"gitHead": "6bb46d62bcd8e72558111e8e6f649d689bd80ff5" | ||
} |
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
846452
44
17515