@@ -2360,10 +2360,7 @@ export type Futarchy = {
23602360 } ,
23612361 {
23622362 name : "lastFailedTakeoverAt" ;
2363- docs : [
2364- "Unix time of the last failed hostile takeover. 0 = never." ,
2365- "Stamped by `finalize_proposal`, checked by `launch_proposal`." ,
2366- ] ;
2363+ docs : [ "Unix time of the last failed hostile takeover. 0 = never." ] ;
23672364 type : "i64" ;
23682365 } ,
23692366 {
@@ -2625,28 +2622,17 @@ export type Futarchy = {
26252622 } ,
26262623 {
26272624 name : "passThresholdBps" ;
2628- docs : [
2629- "Snapshot of the kind's threshold at create. Only `finalize_proposal`" ,
2630- "reads it." ,
2631- ] ;
2625+ docs : [ "Snapshot of the kind's threshold at create." ] ;
26322626 type : "i16" ;
26332627 } ,
26342628 {
26352629 name : "councilCanBlock" ;
2636- docs : [
2637- "Snapshot of the kind's blockable flag at create. Only" ,
2638- "`admin_cancel_proposal` reads it." ,
2639- ] ;
2630+ docs : [ "Snapshot of the kind's blockable flag at create." ] ;
26402631 type : "bool" ;
26412632 } ,
26422633 {
26432634 name : "action" ;
2644- docs : [
2645- "The typed action parameters; the variant is the proposal's kind, and" ,
2646- "`ProposalAction::params()` resolves its per-kind constants." ,
2647- "`apply_liquidation` reads the liquidator from here; clients read the" ,
2648- "rest." ,
2649- ] ;
2635+ docs : [ "The typed action parameters." ] ;
26502636 type : {
26512637 defined : "ProposalAction" ;
26522638 } ;
@@ -7187,10 +7173,7 @@ export const IDL: Futarchy = {
71877173 } ,
71887174 {
71897175 name : "lastFailedTakeoverAt" ,
7190- docs : [
7191- "Unix time of the last failed hostile takeover. 0 = never." ,
7192- "Stamped by `finalize_proposal`, checked by `launch_proposal`." ,
7193- ] ,
7176+ docs : [ "Unix time of the last failed hostile takeover. 0 = never." ] ,
71947177 type : "i64" ,
71957178 } ,
71967179 {
@@ -7452,28 +7435,17 @@ export const IDL: Futarchy = {
74527435 } ,
74537436 {
74547437 name : "passThresholdBps" ,
7455- docs : [
7456- "Snapshot of the kind's threshold at create. Only `finalize_proposal`" ,
7457- "reads it." ,
7458- ] ,
7438+ docs : [ "Snapshot of the kind's threshold at create." ] ,
74597439 type : "i16" ,
74607440 } ,
74617441 {
74627442 name : "councilCanBlock" ,
7463- docs : [
7464- "Snapshot of the kind's blockable flag at create. Only" ,
7465- "`admin_cancel_proposal` reads it." ,
7466- ] ,
7443+ docs : [ "Snapshot of the kind's blockable flag at create." ] ,
74677444 type : "bool" ,
74687445 } ,
74697446 {
74707447 name : "action" ,
7471- docs : [
7472- "The typed action parameters; the variant is the proposal's kind, and" ,
7473- "`ProposalAction::params()` resolves its per-kind constants." ,
7474- "`apply_liquidation` reads the liquidator from here; clients read the" ,
7475- "rest." ,
7476- ] ,
7448+ docs : [ "The typed action parameters." ] ,
74777449 type : {
74787450 defined : "ProposalAction" ,
74797451 } ,
0 commit comments