@ixo/editor 1.12.0 → 1.13.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
|
@@ -894,6 +894,7 @@ interface BlocknoteHandlers {
|
|
|
894
894
|
getCurrentUser: () => User;
|
|
895
895
|
getDaoGroupsIds: () => Promise<string[] | undefined>;
|
|
896
896
|
getDAOGroups: () => Promise<DAOGroup[]>;
|
|
897
|
+
getRelayerDid: () => string | undefined;
|
|
897
898
|
getEntityDid: () => string | undefined;
|
|
898
899
|
vote: ({ proposalId, rationale, vote, proposalContractAddress }: VoteParams) => Promise<void>;
|
|
899
900
|
createProposal: (params: CreateProposalParams) => Promise<string>;
|
package/dist/index.mjs
CHANGED
package/dist/mantine/index.mjs
CHANGED