Type alias UpdateCommitteeAction
UpdateCommitteeAction: {
addColdHex: {
epoch: number;
hex: string;
}[];
prevActionId: string | null;
removeColdHex: string[];
threshold: number;
}
Type declaration
addColdHex: {
epoch: number;
hex: string;
}[]
prevActionId: string | null
removeColdHex: string[]
threshold: number