Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Jul 3, 2024
1 parent 3916b46 commit 8c21f7c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
"tankDeposit": "u128",
"userDeposit": "u128",
"totalReceived": "Compact"
},
"FuelTankAccountStorageDataV1010": {
"tankDeposit": "Compact<u128>",
"userDeposit": "Compact<u128>",
"totalReceived": "Compact<u128>",
"ruleDataSets": "BTreeMap<u32, Vec<DispatchRule>>"
}
}

0 comments on commit 8c21f7c

Please sign in to comment.