interface GovernanceActionConstitution {
    ancestor?: GovernanceProposalReference;
    guardrails: {
        hash: string;
    };
    metadata: Anchor;
    type: "constitution";
}

Properties

guardrails: {
    hash: string;
}
metadata: Anchor
type: "constitution"