export type AddressParticipationData = {
    toCount: number;
    fromCount: number;
    participation: number;
};
