mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
@@ -171,6 +171,30 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "RedemptionPriceState",
|
||||
"type": {
|
||||
"kind": "struct",
|
||||
"fields": [
|
||||
{
|
||||
"name": "redemption_price_at_last_update",
|
||||
"type": "u128"
|
||||
},
|
||||
{
|
||||
"name": "redemption_rate_per_millisecond",
|
||||
"type": "u128"
|
||||
},
|
||||
{
|
||||
"name": "controller_integral_term",
|
||||
"type": "i128"
|
||||
},
|
||||
{
|
||||
"name": "last_updated_at",
|
||||
"type": "u64"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "StabilityFeeAccumulator",
|
||||
"type": {
|
||||
|
||||
Reference in New Issue
Block a user