/** * The IDL of the module. * * @module */ /** The IDL of the module. */ export declare const idl: { readonly module_id: "0x1::governance_proposal"; readonly doc: "Define the GovernanceProposal that will be used as part of on-chain governance by AptosGovernance.\n\nThis is separate from the AptosGovernance module to avoid circular dependency between AptosGovernance and Stake."; readonly functions: readonly []; readonly structs: readonly [{ readonly name: "0x1::governance_proposal::GovernanceProposal"; readonly fields: readonly [{ readonly name: "dummy_field"; readonly ty: "bool"; }]; readonly abilities: readonly ["drop", "store"]; }]; readonly errors: {}; }; //# sourceMappingURL=idl.d.ts.map