@metadaoproject/futarchy 0.4.0-alpha.73 → 0.4.0-alpha.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,6 +143,10 @@ export declare class AutocratClient {
143
143
  isSigner: false;
144
144
  }, {
145
145
  name: "proposer";
146
+ isMut: false;
147
+ isSigner: true;
148
+ }, {
149
+ name: "payer";
146
150
  isMut: true;
147
151
  isSigner: true;
148
152
  }, {