Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.28 KB

File metadata and controls

20 lines (17 loc) · 2.28 KB

DaoProposalSingle

This is the proposal module adapter for the dao-proposal-single contract, which powers single choice proposals. It supports Yes, No, and Abstain votes, and a passing proposal may execute a set of actions on behalf of the DAO.

Layout

Location Summary
common Actions, components, and hooks for the common part of the adapter.
components React components.
contracts Smart contract clients generated by @cosmwasm/ts-codegen, React hooks, and Recoil selectors.
daoCreation Components and functions relating to the DAO creation flow adapter configuration.
functions Functions.
hooks React hooks.
index.tsx Adapter definition.
types.ts Types local to this adapter.