@ixo/editor 1.8.2 → 1.9.0
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.
package/dist/index.d.ts
CHANGED
|
@@ -817,7 +817,7 @@ interface BlocknoteHandlers {
|
|
|
817
817
|
getVote: (proposalContractAddress: string, proposalId: string, userAddress: string) => Promise<VoteResponse>;
|
|
818
818
|
getProposal: (proposalContractAddress: string, proposalId: string) => Promise<ProposalResponse>;
|
|
819
819
|
getCurrentUser: () => User;
|
|
820
|
-
getDaoGroupsIds: () => string[] | undefined
|
|
820
|
+
getDaoGroupsIds: () => Promise<string[] | undefined>;
|
|
821
821
|
getEntityDid: () => string | undefined;
|
|
822
822
|
vote: ({ proposalId, rationale, vote, proposalContractAddress }: VoteParams) => Promise<void>;
|
|
823
823
|
createProposal: (params: CreateProposalParams) => Promise<string>;
|
package/dist/index.mjs
CHANGED
package/dist/mantine/index.mjs
CHANGED