-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
GenesisProtocol.organizations
should be public. We should be able to discover the creator of a proposal given the proposal's organizationId.
Suppose I have a proposalId. I can obtain the proposal struct which gives me the organizationId. But I still don't know what the creator (currently typically the avatar) is. Arc.js already has a function called getProposalCreator
that calls getProposalOrganization
which now returns an organizationId hash rather than the organization address. It needs to be able to return the address of the creator. Arc.js will now have a separate function called getProposalsOrganizationId
that can return the organizationId.
Metadata
Metadata
Assignees
Labels
No labels