Skip to content

GenesisProtocol.organizations should be public #20

@dkent600

Description

@dkent600

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions