Skip to content

Commit

Permalink
update idl
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Jan 28, 2025
1 parent 19d9a60 commit 351e69e
Showing 1 changed file with 56 additions and 15 deletions.
71 changes: 56 additions & 15 deletions packages/spl-utils/src/idl/helium_entity_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -3302,6 +3302,34 @@
}
}
]
},
{
"name": "tempBackfillMobileInfo",
"accounts": [
{
"name": "payer",
"isMut": true,
"isSigner": true
},
{
"name": "mobileInfo",
"isMut": true,
"isSigner": false
},
{
"name": "systemProgram",
"isMut": false,
"isSigner": false
}
],
"args": [
{
"name": "args",
"type": {
"defined": "TempBackfillMobileInfoArgs"
}
}
]
}
],
"accounts": [
Expand Down Expand Up @@ -4019,6 +4047,22 @@
]
}
},
{
"name": "TempBackfillMobileInfoArgs",
"type": {
"kind": "struct",
"fields": [
{
"name": "deploymentInfo",
"type": {
"option": {
"defined": "MobileDeploymentInfoV0"
}
}
}
]
}
},
{
"name": "MetadataArgs",
"type": {
Expand Down Expand Up @@ -4379,19 +4423,19 @@
"name": "IotConfig",
"fields": [
{
"name": "min_gain",
"name": "minGain",
"type": "i32"
},
{
"name": "max_gain",
"name": "maxGain",
"type": "i32"
},
{
"name": "full_location_staking_fee",
"name": "fullLocationStakingFee",
"type": "u64"
},
{
"name": "dataonly_location_staking_fee",
"name": "dataonlyLocationStakingFee",
"type": "u64"
}
]
Expand All @@ -4400,11 +4444,11 @@
"name": "MobileConfig",
"fields": [
{
"name": "full_location_staking_fee",
"name": "fullLocationStakingFee",
"type": "u64"
},
{
"name": "dataonly_location_staking_fee",
"name": "dataonlyLocationStakingFee",
"type": "u64"
}
]
Expand All @@ -4413,7 +4457,7 @@
"name": "MobileConfigV1",
"fields": [
{
"name": "fees_by_device",
"name": "feesByDevice",
"type": {
"vec": {
"defined": "DeviceFeesV0"
Expand All @@ -4426,7 +4470,7 @@
"name": "MobileConfigV2",
"fields": [
{
"name": "fees_by_device",
"name": "feesByDevice",
"type": {
"vec": {
"defined": "DeviceFeesV1"
Expand Down Expand Up @@ -4473,11 +4517,11 @@
"type": "u16"
},
{
"name": "mechanical_down_tilt",
"name": "mechanicalDownTilt",
"type": "u16"
},
{
"name": "electrical_down_tilt",
"name": "electricalDownTilt",
"type": "u16"
}
]
Expand All @@ -4486,7 +4530,7 @@
"name": "CbrsInfoV0",
"fields": [
{
"name": "radio_infos",
"name": "radioInfos",
"type": {
"vec": {
"defined": "RadioInfoV0"
Expand Down Expand Up @@ -4595,8 +4639,5 @@
"name": "ArithmeticError",
"msg": "Arithmetic error"
}
],
"metadata": {
"address": "hemjuPXBpNvggtaUnN1MwT3wrdhttKEfosTcc2P9Pg8"
}
]
}

0 comments on commit 351e69e

Please sign in to comment.