UpdateCommittee: {
    __typename: update_committee;
    governanceActionId: Cardano.GovernanceActionId | null;
    membersToBeAdded: Set<Cardano.CommitteeMember>;
    membersToBeRemoved: Set<Cardano.Credential>;
    newQuorumThreshold: Cardano.Fraction;
}

Type declaration

Generated using TypeDoc