Type Alias DaoUnregistrationChunksProcessed

DaoUnregistrationChunksProcessed: PlainDescriptor<
    {
        accounts_left: bigint;
        accounts_processed_in_this_chunk: bigint;
        dao: number;
    },
>

DAO ungregistration chunk was processed.