Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 24, 2024
1 parent 46b2a82 commit a5a886b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
25 changes: 14 additions & 11 deletions packages/docsite/src/pages/docs/api/state-controller-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,17 @@ If you are looking for a quick start guide, check out the [Getting Started](/doc

### ResolutionNode

| Variant | Fields |
| ----------------- | ------------------------ |
| Resolved | choices: [object Object] |
| EndTimestamp | end_ts: i64 |
| OffsetFromStartTs | offset: i64 |
| ChoiceVoteWeight | weight_threshold: u128 |
| ChoicePercentage | percentage: i32 |
| Top | n: u16 |
| NumResolved | n: u16 |
| And | |
| Or | |
| Variant | Fields |
| ------------------------- | ------------------------ |
| Resolved | choices: [object Object] |
| EndTimestamp | end_ts: i64 |
| OffsetFromStartTs | offset: i64 |
| ChoiceVoteWeight | weight_threshold: u128 |
| ChoicePercentage | percentage: i32 |
| Top | n: u16 |
| NumResolved | n: u16 |
| And | |
| Or | |
| Not | choice_name: string |
| TotalWeight | weight_threshold: u128 |
| ChoicePercentageOfCurrent | percentage: i32 |
Loading

0 comments on commit a5a886b

Please sign in to comment.