Committee: {
constitution: {
anchor: Types.Anchor;
script: string | undefined;
scriptHash: string | null | undefined;
} | undefined;
status: Types.CommitteeStatus | undefined;
threshold: number | undefined;
updated: Date | undefined;
}
Type declaration
constitution: {
anchor: Types.Anchor;
script: string | undefined;
scriptHash: string | null | undefined;
} | undefined
status: Types.CommitteeStatus | undefined
threshold: number | undefined
updated: Date | undefined