Skip to content

Commit

Permalink
updating idl
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Jun 28, 2024
1 parent aa6b45f commit 12ffec3
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions programs/steward/idl/steward.json
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,19 @@
77
]
},
{
"name": "RebalanceEvent",
"discriminator": [
120,
27,
117,
235,
104,
42,
132,
75
]
},
{
"name": "ScoreComponents",
"discriminator": [
Expand Down Expand Up @@ -2264,6 +2277,59 @@
]
}
},
{
"name": "RebalanceEvent",
"type": {
"kind": "struct",
"fields": [
{
"name": "vote_account",
"type": "pubkey"
},
{
"name": "epoch",
"type": "u16"
},
{
"name": "rebalance_type_tag",
"type": {
"defined": {
"name": "RebalanceTypeTag"
}
}
},
{
"name": "increase_lamports",
"type": "u64"
},
{
"name": "decrease_components",
"type": {
"defined": {
"name": "DecreaseComponents"
}
}
}
]
}
},
{
"name": "RebalanceTypeTag",
"type": {
"kind": "enum",
"variants": [
{
"name": "None"
},
{
"name": "Increase"
},
{
"name": "Decrease"
}
]
}
},
{
"name": "ScoreComponents",
"type": {
Expand Down

0 comments on commit 12ffec3

Please sign in to comment.